]> git.netwichtig.de Git - user/henk/code/exim.git/blob - 5800
98a70c115e25c50888931c6aac9484ab15fd2de9
[user/henk/code/exim.git] / 5800
1 # Expansion test for DANE.
2 #
3 # Some systems seem to use 1-byte fields for the leading
4 # 3 fields in a TLSA record, others 2-bytes.
5 # We need the result to match the string in dnszones-src/db.test.ex
6
7 exim -be
8
9 dnslookup tlsa: ${lookup dnsdb {tlsa=_1225._tcp.dane512ee.test.ex} \
10                         {$value}{none}}
11
12 ****