3 exim -DSERVER=server -DDETAILS=ee -bd -oX PORT_D
6 exim -odq CALLER@dane256ee.test.ex
10 exim -odq CALLER@mxdane512ee.test.ex
18 exim -DOPT=callout -bhc 127.0.0.1
19 MAIL FROM: <CALLER@myhost.test.ex>
20 RCPT TO: <rcptuser@dane256ee.test.ex>
25 exim -DSERVER=server -DDETAILS=ta -bd -oX PORT_D
28 exim -odq CALLER@mxdane256ta.test.ex
35 ### A server with a nonverifying cert and no TLSA
36 # Check we get a non-CV but TLS connection, with try_dane but no require_dane
37 exim -DSERVER=server -DDETAILS=no -bd -oX PORT_D
39 exim -odq CALLER@thishost.test.ex
46 ### A server with a verifying cert and no TLSA
47 # Check we get a CV and TLS connection, with try_dane but no require_dane
48 exim -DSERVER=server -DDETAILS=ca -bd -oX PORT_D
50 exim -odq CALLER@thishost.test.ex
53 exim -DOPT=no_certname -qf
58 exim -DSERVER=server -DDETAILS=ee -bd -oX PORT_D
60 ### A server with two MXs for which both TLSA lookups return defer
61 exim -odq CALLER@mxdanelazy.test.ex
64 ### A server lacking a TLSA, dane required (should fail)
65 exim -odq CALLER@dane.no.1.test.ex
68 ### A server lacking a TLSA, dane requested only (should fail, as the NXDOMAIN is not DNSSEC)
69 exim -odq CALLER@dane.no.2.test.ex
72 ### A server where the A is dnssec and the TLSA _fails_
73 exim -odq CALLER@danebroken1.test.ex
76 # ### A server securely saying "no TLSA records here", dane required (should fail)
77 # exim -odq CALLER@dane.no.3.test.ex
79 # ### A server securely saying "no TLSA records here", dane requested only (should transmit)
80 # exim -odq CALLER@dane.no.4.test.ex