8d766d61db8b8fb6b21be0ecfa99bcbc61d1e2ae
[exim.git] / test / stderr / 0227
1 LOG: smtp_connection MAIN
2   SMTP connection from root
3 Connecting to 127.0.0.1 [127.0.0.1]:1224 ...  connected
4   SMTP<< 220 Server ready
5   SMTP>> EHLO myhost.test.ex
6   SMTP<< 250 OK
7   SMTP>> MAIL FROM:<>
8   SMTP<< 250 OK
9   SMTP>> RCPT TO:<ok@localhost>
10   SMTP<< 250 OK
11   SMTP>> QUIT
12   SMTP<< 250 OK
13   SMTP(close)>>
14 cmdlog: '220:EHLO:250:MAIL:250:RCPT:250:QUIT:250'
15 LOG: smtp_connection MAIN
16   SMTP connection from root closed by QUIT
17 LOG: smtp_connection MAIN
18   SMTP connection from root
19 LOG: smtp_connection MAIN
20   SMTP connection from root closed by QUIT
21 LOG: smtp_connection MAIN
22   SMTP connection from root
23 Connecting to 127.0.0.1 [127.0.0.1]:1224 ...  connected
24   SMTP<< 220 Server ready
25   SMTP>> EHLO myhost.test.ex
26   SMTP<< 250 OK
27   SMTP>> MAIL FROM:<>
28   SMTP<< 250 OK
29   SMTP>> RCPT TO:<bad@localhost>
30   SMTP<< 550 Unknown user
31   SMTP>> QUIT
32   SMTP<< 250 OK
33   SMTP(close)>>
34 cmdlog: '220:EHLO:250:MAIL:250:RCPT:550:QUIT:250'
35 LOG: MAIN REJECT
36   H=(test) [V4NET.0.0.1] U=root sender verify fail for <bad@localhost>: 127.0.0.1 [127.0.0.1] : SMTP error from remote mail server after RCPT TO:<bad@localhost>: 550 Unknown user
37 LOG: MAIN REJECT
38   H=(test) [V4NET.0.0.1] U=root F=<bad@localhost> rejected RCPT <z@test.ex>: Sender verify failed
39 LOG: smtp_connection MAIN
40   SMTP connection from root closed by QUIT
41 LOG: smtp_connection MAIN
42   SMTP connection from root
43 Connecting to 127.0.0.1 [127.0.0.1]:1224 ...  connected
44   SMTP<< 220 Server ready
45   SMTP>> EHLO myhost.test.ex
46   SMTP<< 250 OK
47   SMTP>> MAIL FROM:<>
48   SMTP<< 250 OK
49   SMTP>> RCPT TO:<uncheckable@localhost1>
50   SMTP<< 450 Temporary error
51   SMTP>> QUIT
52   SMTP<< 250 OK
53   SMTP(close)>>
54 cmdlog: '220:EHLO:250:MAIL:250:RCPT:450:QUIT:250'
55 LOG: MAIN REJECT
56   H=(test) [V4NET.0.0.1] U=root sender verify defer for <uncheckable@localhost1>: Could not complete sender verify callout: 127.0.0.1 [127.0.0.1] : SMTP error from remote mail server after RCPT TO:<uncheckable@localhost1>: 450 Temporary error
57 LOG: MAIN REJECT
58   H=(test) [V4NET.0.0.1] U=root F=<uncheckable@localhost1> temporarily rejected RCPT <z@test.ex>: Could not complete sender verify callout
59 LOG: smtp_connection MAIN
60   SMTP connection from root closed by QUIT
61 LOG: smtp_connection MAIN
62   SMTP connection from root
63 Connecting to 127.0.0.1 [127.0.0.1]:1224 ...  connected
64   SMTP<< 220 Server ready
65   SMTP>> EHLO myhost.test.ex
66   SMTP<< 250 OK
67   SMTP>> MAIL FROM:<>
68   SMTP<< 550 Error for <>
69   SMTP>> QUIT
70   SMTP<< 250 OK
71   SMTP(close)>>
72 cmdlog: '220:EHLO:250:MAIL:550:QUIT:250'
73 LOG: MAIN REJECT
74   H=(test) [V4NET.0.0.1] U=root sender verify fail for <uncheckable2@localhost1>: 127.0.0.1 [127.0.0.1] : response to "MAIL FROM:<>" was: 550 Error for <>
75 LOG: MAIN REJECT
76   H=(test) [V4NET.0.0.1] U=root F=<uncheckable2@localhost1> rejected RCPT <z@test.ex>: Sender verify failed
77 LOG: smtp_connection MAIN
78   SMTP connection from root closed by QUIT
79 LOG: smtp_connection MAIN
80   SMTP connection from root
81 Connecting to 127.0.0.1 [127.0.0.1]:1224 ...  connected
82   SMTP<< 220 Server ready
83   SMTP>> EHLO myhost.test.ex
84   SMTP<< 250 OK
85   SMTP>> MAIL FROM:<>
86   SMTP<< 550-Multiline error for <>
87          550 Here's the second line
88   SMTP>> QUIT
89   SMTP<< 250 OK
90   SMTP(close)>>
91 cmdlog: '220:EHLO:250:MAIL:550-:QUIT:250'
92 LOG: MAIN REJECT
93   H=(test) [V4NET.0.0.1] U=root sender verify fail for <uncheckable@localhost1>: 127.0.0.1 [127.0.0.1] : response to "MAIL FROM:<>" was: 550-Multiline error for <>\n550 Here's the second line
94 LOG: MAIN REJECT
95   H=(test) [V4NET.0.0.1] U=root F=<uncheckable@localhost1> rejected RCPT <z@test.ex>: Sender verify failed
96 LOG: smtp_connection MAIN
97   SMTP connection from root closed by QUIT
98 LOG: smtp_connection MAIN
99   SMTP connection from root
100 Connecting to 127.0.0.1 [127.0.0.1]:1224 ...  connected
101   SMTP<< 220 Server ready
102   SMTP>> EHLO myhost.test.ex
103   SMTP<< 250 OK
104   SMTP>> MAIL FROM:<>
105   SMTP<< 550 Bad-char error for <> topbitchar:\80ÿÿ
106   SMTP>> QUIT
107   SMTP<< 250 OK
108   SMTP(close)>>
109 cmdlog: '220:EHLO:250:MAIL:550:QUIT:250'
110 LOG: MAIN REJECT
111   H=(test) [V4NET.0.0.1] U=root sender verify fail for <uncheckable2@localhost1>: 127.0.0.1 [127.0.0.1] : response to "MAIL FROM:<>" was: 550 Bad-char error for <> topbitchar:\200\377\377
112 LOG: MAIN REJECT
113   H=(test) [V4NET.0.0.1] U=root F=<uncheckable2@localhost1> rejected RCPT <z@test.ex>: Sender verify failed
114 LOG: smtp_connection MAIN
115   SMTP connection from root closed by QUIT
116 LOG: smtp_connection MAIN
117   SMTP connection from root
118 Connecting to 127.0.0.1 [127.0.0.1]:1224 ...  connected
119   SMTP<< 220 Server ready
120   SMTP>> EHLO myhost.test.ex
121   SMTP<< 250 OK
122   SMTP>> MAIL FROM:<>
123   SMTP<< 250 OK
124   SMTP>> RCPT TO:<z@remote.domain>
125   SMTP<< 550 Recipient not liked
126   SMTP>> QUIT
127   SMTP<< 250 OK
128   SMTP(close)>>
129 cmdlog: '220:EHLO:250:MAIL:250:RCPT:550:QUIT:250'
130 LOG: MAIN REJECT
131   H=(test) [V4NET.0.0.3] U=root F=<uncheckable@localhost1> rejected RCPT <z@remote.domain>: 127.0.0.1 [127.0.0.1] : SMTP error from remote mail server after RCPT TO:<z@remote.domain>: 550 Recipient not liked
132 LOG: smtp_connection MAIN
133   SMTP connection from root closed by QUIT
134 LOG: smtp_connection MAIN
135   SMTP connection from root
136 Connecting to 127.0.0.1 [127.0.0.1]:1224 ...  connected
137   SMTP<< 220 Server ready
138   SMTP>> EHLO myhost.test.ex
139   SMTP<< 250 OK
140   SMTP>> MAIL FROM:<>
141   SMTP<< 250 OK
142   SMTP>> RCPT TO:<z@remote.domain>
143   SMTP<< 550-Recipient not liked on two lines
144          550 Here's the second
145   SMTP>> QUIT
146   SMTP<< 250 OK
147   SMTP(close)>>
148 cmdlog: '220:EHLO:250:MAIL:250:RCPT:550-:QUIT:250'
149 LOG: MAIN REJECT
150   H=(test) [V4NET.0.0.3] U=root F=<uncheckable@localhost1> rejected RCPT <z@remote.domain>: 127.0.0.1 [127.0.0.1] : SMTP error from remote mail server after RCPT TO:<z@remote.domain>: 550-Recipient not liked on two lines\n550 Here's the second
151 LOG: smtp_connection MAIN
152   SMTP connection from root closed by QUIT
153 LOG: smtp_connection MAIN
154   SMTP connection from root
155 Connecting to 127.0.0.1 [127.0.0.1]:1224 ...  connected
156   SMTP<< 220 Server ready
157   SMTP>> EHLO myhost.test.ex
158   SMTP<< 250 OK
159   SMTP>> MAIL FROM:<>
160   SMTP<< 250 OK
161   SMTP>> RCPT TO:<z@remote.domain>
162   SMTP<< 550 Recipient not liked, with bad char:\80ÿÿ
163   SMTP>> QUIT
164   SMTP<< 250 OK
165   SMTP(close)>>
166 cmdlog: '220:EHLO:250:MAIL:250:RCPT:550:QUIT:250'
167 LOG: MAIN REJECT
168   H=(test) [V4NET.0.0.3] U=root F=<uncheckable@localhost1> rejected RCPT <z@remote.domain>: 127.0.0.1 [127.0.0.1] : SMTP error from remote mail server after RCPT TO:<z@remote.domain>: 550 Recipient not liked, with bad char:\200\377\377
169 LOG: smtp_connection MAIN
170   SMTP connection from root closed by QUIT
171 LOG: smtp_connection MAIN
172   SMTP connection from root
173 Connecting to 127.0.0.1 [127.0.0.1]:1224 ...  failed: Connection refused
174 Connecting to ip4.ip4.ip4.ip4 [ip4.ip4.ip4.ip4]:1224 ...  failed: Connection refused
175 LOG: MAIN REJECT
176   H=(test) [V4NET.0.0.3] U=root F=<uncheckable@localhost1> temporarily rejected RCPT <z@remote.domain>: Could not complete recipient verify callout
177 LOG: smtp_connection MAIN
178   SMTP connection from root closed by QUIT
179 LOG: smtp_connection MAIN
180   SMTP connection from root
181 Connecting to 127.0.0.1 [127.0.0.1]:1224 ...  connected
182   SMTP<< 220 Server ready
183   SMTP>> EHLO myhost.test.ex
184   SMTP<< 250 OK
185   SMTP>> MAIL FROM:<>
186   SMTP<< 250 OK
187   SMTP>> RCPT TO:<abcd@x.y.z>
188   SMTP<< 550 Not liked
189   SMTP>> QUIT
190   SMTP<< 250 OK
191   SMTP(close)>>
192 cmdlog: '220:EHLO:250:MAIL:250:RCPT:550:QUIT:250'
193 LOG: MAIN REJECT
194   H=(test) [V4NET.0.0.4] U=root F=<uncheckable@localhost1> rejected after DATA: there is no valid sender in any header line
195 LOG: smtp_connection MAIN
196   SMTP connection from root closed by QUIT
197 LOG: smtp_connection MAIN
198   SMTP connection from root
199 Connecting to 127.0.0.1 [127.0.0.1]:1224 ...  connected
200   SMTP<< 220 Server ready
201   SMTP>> EHLO myhost.test.ex
202   SMTP<< 250 OK
203   SMTP>> MAIL FROM:<>
204   SMTP<< 250 OK
205   SMTP>> RCPT TO:<abcd@x.y.z>
206   SMTP<< 550 Not liked
207   SMTP>> QUIT
208   SMTP<< 250 OK
209   SMTP(close)>>
210 cmdlog: '220:EHLO:250:MAIL:250:RCPT:550:QUIT:250'
211 LOG: MAIN REJECT
212   H=(test) [V4NET.0.0.4] U=root F=<uncheckable@localhost1> rejected after DATA: there is no valid sender in any header line
213 LOG: smtp_connection MAIN
214   SMTP connection from root closed by QUIT
215 LOG: smtp_connection MAIN
216   SMTP connection from root
217 Connecting to 127.0.0.1 [127.0.0.1]:1224 ...  connected
218   SMTP<< 220 Server ready
219   SMTP>> EHLO myhost.test.ex
220   SMTP<< 250 OK
221   SMTP>> MAIL FROM:<>
222   SMTP<< 250 OK
223   SMTP>> RCPT TO:<ok@localhost1>
224   SMTP<< 250 OK
225 Cutthrough cancelled by presence of postmaster verify
226   SMTP>> RSET
227   SMTP<< 250 OK
228   SMTP>> MAIL FROM:<>
229   SMTP<< 250 OK
230   SMTP>> RCPT TO:<postmaster@localhost1>
231   SMTP<< 250 OK
232   SMTP>> QUIT
233   SMTP<< 250 OK
234   SMTP(close)>>
235 cmdlog: '220:EHLO:250:MAIL:250:RCPT:250:RSET:250:MAIL:250:RCPT:250:QUIT:250'
236 LOG: MAIN REJECT
237   H=(test) [V4NET.0.0.5] U=root F=<ok@localhost1> rejected RCPT <z@remote.domain>: relay not permitted
238 LOG: smtp_connection MAIN
239   SMTP connection from root closed by QUIT
240 LOG: smtp_connection MAIN
241   SMTP connection from root
242 Connecting to 127.0.0.1 [127.0.0.1]:1224 ...  connected
243   SMTP<< 220 Server ready
244   SMTP>> EHLO myhost.test.ex
245   SMTP<< 250 OK
246   SMTP>> MAIL FROM:<>
247   SMTP<< 250 OK
248   SMTP>> RCPT TO:<ok@localhost1>
249   SMTP<< 250 OK
250 Cutthrough cancelled by presence of postmaster verify
251   SMTP>> RSET
252   SMTP<< 250 OK
253   SMTP>> MAIL FROM:<>
254   SMTP<< 250 OK
255   SMTP>> RCPT TO:<postmaster@localhost1>
256   SMTP<< 550 Don't like postmaster
257   SMTP>> QUIT
258   SMTP<< 250 OK
259   SMTP(close)>>
260 cmdlog: '220:EHLO:250:MAIL:250:RCPT:250:RSET:250:MAIL:250:RCPT:550:QUIT:250'
261 LOG: MAIN REJECT
262   H=(test) [V4NET.0.0.5] U=root sender verify fail for <ok@localhost1>: 127.0.0.1 [127.0.0.1] : SMTP error from remote mail server after RCPT TO:<postmaster@localhost1>: 550 Don't like postmaster
263 LOG: MAIN REJECT
264   H=(test) [V4NET.0.0.5] U=root F=<ok@localhost1> rejected RCPT <z@remote.domain>: Sender verify failed
265 LOG: smtp_connection MAIN
266   SMTP connection from root closed by QUIT
267 LOG: smtp_connection MAIN
268   SMTP connection from root
269 Connecting to 127.0.0.1 [127.0.0.1]:1224 ...  connected
270   SMTP<< 220 Server ready
271   SMTP>> EHLO myhost.test.ex
272   SMTP<< 250- wotcher sverifier
273          250-SIZE
274          250 OK
275   SMTP>> MAIL FROM:<>
276   SMTP<< 250 OK
277   SMTP>> RCPT TO:<ok@localhost1>
278   SMTP<< 250 OK
279   SMTP>> QUIT
280   SMTP<< 250 OK
281   SMTP(close)>>
282 cmdlog: '220:EHLO:250-:MAIL:250:RCPT:250:QUIT:250'
283 LOG: smtp_connection MAIN
284   SMTP connection from root closed by QUIT
285 LOG: smtp_connection MAIN
286   SMTP connection from root
287 Connecting to 127.0.0.1 [127.0.0.1]:1224 ...  connected
288   SMTP<< 220 Server ready
289   SMTP>> EHLO myhost.test.ex
290   SMTP<< 250- wotcher rverifier
291          250-SIZE
292          250 OK
293   SMTP>> MAIL FROM:<> SIZE=ssss
294   SMTP<< 250 OK
295   SMTP>> RCPT TO:<z@remote.domain>
296   SMTP<< 250 OK
297   SMTP>> QUIT
298   SMTP<< 250 OK
299   SMTP(close)>>
300 cmdlog: '220:EHLO:250-:MAIL:250:RCPT:250:QUIT:250'
301 LOG: MAIN REJECT
302   H=(me) [V4NET.0.0.3] U=root F=<ok@localhost1> rejected RCPT <z@remote.domain>: relay not permitted
303 LOG: smtp_connection MAIN
304   SMTP connection from root closed by QUIT
305 LOG: smtp_connection MAIN
306   SMTP connection from root
307 Connecting to 127.0.0.1 [127.0.0.1]:1224 ...  connected
308   SMTP<< 220 Server ready
309   SMTP>> EHLO myhost.test.ex
310   SMTP<< 250- wotcher rverifier
311          250-SIZE
312          250 OK
313   SMTP>> MAIL FROM:<>
314   SMTP<< 250 OK
315   SMTP>> RCPT TO:<z@remote.domain>
316   SMTP<< 250 OK
317   SMTP>> QUIT
318   SMTP<< 250 OK
319   SMTP(close)>>
320 cmdlog: '220:EHLO:250-:MAIL:250:RCPT:250:QUIT:250'
321 LOG: MAIN REJECT
322   H=(me) [V4NET.0.0.3] U=root F=<ok@localhost1> rejected RCPT <z@remote.domain>: relay not permitted
323 LOG: smtp_connection MAIN
324   SMTP connection from root closed by QUIT
325 LOG: smtp_connection MAIN
326   SMTP connection from root
327 Connecting to 127.0.0.1 [127.0.0.1]:1224 ...  connected
328   SMTP<< 220 Server ready
329   SMTP>> EHLO myhost.test.ex
330   SMTP<< 250- wotcher rverifier
331          250-SIZE
332          250 OK
333   SMTP>> MAIL FROM:<ok@localhost1>
334   SMTP<< 250 OK
335   SMTP>> RCPT TO:<myhost.test.ex-dddddddd-testing@remote.domain>
336   SMTP<< 550 RANDOM NOT OK
337   SMTP>> RSET
338   SMTP<< 250 OK
339   SMTP>> MAIL FROM:<ok@localhost1> SIZE=ssss
340   SMTP<< 250 OK
341   SMTP>> RCPT TO:<z@remote.domain>
342   SMTP<< 250 OK
343   SMTP>> QUIT
344   SMTP<< 250 OK
345   SMTP(close)>>
346 cmdlog: '220:EHLO:250-:MAIL:250:RCPT:550:RSET:250:MAIL:250:RCPT:250:QUIT:250'
347 LOG: MAIN REJECT
348   H=(me) [V4NET.0.0.7] U=root F=<ok@localhost1> rejected RCPT <z@remote.domain>: relay not permitted
349 LOG: smtp_connection MAIN
350   SMTP connection from root closed by QUIT
351 LOG: smtp_connection MAIN
352   SMTP connection from root
353 Connecting to 127.0.0.1 [127.0.0.1]:1224 ...  connected
354   SMTP<< 220 Server ready
355   SMTP>> LHLO myhost.test.ex
356   SMTP<< 250 OK
357   SMTP>> MAIL FROM:<>
358   SMTP<< 250 OK
359   SMTP>> RCPT TO:<z@remote.lmtp>
360   SMTP<< 550 Recipient not liked
361   SMTP>> QUIT
362   SMTP<< 250 OK
363   SMTP(close)>>
364 cmdlog: '220:LHLO:250:MAIL:250:RCPT:550:QUIT:250'
365 LOG: MAIN REJECT
366   H=(test) [V4NET.0.0.3] U=root F=<uncheckable@localhost1> rejected RCPT <z@remote.lmtp>: 127.0.0.1 [127.0.0.1] : SMTP error from remote mail server after RCPT TO:<z@remote.lmtp>: 550 Recipient not liked
367 LOG: smtp_connection MAIN
368   SMTP connection from root closed by QUIT
369 LOG: smtp_connection MAIN
370   SMTP connection from root
371 Connecting to 127.0.0.1 [127.0.0.1]:1224 ...  connected
372   SMTP(closed)<<
373   SMTP(close)>>
374 cmdlog: '(unset)'
375 LOG: MAIN REJECT
376   H=(test) [V4NET.0.0.1] U=root sender verify defer for <bad@localhost1>: Could not complete sender verify callout: 127.0.0.1 [127.0.0.1] : Remote host closed connection in response to initial connection
377 LOG: MAIN REJECT
378   H=(test) [V4NET.0.0.1] U=root F=<bad@localhost1> temporarily rejected RCPT <z@test.ex>: Could not complete sender verify callout
379 LOG: smtp_connection MAIN
380   SMTP connection from root closed by QUIT
381 LOG: smtp_connection MAIN
382   SMTP connection from root
383 Connecting to 127.0.0.1 [127.0.0.1]:1224 ...  failed: Connection refused
384 LOG: MAIN REJECT
385   H=(test) [V4NET.0.0.1] U=root sender verify defer for <bad@localhost1>: Could not complete sender verify callout: 127.0.0.1 [127.0.0.1] : Connection refused
386 LOG: MAIN REJECT
387   H=(test) [V4NET.0.0.1] U=root F=<bad@localhost1> temporarily rejected RCPT <z@test.ex>: Could not complete sender verify callout
388 LOG: smtp_connection MAIN
389   SMTP connection from root closed by QUIT