summaryrefslogtreecommitdiff
path: root/test/scripts/5890-DANE/5890
blob: fd7b6d6d3e479eeea0b2a0215954f06ec23d3a58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Expansion test for DANE.
#
# Some systems seem to use 1-byte fields for the leading
# 3 fields in a TLSA record, others 2-bytes.
# We need the result to match the string in dnszones-src/db.test.ex

exim -be

dnslookup tpda: ${lookup dnsdb {tlsa=_1225._tcp.dane512ee.test.ex} \
                        {$value}{none}}

****