1 # cutthrough_delivery to target offering TLS
3 munge optional_cert_hostnames
5 exim -DSERVER=server -bd -oX PORT_D
7 # this one should succeed
8 exim -d-all+acl+transport+expand+lists -bs
10 MAIL FROM:<CALLER@myhost.test.ex>
11 RCPT TO:<userx@domain.com>
17 # via a transport setting hosts_avoid_tls
18 # so this one should not use TLS
19 exim -d-all+acl+transport+expand+lists -bs
21 MAIL FROM:<CALLER@myhost.test.ex>
22 RCPT TO:<usery@domain.com>
28 # via a transport setting hosts_verify_avoid_tls
29 # so this one should not use TLS
30 exim -d-all+acl+transport+expand+lists -bs
32 MAIL FROM:<CALLER@myhost.test.ex>
33 RCPT TO:<usery@domain.com>