summaryrefslogtreecommitdiff
path: root/test/scripts/5800-DANE/5800
blob: 98a70c115e25c50888931c6aac9484ab15fd2de9 (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 tlsa: ${lookup dnsdb {tlsa=_1225._tcp.dane512ee.test.ex} \
                        {$value}{none}}

****