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 -DSERVER=server -DDETAILS=ta -bd -oX PORT_D
21 exim -odq CALLER@mxdane256ta.test.ex
28 # A server with a nonverifying cert and no TLSA
29 # Check we get a non-CV but TLS connection, with try_dane but no require_dane
30 exim -DSERVER=server -DDETAILS=no -bd -oX PORT_D
32 exim -odq CALLER@thishost.test.ex
39 # A server with a verifying cert and no TLSA
40 # Check we get a CV and TLS connection, with try_dane but no require_dane
41 exim -DSERVER=server -DDETAILS=ca -bd -oX PORT_D
43 exim -odq CALLER@thishost.test.ex