debian experimental exim-daemon-heavy config
[exim.git] / test / scripts / 0000-Basic / 0253
CommitLineData
59371ea7
PH
1# return_path on appendfile and smtp transports
2need_ipv4
d658adda 3munge optional_dsn_info
59371ea7
PH
4#
5exim -odi -f abc@x.y.z userx
6Test message
7****
8exim -odi -f xyz@x.y.z userx
9Test message 2
10****
11server PORT_S 3
12220 ESMTP
13EHLO
14250-OK
15250-HELP
16250 PIPELINING
17MAIL FROM:
18250 Sender OK
19RCPT TO:
20250 Recipient OK
21DATA
22354 Go ahead
23.
24250 OK
25QUIT
26250 OK
27*eof
28220 ESMTP
29EHLO
30250-OK
31250-HELP
32250 PIPELINING
33MAIL FROM:
34250 Sender OK
35RCPT TO:
36250 Recipient OK
37DATA
38354 Go ahead
39.
40250 OK
41QUIT
42250 OK
43*eof
44220 ESMTP
45EHLO
46250 OK
47MAIL FROM:
48250 Sender OK
49RCPT TO:
50550 Recipient not OK
51QUIT
52250 OK
53****
54exim -odi -f pqr@x.y.z userx phil fail
55Test message 3
56****