d670abf4e6d2389923f64b379cd59ccf4a01faff
[exim.git] / test / scripts / 5420-cutthrough-GnuTLS / 5420
1 # cutthrough_delivery to target oferring 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 never-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 killdaemon
24 no_msglog_check