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