BUGFIX: forced-fail smtp option tls_sni would dereference NULL
[exim.git] / test / scripts / 5420-cutthrough-GnuTLS / 5420
1 # cutthrough_delivery to target offering TLS
2 exim -DSERVER=server -bd -oX PORT_D
3 ****
4 exim -d-all+acl+transport+expand+lists -bs
5 EHLO myhost.test.ex
6 MAIL FROM:<eximtest@myhost.test.ex>
7 RCPT TO:<userx@domain.com>
8 DATA
9
10 .
11 QUIT
12 ****
13 # via a transport setting hosts_avoid_tls
14 exim -d-all+acl+transport+expand+lists -bs
15 EHLO myhost.test.ex
16 MAIL FROM:<eximtest@myhost.test.ex>
17 RCPT TO:<usery@domain.com>
18 DATA
19
20 .
21 QUIT
22 ****
23 # via a transport setting hosts_verify_avoid_tls
24 exim -d-all+acl+transport+expand+lists -bs
25 EHLO myhost.test.ex
26 MAIL FROM:<eximtest@myhost.test.ex>
27 RCPT TO:<usery@domain.com>
28 DATA
29
30 .
31 QUIT
32 ****
33 killdaemon
34 no_msglog_check