Support transport hosts_avoid_tls for cutthrough.
[exim.git] / test / scripts / 5400-cutthrough / 5401
1 # cutthrough_delivery triggered by recipient-verify
2 need_ipv4
3 #
4 server PORT_S
5 220 ESMTP
6 EHLO
7 250 OK
8 MAIL FROM:
9 250 Sender OK
10 RCPT TO:
11 250 Recipient OK
12 DATA
13 354 Send data
14 .
15 250 OK
16 QUIT
17 250 OK
18 ****
19 exim -d-all+acl+transport -bs
20 EHLO myhost.test.ex
21 MAIL FROM:<eximtest@myhost.test.ex>
22 RCPT TO:<userx@domain.com>
23 DATA
24
25 .
26 QUIT
27 ****