Hopefully the final lot of test files.
[exim.git] / test / scripts / 0000-Basic / 0253
1 # return_path on appendfile and smtp transports
2 need_ipv4
3 #
4 exim -odi -f abc@x.y.z userx
5 Test message
6 ****
7 exim -odi -f xyz@x.y.z userx
8 Test message 2
9 ****
10 server PORT_S 3
11 220 ESMTP
12 EHLO
13 250-OK
14 250-HELP
15 250 PIPELINING
16 MAIL FROM:
17 250 Sender OK
18 RCPT TO:
19 250 Recipient OK
20 DATA
21 354 Go ahead
22 .
23 250 OK
24 QUIT
25 250 OK
26 *eof
27 220 ESMTP
28 EHLO
29 250-OK
30 250-HELP
31 250 PIPELINING
32 MAIL FROM:
33 250 Sender OK
34 RCPT TO:
35 250 Recipient OK
36 DATA
37 354 Go ahead
38 .
39 250 OK
40 QUIT
41 250 OK
42 *eof
43 220 ESMTP
44 EHLO
45 250 OK
46 MAIL FROM:
47 250 Sender OK
48 RCPT TO:
49 550 Recipient not OK
50 QUIT
51 250 OK
52 ****
53 exim -odi -f pqr@x.y.z userx phil fail
54 Test message 3
55 ****