Hopefully the final lot of test files.
[exim.git] / test / scripts / 0000-Basic / 0209
CommitLineData
59371ea7
PH
1# re-use of SMTP channel after 450 error
2need_ipv4
3#
4exim -odi -odqs userz@domain1
5Test message 1
6****
7exim -odi -odqs userz@domain1
8Test message 2
9****
10server PORT_S
11220 ESMTP
12EHLO
13250-OK
14250 HELP
15MAIL FROM:
16250 Sender OK
17RCPT TO:
18450 Temporary error
19QUIT
20250 OK
21****
22exim -q
23****
24exim -Mrm $msg1 $msg2
25****
26exim -odi -odqs userx@domain1 usery@domain1
27Test message 1
28****
29exim -odi -odqs userx@domain1 usery@domain1
30Test message 2
31****
32server PORT_S
33220 ESMTP
34EHLO
35250-OK
36250 HELP
37MAIL FROM:
38250 Sender OK
39RCPT TO:
40450 Temporary error
41RCPT TO:
42250 OK
43DATA
44354 Go ahead
45.
46250 OK
47MAIL FROM:
48250 Sender OK
49RCPT TO:
50450 Temporary error
51RCPT TO:
52250 OK
53DATA
54354 Go ahead
55.
56250 OK
57MAIL FROM:
58250 Sender OK
59RCPT TO:
60450 Temporary error
61QUIT
62250 OK
63****
64exim -q
65****
66exim -q
67****
68exim -q $msg2 $msg2
69****
70exim -Mc $msg1
71****
72no_msglog_check