Testsuite: fix platforn TFO nonsupprt munge
[exim.git] / test / scripts / 0000-Basic / 0398
CommitLineData
59371ea7
PH
1# acl warning with verify callout failure
2need_ipv4
3#
4server PORT_S
5220 Server ready
cb9d95ae 6EHLO
59371ea7
PH
7250 OK
8MAIL FROM
9250 OK
10RCPT TO
11550 Unknown
12QUIT
13250 OK
14****
15exim -odi -bs
16mail from:<x@remote>
17rcpt to:<x@local>
18data
19Testing
20.
21quit
22****
23server PORT_S
24220 Server ready
cb9d95ae 25EHLO
59371ea7
PH
26250 OK
27MAIL FROM
28250 OK
29RCPT TO
30550 Unknown
31QUIT
32250 OK
33****
34exim -odi -bs
35mail from:<z@remote>
36rcpt to:<deny@local>
37quit
38****
39server PORT_S
40220 Server ready
cb9d95ae 41EHLO
59371ea7
PH
42250 OK
43MAIL FROM
44250 OK
45RCPT TO
46550 Unknown
47QUIT
48250 OK
49****
50exim -d -odi -bs
51mail from:<qq@remote>
52rcpt to:<abc@local>
53rcpt to:<xyz@local>
54quit
55****
56exim -odi -bs
57mail from:<>
58rcpt to:<abc@local>
59rcpt to:<xyz@local>
60quit
61****