Debug: add note on DANE unusability
[exim.git] / test / stderr / 0909
1 Exim version x.yz ....
2 Hints DB:
3 configuration file is TESTSUITE/test-config
4 trusted user
5 admin user
6 LOG: smtp_connection MAIN
7   SMTP connection from root
8 created log directory TESTSUITE/spool/log
9 LOG: MAIN
10   <= fred@myhost.test.ex U=root P=local-smtp S=sss
11 Exim version x.yz ....
12 Hints DB:
13 configuration file is TESTSUITE/test-config
14 trusted user
15 admin user
16 dropping to exim gid; retaining priv uid
17 >>>>>>>>>>>>>>>> Remote deliveries >>>>>>>>>>>>>>>>
18 --------> good@test.ex <--------
19 send_to_server transport entered
20   good@test.ex
21 using the transport's hosts: 127.0.0.1
22 getting address for 127.0.0.1
23 checking retry status of 127.0.0.1
24 127.0.0.1 [127.0.0.1]:1111 retry-status = usable
25 delivering 10HmaX-000000005vi-0000 to 127.0.0.1 [127.0.0.1] (good@test.ex)
26 lack of DNSSEC traceability precludes DANE
27 Connecting to 127.0.0.1 [127.0.0.1]:PORT_D ...
28 connected
29   SMTP<< 220 Server ready
30   SMTP>> EHLO myhost.test.ex
31 cmd buf flush ddd bytes
32   SMTP<< 250-hi there
33          250-PIPELINING
34          250-CHUNKING
35          250 OK
36 using PIPELINING
37 CHUNKING usable
38 not using DSN
39   SMTP|> MAIL FROM:<>
40   SMTP|> RCPT TO:<good@test.ex>
41          will write message using CHUNKING
42 transport_check_waiting entered
43   sequence=1 local_max=500 global_max=-1
44  no messages waiting for 127.0.0.1
45 transport_check_waiting: FALSE
46 will pipeline QUIT
47   SMTP+> BDAT 329 LAST
48 cmd buf flush ddd bytes (more expected)
49 cannot use sendfile for body: spoolfile not wireformat
50 writing data block fd=dddd size=sss timeout=300 (more expected)
51   SMTP+> QUIT
52 cmd buf flush ddd bytes (more expected)
53   SMTP(shutdown)>>
54 sync_responses expect mail
55   SMTP<< 250 OK mail
56 sync_responses expect rcpt for good@test.ex
57   SMTP<< 250 OK rcpt
58   SMTP<< 250 OK chunked message data
59 ok=1 send_quit=0 send_rset=0 continue_more=0 yield=0 first_address is NULL
60   SMTP<< 221 Closing connection
61   SMTP(close)>>
62 cmdlog: '220:EHLO:250-:MAIL|:RCPT|:BDAT+:QUIT+:250:250:250:221'
63 Leaving send_to_server transport
64 >>>>>>>>>>>>>>>> Exim pid=p1236 (transport) terminating with rc=0 >>>>>>>>>>>>>>>>
65 LOG: MAIN
66   => good@test.ex R=client T=send_to_server H=127.0.0.1 [127.0.0.1] L K C="250 OK chunked message data"
67 LOG: MAIN
68   Completed
69 >>>>>>>>>>>>>>>> Exim pid=p1235 (local-accept-delivery) terminating with rc=0 >>>>>>>>>>>>>>>>
70 LOG: smtp_connection MAIN
71   SMTP connection from root D=q.qqqs closed by QUIT
72 >>>>>>>>>>>>>>>> Exim pid=p1234 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
73 Exim version x.yz ....
74 Hints DB:
75 configuration file is TESTSUITE/test-config
76 trusted user
77 admin user
78 LOG: smtp_connection MAIN
79   SMTP connection from root
80 LOG: MAIN
81   <= fred@myhost.test.ex U=root P=local-smtp S=sss
82 Exim version x.yz ....
83 Hints DB:
84 configuration file is TESTSUITE/test-config
85 trusted user
86 admin user
87 dropping to exim gid; retaining priv uid
88 >>>>>>>>>>>>>>>> Remote deliveries >>>>>>>>>>>>>>>>
89 --------> nopipe@test.ex <--------
90 send_to_server transport entered
91   nopipe@test.ex
92 using the transport's hosts: 127.0.0.1
93 getting address for 127.0.0.1
94 checking retry status of 127.0.0.1
95 127.0.0.1 [127.0.0.1]:1111 retry-status = usable
96 delivering 10HmaY-000000005vi-0000 to 127.0.0.1 [127.0.0.1] (nopipe@test.ex)
97 lack of DNSSEC traceability precludes DANE
98 Connecting to 127.0.0.1 [127.0.0.1]:PORT_D ...
99 connected
100   SMTP<< 220 Server ready
101   SMTP>> EHLO myhost.test.ex
102 cmd buf flush ddd bytes
103   SMTP<< 250-hi there
104          250-CHUNKING
105          250 OK
106 not using PIPELINING
107 CHUNKING usable
108 not using DSN
109   SMTP>> MAIL FROM:<>
110 cmd buf flush ddd bytes
111   SMTP<< 250 OK mail
112   SMTP>> RCPT TO:<nopipe@test.ex>
113 cmd buf flush ddd bytes
114 sync_responses expect rcpt for nopipe@test.ex
115   SMTP<< 250 OK rcpt
116          will write message using CHUNKING
117   SMTP+> BDAT 331 LAST
118 cmd buf flush ddd bytes (more expected)
119 cannot use sendfile for body: spoolfile not wireformat
120 writing data block fd=dddd size=sss timeout=300
121   SMTP<< 250 OK chunked message data
122 ok=1 send_quit=1 send_rset=0 continue_more=0 yield=0 first_address is NULL
123 transport_check_waiting entered
124   sequence=1 local_max=500 global_max=-1
125  no messages waiting for 127.0.0.1
126 transport_check_waiting: FALSE
127   SMTP+> QUIT
128 cmd buf flush ddd bytes (more expected)
129   SMTP(shutdown)>>
130   SMTP<< 221 Closing connection
131   SMTP(close)>>
132 cmdlog: '220:EHLO:250-:MAIL:250:RCPT:250:BDAT+:250:QUIT+:221'
133 Leaving send_to_server transport
134 >>>>>>>>>>>>>>>> Exim pid=p1239 (transport) terminating with rc=0 >>>>>>>>>>>>>>>>
135 LOG: MAIN
136   => nopipe@test.ex R=client T=send_to_server H=127.0.0.1 [127.0.0.1] K C="250 OK chunked message data"
137 LOG: MAIN
138   Completed
139 >>>>>>>>>>>>>>>> Exim pid=p1238 (local-accept-delivery) terminating with rc=0 >>>>>>>>>>>>>>>>
140 LOG: smtp_connection MAIN
141   SMTP connection from root D=q.qqqs closed by QUIT
142 >>>>>>>>>>>>>>>> Exim pid=p1237 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
143 Exim version x.yz ....
144 Hints DB:
145 configuration file is TESTSUITE/test-config
146 trusted user
147 admin user
148 LOG: smtp_connection MAIN
149   SMTP connection from root
150 LOG: MAIN
151   <= fred@myhost.test.ex U=root P=local-smtp S=sss
152 Exim version x.yz ....
153 Hints DB:
154 configuration file is TESTSUITE/test-config
155 trusted user
156 admin user
157 dropping to exim gid; retaining priv uid
158 >>>>>>>>>>>>>>>> Remote deliveries >>>>>>>>>>>>>>>>
159 --------> tempreject@test.ex <--------
160 send_to_server transport entered
161   tempreject@test.ex
162 using the transport's hosts: 127.0.0.1
163 getting address for 127.0.0.1
164 checking retry status of 127.0.0.1
165 127.0.0.1 [127.0.0.1]:1111 retry-status = usable
166 delivering 10HmaZ-000000005vi-0000 to 127.0.0.1 [127.0.0.1] (tempreject@test.ex)
167 lack of DNSSEC traceability precludes DANE
168 Connecting to 127.0.0.1 [127.0.0.1]:PORT_D ...
169 connected
170   SMTP<< 220 Server ready
171   SMTP>> EHLO myhost.test.ex
172 cmd buf flush ddd bytes
173   SMTP<< 250-hi there
174          250-PIPELINING
175          250-CHUNKING
176          250 OK
177 using PIPELINING
178 CHUNKING usable
179 not using DSN
180   SMTP|> MAIL FROM:<>
181   SMTP|> RCPT TO:<tempreject@test.ex>
182          will write message using CHUNKING
183 transport_check_waiting entered
184   sequence=1 local_max=500 global_max=-1
185  no messages waiting for 127.0.0.1
186 transport_check_waiting: FALSE
187 will pipeline QUIT
188   SMTP+> BDAT 335 LAST
189 cmd buf flush ddd bytes (more expected)
190 cannot use sendfile for body: spoolfile not wireformat
191 writing data block fd=dddd size=sss timeout=300 (more expected)
192   SMTP+> QUIT
193 cmd buf flush ddd bytes (more expected)
194   SMTP(shutdown)>>
195 sync_responses expect mail
196   SMTP<< 250 OK mail
197 sync_responses expect rcpt for tempreject@test.ex
198   SMTP<< 250 OK rcpt
199   SMTP<< 451 Service not available
200 LOG: MAIN
201   H=127.0.0.1 [127.0.0.1]: SMTP error from remote mail server after pipelined end of data: 451 Service not available
202 ok=0 send_quit=0 send_rset=1 continue_more=0 yield=0 first_address is NULL
203   SMTP<< 221 Closing connection
204   SMTP(close)>>
205 cmdlog: '220:EHLO:250-:MAIL|:RCPT|:BDAT+:QUIT+:250:250:451:221'
206 added retry item for T:[127.0.0.1]:127.0.0.1:PORT_D:10HmaZ-000000005vi-0000: errno=-46 more_errno=dd,A flags=6
207 all IP addresses skipped or deferred at least one address
208 Leaving send_to_server transport
209 >>>>>>>>>>>>>>>> Exim pid=p1242 (transport) terminating with rc=0 >>>>>>>>>>>>>>>>
210 LOG: MAIN
211   == tempreject@test.ex R=client T=send_to_server defer (-46) H=127.0.0.1 [127.0.0.1]: SMTP error from remote mail server after pipelined end of data: 451 Service not available
212 >>>>>>>>>>>>>>>> Exim pid=p1241 (local-accept-delivery) terminating with rc=0 >>>>>>>>>>>>>>>>
213 LOG: smtp_connection MAIN
214   SMTP connection from root D=q.qqqs closed by QUIT
215 >>>>>>>>>>>>>>>> Exim pid=p1240 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
216 Exim version x.yz ....
217 Hints DB:
218 configuration file is TESTSUITE/test-config
219 trusted user
220 admin user
221 LOG: smtp_connection MAIN
222   SMTP connection from root
223 LOG: MAIN
224   <= fred@myhost.test.ex U=root P=local-smtp S=sss
225 Exim version x.yz ....
226 Hints DB:
227 configuration file is TESTSUITE/test-config
228 trusted user
229 admin user
230 dropping to exim gid; retaining priv uid
231 >>>>>>>>>>>>>>>> Remote deliveries >>>>>>>>>>>>>>>>
232 --------> permreject@test.ex <--------
233 send_to_server transport entered
234   permreject@test.ex
235 using the transport's hosts: 127.0.0.1
236 getting address for 127.0.0.1
237 checking retry status of 127.0.0.1
238 no host retry record
239 no message retry record
240 127.0.0.1 [127.0.0.1]:1111 retry-status = usable
241 delivering 10HmbA-000000005vi-0000 to 127.0.0.1 [127.0.0.1] (permreject@test.ex)
242 lack of DNSSEC traceability precludes DANE
243 Connecting to 127.0.0.1 [127.0.0.1]:PORT_D ...
244 connected
245   SMTP<< 220 Server ready
246   SMTP>> EHLO myhost.test.ex
247 cmd buf flush ddd bytes
248   SMTP<< 250-hi there
249          250-PIPELINING
250          250-CHUNKING
251          250 OK
252 using PIPELINING
253 CHUNKING usable
254 not using DSN
255   SMTP|> MAIL FROM:<>
256   SMTP|> RCPT TO:<permreject@test.ex>
257          will write message using CHUNKING
258 transport_check_waiting entered
259   sequence=1 local_max=500 global_max=-1
260  no messages waiting for 127.0.0.1
261 transport_check_waiting: FALSE
262 will pipeline QUIT
263   SMTP+> BDAT 335 LAST
264 cmd buf flush ddd bytes (more expected)
265 cannot use sendfile for body: spoolfile not wireformat
266 writing data block fd=dddd size=sss timeout=300 (more expected)
267   SMTP+> QUIT
268 cmd buf flush ddd bytes (more expected)
269   SMTP(shutdown)>>
270 sync_responses expect mail
271   SMTP<< 250 OK mail
272 sync_responses expect rcpt for permreject@test.ex
273   SMTP<< 250 OK rcpt
274   SMTP<< 550 content rejected
275 ok=0 send_quit=0 send_rset=1 continue_more=0 yield=0 first_address is NULL
276   SMTP<< 221 Closing connection
277   SMTP(close)>>
278 cmdlog: '220:EHLO:250-:MAIL|:RCPT|:BDAT+:QUIT+:250:250:550:221'
279 Leaving send_to_server transport
280 >>>>>>>>>>>>>>>> Exim pid=p1245 (transport) terminating with rc=0 >>>>>>>>>>>>>>>>
281 LOG: MAIN
282   ** permreject@test.ex R=client T=send_to_server H=127.0.0.1 [127.0.0.1]: SMTP error from remote mail server after pipelined end of data: 550 content rejected
283 LOG: MAIN
284   permreject@test.ex: error ignored
285 LOG: MAIN
286   Completed
287 >>>>>>>>>>>>>>>> Exim pid=p1244 (local-accept-delivery) terminating with rc=0 >>>>>>>>>>>>>>>>
288 LOG: smtp_connection MAIN
289   SMTP connection from root D=q.qqqs closed by QUIT
290 >>>>>>>>>>>>>>>> Exim pid=p1243 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
291 Exim version x.yz ....
292 Hints DB:
293 configuration file is TESTSUITE/test-config
294 trusted user
295 admin user
296 LOG: smtp_connection MAIN
297   SMTP connection from root
298 LOG: MAIN
299   <= fred@myhost.test.ex U=root P=local-smtp S=sss
300 Exim version x.yz ....
301 Hints DB:
302 configuration file is TESTSUITE/test-config
303 trusted user
304 admin user
305 dropping to exim gid; retaining priv uid
306 >>>>>>>>>>>>>>>> Remote deliveries >>>>>>>>>>>>>>>>
307 --------> dataloss@test.ex <--------
308 send_to_server transport entered
309   dataloss@test.ex
310 using the transport's hosts: 127.0.0.1
311 getting address for 127.0.0.1
312 checking retry status of 127.0.0.1
313 no host retry record
314 no message retry record
315 127.0.0.1 [127.0.0.1]:1111 retry-status = usable
316 delivering 10HmbB-000000005vi-0000 to 127.0.0.1 [127.0.0.1] (dataloss@test.ex)
317 lack of DNSSEC traceability precludes DANE
318 Connecting to 127.0.0.1 [127.0.0.1]:PORT_D ...
319 connected
320   SMTP<< 220 Server ready
321   SMTP>> EHLO myhost.test.ex
322 cmd buf flush ddd bytes
323   SMTP<< 250-hi there
324          250-PIPELINING
325          250-CHUNKING
326          250 OK
327 using PIPELINING
328 CHUNKING usable
329 not using DSN
330   SMTP|> MAIL FROM:<>
331   SMTP|> RCPT TO:<dataloss@test.ex>
332          will write message using CHUNKING
333 transport_check_waiting entered
334   sequence=1 local_max=500 global_max=-1
335  no messages waiting for 127.0.0.1
336 transport_check_waiting: FALSE
337 will pipeline QUIT
338   SMTP+> BDAT 333 LAST
339 cmd buf flush ddd bytes (more expected)
340 cannot use sendfile for body: spoolfile not wireformat
341 writing data block fd=dddd size=sss timeout=300 (more expected)
342   SMTP+> QUIT
343 cmd buf flush ddd bytes (more expected)
344   SMTP(shutdown)>>
345 sync_responses expect mail
346   SMTP<< 250 OK mail
347 sync_responses expect rcpt for dataloss@test.ex
348   SMTP<< 250 OK rcpt
349   SMTP(closed)<<
350 LOG: MAIN
351   H=127.0.0.1 [127.0.0.1]: Remote host closed connection in response to pipelined end of data
352 ok=0 send_quit=0 send_rset=1 continue_more=0 yield=0 first_address is NULL
353   SMTP(closed)<<
354   SMTP(close)>>
355 cmdlog: '220:EHLO:250-:MAIL|:RCPT|:BDAT+:QUIT+:250:250'
356 added retry item for T:[127.0.0.1]:127.0.0.1:PORT_D:10HmbB-000000005vi-0000: errno=-18 more_errno=dd,A flags=6
357 all IP addresses skipped or deferred at least one address
358 Leaving send_to_server transport
359 >>>>>>>>>>>>>>>> Exim pid=p1248 (transport) terminating with rc=0 >>>>>>>>>>>>>>>>
360 LOG: MAIN
361   == dataloss@test.ex R=client T=send_to_server defer (-18) H=127.0.0.1 [127.0.0.1]: Remote host closed connection in response to pipelined end of data
362 >>>>>>>>>>>>>>>> Exim pid=p1247 (local-accept-delivery) terminating with rc=0 >>>>>>>>>>>>>>>>
363 LOG: smtp_connection MAIN
364   SMTP connection from root D=q.qqqs closed by QUIT
365 >>>>>>>>>>>>>>>> Exim pid=p1246 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>