Fix sender-verify callout to not use trigger-message SIZE
[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(close)>>
13 LOG: smtp_connection MAIN
14   SMTP connection from root closed by QUIT
15 LOG: smtp_connection MAIN
16   SMTP connection from root
17 LOG: smtp_connection MAIN
18   SMTP connection from root closed by QUIT
19 LOG: smtp_connection MAIN
20   SMTP connection from root
21 Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected
22   SMTP<< 220 Server ready
23   SMTP>> EHLO myhost.test.ex
24   SMTP<< 250 OK
25   SMTP>> MAIL FROM:<>
26   SMTP<< 250 OK
27   SMTP>> RCPT TO:<bad@localhost>
28   SMTP<< 550 Unknown user
29   SMTP>> QUIT
30   SMTP(close)>>
31 LOG: MAIN REJECT
32   H=[V4NET.0.0.1] U=root sender verify fail for <bad@localhost>: response to "RCPT TO:<bad@localhost>" from 127.0.0.1 [127.0.0.1] was: 550 Unknown user
33 LOG: MAIN REJECT
34   H=[V4NET.0.0.1] U=root F=<bad@localhost> rejected RCPT <z@test.ex>: Sender verify failed
35 LOG: smtp_connection MAIN
36   SMTP connection from root closed by QUIT
37 LOG: smtp_connection MAIN
38   SMTP connection from root
39 Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected
40   SMTP<< 220 Server ready
41   SMTP>> EHLO myhost.test.ex
42   SMTP<< 250 OK
43   SMTP>> MAIL FROM:<>
44   SMTP<< 250 OK
45   SMTP>> RCPT TO:<uncheckable@localhost1>
46   SMTP<< 450 Temporary error
47   SMTP>> QUIT
48   SMTP(close)>>
49 LOG: MAIN REJECT
50   H=[V4NET.0.0.1] U=root sender verify defer for <uncheckable@localhost1>: response to "RCPT TO:<uncheckable@localhost1>" from 127.0.0.1 [127.0.0.1] was: 450 Temporary error
51 LOG: MAIN REJECT
52   H=[V4NET.0.0.1] U=root F=<uncheckable@localhost1> temporarily rejected RCPT <z@test.ex>: Could not complete sender verify callout
53 LOG: smtp_connection MAIN
54   SMTP connection from root closed by QUIT
55 LOG: smtp_connection MAIN
56   SMTP connection from root
57 Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected
58   SMTP<< 220 Server ready
59   SMTP>> EHLO myhost.test.ex
60   SMTP<< 250 OK
61   SMTP>> MAIL FROM:<>
62   SMTP<< 550 Error for <>
63   SMTP>> QUIT
64   SMTP(close)>>
65 LOG: MAIN REJECT
66   H=[V4NET.0.0.1] U=root sender verify fail for <uncheckable2@localhost1>: response to "MAIL FROM:<>" from 127.0.0.1 [127.0.0.1] was: 550 Error for <>
67 LOG: MAIN REJECT
68   H=[V4NET.0.0.1] U=root F=<uncheckable2@localhost1> rejected RCPT <z@test.ex>: Sender verify failed
69 LOG: smtp_connection MAIN
70   SMTP connection from root closed by QUIT
71 LOG: smtp_connection MAIN
72   SMTP connection from root
73 Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected
74   SMTP<< 220 Server ready
75   SMTP>> EHLO myhost.test.ex
76   SMTP<< 250 OK
77   SMTP>> MAIL FROM:<>
78   SMTP<< 550-Multiline error for <>
79          550 Here's the second line
80   SMTP>> QUIT
81   SMTP(close)>>
82 LOG: MAIN REJECT
83   H=[V4NET.0.0.1] U=root sender verify fail for <uncheckable@localhost1>: response to "MAIL FROM:<>" from 127.0.0.1 [127.0.0.1] was: 550-Multiline error for <>\n550 Here's the second line
84 LOG: MAIN REJECT
85   H=[V4NET.0.0.1] U=root F=<uncheckable@localhost1> rejected RCPT <z@test.ex>: Sender verify failed
86 LOG: smtp_connection MAIN
87   SMTP connection from root closed by QUIT
88 LOG: smtp_connection MAIN
89   SMTP connection from root
90 Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected
91   SMTP<< 220 Server ready
92   SMTP>> EHLO myhost.test.ex
93   SMTP<< 250 OK
94   SMTP>> MAIL FROM:<>
95   SMTP<< 250 OK
96   SMTP>> RCPT TO:<z@remote.domain>
97   SMTP<< 550 Recipient not liked
98   SMTP>> QUIT
99   SMTP(close)>>
100 LOG: MAIN REJECT
101   H=[V4NET.0.0.3] U=root F=<uncheckable@localhost1> rejected RCPT <z@remote.domain>: response to "RCPT TO:<z@remote.domain>" from 127.0.0.1 [127.0.0.1] was: 550 Recipient not liked
102 LOG: smtp_connection MAIN
103   SMTP connection from root closed by QUIT
104 LOG: smtp_connection MAIN
105   SMTP connection from root
106 Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected
107   SMTP<< 220 Server ready
108   SMTP>> EHLO myhost.test.ex
109   SMTP<< 250 OK
110   SMTP>> MAIL FROM:<>
111   SMTP<< 250 OK
112   SMTP>> RCPT TO:<z@remote.domain>
113   SMTP<< 550-Recipient not liked on two lines
114          550 Here's the second
115   SMTP>> QUIT
116   SMTP(close)>>
117 LOG: MAIN REJECT
118   H=[V4NET.0.0.3] U=root F=<uncheckable@localhost1> rejected RCPT <z@remote.domain>: response to "RCPT TO:<z@remote.domain>" from 127.0.0.1 [127.0.0.1] was: 550-Recipient not liked on two lines\n550 Here's the second
119 LOG: smtp_connection MAIN
120   SMTP connection from root closed by QUIT
121 LOG: smtp_connection MAIN
122   SMTP connection from root
123 Connecting to 127.0.0.1 [127.0.0.1]:1224 ... failed: Connection refused
124 Connecting to ip4.ip4.ip4.ip4 [ip4.ip4.ip4.ip4]:1224 ... failed: Connection refused
125 LOG: MAIN REJECT
126   H=[V4NET.0.0.3] U=root F=<uncheckable@localhost1> temporarily rejected RCPT <z@remote.domain>: Could not complete recipient verify callout
127 LOG: smtp_connection MAIN
128   SMTP connection from root closed by QUIT
129 LOG: smtp_connection MAIN
130   SMTP connection from root
131 Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected
132   SMTP<< 220 Server ready
133   SMTP>> EHLO myhost.test.ex
134   SMTP<< 250 OK
135   SMTP>> MAIL FROM:<>
136   SMTP<< 250 OK
137   SMTP>> RCPT TO:<abcd@x.y.z>
138   SMTP<< 550 Not liked
139   SMTP>> QUIT
140   SMTP(close)>>
141 LOG: MAIN REJECT
142   H=[V4NET.0.0.4] U=root F=<uncheckable@localhost1> rejected after DATA: there is no valid sender in any header line
143 LOG: smtp_connection MAIN
144   SMTP connection from root closed by QUIT
145 LOG: smtp_connection MAIN
146   SMTP connection from root
147 Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected
148   SMTP<< 220 Server ready
149   SMTP>> EHLO myhost.test.ex
150   SMTP<< 250 OK
151   SMTP>> MAIL FROM:<>
152   SMTP<< 250 OK
153   SMTP>> RCPT TO:<abcd@x.y.z>
154   SMTP<< 550 Not liked
155   SMTP>> QUIT
156   SMTP(close)>>
157 LOG: MAIN REJECT
158   H=[V4NET.0.0.4] U=root F=<uncheckable@localhost1> rejected after DATA: there is no valid sender in any header line
159 LOG: smtp_connection MAIN
160   SMTP connection from root closed by QUIT
161 LOG: smtp_connection MAIN
162   SMTP connection from root
163 Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected
164   SMTP<< 220 Server ready
165   SMTP>> EHLO myhost.test.ex
166   SMTP<< 250 OK
167   SMTP>> MAIL FROM:<>
168   SMTP<< 250 OK
169   SMTP>> RCPT TO:<ok@localhost1>
170   SMTP<< 250 OK
171 Cutthrough cancelled by presence of postmaster verify
172   SMTP>> RSET
173   SMTP<< 250 OK
174   SMTP>> MAIL FROM:<>
175   SMTP<< 250 OK
176   SMTP>> RCPT TO:<postmaster@localhost1>
177   SMTP<< 250 OK
178   SMTP>> QUIT
179   SMTP(close)>>
180 LOG: MAIN REJECT
181   H=[V4NET.0.0.5] U=root F=<ok@localhost1> rejected RCPT <z@remote.domain>: relay not permitted
182 LOG: smtp_connection MAIN
183   SMTP connection from root closed by QUIT
184 LOG: smtp_connection MAIN
185   SMTP connection from root
186 Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected
187   SMTP<< 220 Server ready
188   SMTP>> EHLO myhost.test.ex
189   SMTP<< 250 OK
190   SMTP>> MAIL FROM:<>
191   SMTP<< 250 OK
192   SMTP>> RCPT TO:<ok@localhost1>
193   SMTP<< 250 OK
194 Cutthrough cancelled by presence of postmaster verify
195   SMTP>> RSET
196   SMTP<< 250 OK
197   SMTP>> MAIL FROM:<>
198   SMTP<< 250 OK
199   SMTP>> RCPT TO:<postmaster@localhost1>
200   SMTP<< 550 Don't like postmaster
201   SMTP>> QUIT
202   SMTP(close)>>
203 LOG: MAIN REJECT
204   H=[V4NET.0.0.5] U=root sender verify fail for <ok@localhost1>: response to "RCPT TO:<postmaster@localhost1>" from 127.0.0.1 [127.0.0.1] was: 550 Don't like postmaster
205 LOG: MAIN REJECT
206   H=[V4NET.0.0.5] U=root F=<ok@localhost1> rejected RCPT <z@remote.domain>: Sender verify failed
207 LOG: smtp_connection MAIN
208   SMTP connection from root closed by QUIT
209 LOG: smtp_connection MAIN
210   SMTP connection from root
211 Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected
212   SMTP<< 220 Server ready
213   SMTP>> EHLO myhost.test.ex
214   SMTP<< 250- wotcher
215          250-SIZE
216          250 OK
217   SMTP>> MAIL FROM:<>
218   SMTP<< 250 OK
219   SMTP>> RCPT TO:<ok@localhost1>
220   SMTP<< 250 OK
221   SMTP>> QUIT
222   SMTP(close)>>
223 LOG: smtp_connection MAIN
224   SMTP connection from root closed by QUIT
225 LOG: smtp_connection MAIN
226   SMTP connection from root
227 Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected
228   SMTP<< 220 Server ready
229   SMTP>> LHLO myhost.test.ex
230   SMTP<< 250 OK
231   SMTP>> MAIL FROM:<>
232   SMTP<< 250 OK
233   SMTP>> RCPT TO:<z@remote.lmtp>
234   SMTP<< 550 Recipient not liked
235   SMTP>> QUIT
236   SMTP(close)>>
237 LOG: MAIN REJECT
238   H=[V4NET.0.0.3] U=root F=<uncheckable@localhost1> rejected RCPT <z@remote.lmtp>: response to "RCPT TO:<z@remote.lmtp>" from 127.0.0.1 [127.0.0.1] was: 550 Recipient not liked
239 LOG: smtp_connection MAIN
240   SMTP connection from root closed by QUIT
241 LOG: smtp_connection MAIN
242   SMTP connection from root
243 Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected
244   SMTP>> QUIT
245   SMTP(close)>>
246 LOG: MAIN REJECT
247   H=[V4NET.0.0.1] U=root sender verify defer for <bad@localhost1>: response to "initial connection" from 127.0.0.1 [127.0.0.1] was: connection dropped
248 LOG: MAIN REJECT
249   H=[V4NET.0.0.1] U=root F=<bad@localhost1> temporarily rejected RCPT <z@test.ex>: Could not complete sender verify callout
250 LOG: smtp_connection MAIN
251   SMTP connection from root closed by QUIT
252 LOG: smtp_connection MAIN
253   SMTP connection from root
254 Connecting to 127.0.0.1 [127.0.0.1]:1224 ... failed: Connection refused
255 LOG: MAIN REJECT
256   H=[V4NET.0.0.1] U=root sender verify defer for <bad@localhost1>: could not connect to 127.0.0.1 [127.0.0.1]: Connection refused
257 LOG: MAIN REJECT
258   H=[V4NET.0.0.1] U=root F=<bad@localhost1> temporarily rejected RCPT <z@test.ex>: Could not complete sender verify callout
259 LOG: smtp_connection MAIN
260   SMTP connection from root closed by QUIT