1 # cutthrough_delivery to target offerring TLS
2 exim -DSERVER=server -bd -oX PORT_D
4 # this one should succeed
5 exim -d-all+acl+transport+expand+lists -bs
7 MAIL FROM:<CALLER@myhost.test.ex>
8 RCPT TO:<userx@domain.com>
14 # via a transport setting hosts_avoid_tls
15 # so this one should not use TLS
16 exim -d-all+acl+transport+expand+lists -bs
18 MAIL FROM:<CALLER@myhost.test.ex>
19 RCPT TO:<usery@domain.com>
25 # via a transport setting hosts_verify_avoid_tls
26 # so this one should not use TLS
27 exim -d-all+acl+transport+expand+lists -bs
29 MAIL FROM:<CALLER@myhost.test.ex>
30 RCPT TO:<usery@domain.com>