debian experimental exim-daemon-heavy config
[exim.git] / test / scripts / 0000-Basic / 0322
CommitLineData
59371ea7
PH
1# Error messages for outgoing pipelining and non-pipelining
2need_ipv4
3#
4server PORT_S
5220 ESMTP
6EHLO
7250-OK
8250-HELP
9250 PIPELINING
10MAIL FROM:
11250 Sender OK
12RCPT TO:
13250 Recipient OK
14DATA
15>
b9d9c5a2 16*eof
59371ea7
PH
17****
18exim -odi x@test.ex
19****
20server PORT_S
21220 ESMTP
22EHLO
23250-OK
24250-HELP
25250 PIPELINING
26MAIL FROM:
27250 Sender OK
28RCPT TO:
29>
30DATA
b9d9c5a2 31*eof
59371ea7
PH
32****
33exim -odi x@test.ex
34****
35server PORT_S
36220 ESMTP
37EHLO
38250-OK
39250-HELP
40250 PIPELINING
41MAIL FROM:
42>
43RCPT TO:
44550 Can't send RCPT
45DATA
b9d9c5a2 46*eof
59371ea7
PH
47****
48exim -odi x@test.ex
49****
50server PORT_S
51220 ESMTP
52EHLO
53250-OK
54250-HELP
55250 PIPELINING
56MAIL FROM:
57250 Sender OK
58RCPT TO:
59250 First RCPT OK
60RCPT TO:
61>
62250 Second RCPT malformed
63RCPT TO:
64250 Third RCPT OK
65DATA
b9d9c5a2 66*eof
59371ea7
PH
67****
68exim -odi x@test.ex y@test.ex z@test.ex
69****
70# Temporarily reject all recipients in pipelining, and also data;
71# the client shouldn't bother with the data error.
72server PORT_S
73220 ESMTP
74EHLO
75250-OK
76250-HELP
77250 PIPELINING
78MAIL FROM:
79250 Sender OK
80RCPT TO:
81450 Recipient bad
82RCPT TO:
83450 Recipient bad
84DATA
85550 Data not expected
86QUIT
87250 OK
88****
89exim -odi a@test.ex b@test.ex
90****
91#
92########### NON PIPELINING ##########
93#
94server PORT_S
95220 ESMTP
96EHLO
97250-OK
98250 HELP
99MAIL FROM:
100250 Sender OK
101RCPT TO:
102250 Recipient OK
103DATA
104>
b9d9c5a2 105*eof
59371ea7
PH
106****
107exim -odi x@test.ex
108****
109server PORT_S
110220 ESMTP
111EHLO
112250-OK
113250 HELP
114MAIL FROM:
115250 Sender OK
116RCPT TO:
117>
b9d9c5a2 118*eof
59371ea7
PH
119****
120exim -odi x@test.ex
121****
122server PORT_S
123220 ESMTP
124EHLO
125250-OK
126250 HELP
127MAIL FROM:
128>
b9d9c5a2 129*eof
59371ea7
PH
130****
131exim -odi x@test.ex
132****
133server PORT_S
134220 ESMTP
135EHLO
136250-OK
137250 HELP
138MAIL FROM:
139250 Sender OK
140RCPT TO:
141250 First RCPT OK
142RCPT TO:
143>
144250 Second RCPT malformed
b9d9c5a2 145*eof
59371ea7
PH
146****
147exim -odi x@test.ex y@test.ex z@test.ex
148****