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 -odf CALLER@mxdane256ta.test.ex
33 exim -DSERVER=server -DCERT=DIR/aux-fixed/exim-ca/example.com/server2.example.com/fullchain.pem -DALLOW=DIR/aux-fixed/exim-ca/example.com/server2.example.com/server2.example.com.unlocked.key -bd -oX PORT_D
36 exim -odf CALLER@mxdane256tak.test.ex
41 ### A server with a nonverifying cert and no TLSA
42 # Check we get a non-CV but TLS connection, with try_dane but no require_dane
43 exim -DSERVER=server -DDETAILS=no -bd -oX PORT_D
45 exim -odq CALLER@thishost.test.ex
52 ### A server with a verifying cert and no TLSA
53 # Check we get a CV and TLS connection, with try_dane but no require_dane
54 exim -DSERVER=server -DDETAILS=ca -bd -oX PORT_D
56 exim -odf CALLER@thishost.test.ex
59 exim -DOPT=no_certname -qf
64 exim -DSERVER=server -DDETAILS=ee -bd -oX PORT_D
66 ### A server with two MXs for which both TLSA lookups return defer
67 exim -odq CALLER@mxdanelazy.test.ex
70 ### A server lacking a TLSA, dane required (should fail)
71 exim -odq CALLER@dane.no.1.test.ex
74 ### A server lacking a TLSA, dane requested only (should fail, as the NXDOMAIN is not DNSSEC)
75 exim -odq CALLER@dane.no.2.test.ex
78 ### A server where the A is dnssec and the TLSA _fails_
79 exim -odq CALLER@danebroken1.test.ex
82 ### A server securely saying "no TLSA records here", dane required (should fail)
83 exim -odq CALLER@dane.no.3.test.ex
86 ### A server securely saying "no TLSA records here", dane requested only (should transmit)
87 exim -odq CALLER@dane.no.4.test.ex