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 # OpenSSL-specific regression testcase: certificate having Authority Key ID extension
34 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
37 exim -odf CALLER@mxdane256tak.test.ex
42 ### A server with a nonverifying cert and no TLSA
43 # Check we get a non-CV but TLS connection, with try_dane but no require_dane
44 exim -DSERVER=server -DDETAILS=no -bd -oX PORT_D
46 exim -odf CALLER@thishost.test.ex
51 ### A server with a verifying cert and no TLSA
52 # Check we get a CV and TLS connection, with try_dane but no require_dane
53 exim -DSERVER=server -DDETAILS=ca -bd -oX PORT_D
55 exim -odf -DDETAILS=ca CALLER@thishost.test.ex
58 exim -DOPT=no_certname -qf
63 exim -DSERVER=server -DDETAILS=ee -bd -oX PORT_D
65 ### A server with two MXs for which both TLSA lookups return defer (delivery should defer)
66 exim -odq CALLER@mxdanelazy.test.ex
69 ### A server lacking a TLSA, dane required (should fail)
70 exim -odq CALLER@dane.no.1.test.ex
73 ### A server lacking a TLSA, dane requested only (should deliver, non-DANE, as the NXDOMAIN is not DNSSEC)
74 exim -odq CALLER@dane.no.2.test.ex
77 ### A server where the A is dnssec and the TLSA lookup _fails_ (delivery should defer)
78 exim -odq CALLER@danebroken1.test.ex
81 ### A server securely saying "no TLSA records here", dane required (delivery should fail)
82 exim -odq CALLER@dane.no.3.test.ex
85 ### A server securely saying "no TLSA records here", dane requested only (should deliver)
86 exim -odq CALLER@dane.no.4.test.ex
92 ### A server securely serving a wrong TLSA record, dane requested only (delivery should fail)
93 exim -odf CALLER@danebroken2.test.ex
96 ### A server insecurely serving a good TLSA record, dane requested only (should deliver, non-DANE)
97 exim -odf CALLER@danebroken3.test.ex
100 ### A server insecurely serving a good TLSA record, dane required (delivery should fail)
101 exim -odf CALLER@danebroken4.test.ex
104 ### A server insecurely serving a good A record, dane requested only (should deliver, non-DANE)
105 exim -odf CALLER@danebroken5.test.ex
108 ### A server insecurely serving a good A record, dane required (delivery should fail)
109 exim -odf CALLER@danebroken6.test.ex
116 ### A server with a name not matching the cert. TA-mode; should fail
117 exim -DSERVER=server -DDETAILS=cert.net -bd -oX PORT_D
119 exim -odf CALLER@danebroken7.example.com
123 ### A server with a name not matching the cert. EE-mode; should deliver and claim DANE mode
124 exim -odf CALLER@danebroken8.example.com