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