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: <CALLER@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, required
65 exim -odq CALLER@dane.no.1.test.ex
68 # A server lacking a TLSA, requested only
69 exim -odq CALLER@dane.no.2.test.ex