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