Hintsbd: fix locking
[exim.git] / test / stderr / 0376
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 test in helo_lookup_domains? no (end of list)
9 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
10 Verifying ok@localhost
11 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
12 Considering ok@localhost
13 Attempting full verification using callout
14 callout cache: no domain record found for localhost
15 callout cache: no address record found for ok@localhost
16 interface=NULL port=PORT_S
17 Connecting to 127.0.0.1 [127.0.0.1]:PORT_S ...
18 connected
19   SMTP<< 220 Server ready
20   SMTP>> EHLO myhost.test.ex
21   SMTP<< 250 OK
22   SMTP>> MAIL FROM:<>
23   SMTP<< 250 OK
24   SMTP>> RCPT TO:<ok@localhost>
25   SMTP<< 250 OK
26   SMTP>> QUIT
27   SMTP<< 250 OK
28   SMTP(close)>>
29 cmdlog: '220:EHLO:250:MAIL:250:RCPT:250:QUIT:250'
30 wrote callout cache domain record for localhost:
31   result=1 postmaster=0 random=0
32 wrote positive callout cache address record for ok@localhost
33 host in "V4NET.0.0.2"? no (end of list)
34 host in "V4NET.0.0.3"? no (end of list)
35 host in "V4NET.0.0.4"? no (end of list)
36 host in "V4NET.0.0.5"? no (end of list)
37 host in "V4NET.0.0.6"? no (end of list)
38 host in "V4NET.0.0.9"? no (end of list)
39 host in "V4NET.0.0.10"? no (end of list)
40 host in "V4NET.0.0.10"? no (end of list)
41 LOG: smtp_connection MAIN
42   SMTP connection from root D=qqs closed by QUIT
43 >>>>>>>>>>>>>>>> Exim pid=p1234 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
44 Exim version x.yz ....
45 Hints DB:
46 configuration file is TESTSUITE/test-config
47 trusted user
48 admin user
49 LOG: smtp_connection MAIN
50   SMTP connection from root
51 test in helo_lookup_domains? no (end of list)
52 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
53 Verifying ok@localhost
54 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
55 Considering ok@localhost
56 Attempting full verification using callout
57 callout cache: found domain record for localhost
58 callout cache: found address record for ok@localhost
59 callout cache: address record is positive
60 host in "V4NET.0.0.2"? no (end of list)
61 host in "V4NET.0.0.3"? no (end of list)
62 host in "V4NET.0.0.4"? no (end of list)
63 host in "V4NET.0.0.5"? no (end of list)
64 host in "V4NET.0.0.6"? no (end of list)
65 host in "V4NET.0.0.9"? no (end of list)
66 host in "V4NET.0.0.10"? no (end of list)
67 host in "V4NET.0.0.10"? no (end of list)
68 LOG: smtp_connection MAIN
69   SMTP connection from root D=qqs closed by QUIT
70 >>>>>>>>>>>>>>>> Exim pid=p1235 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
71 Exim version x.yz ....
72 Hints DB:
73 configuration file is TESTSUITE/test-config
74 trusted user
75 admin user
76 LOG: smtp_connection MAIN
77   SMTP connection from root
78 test in helo_lookup_domains? no (end of list)
79 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
80 Verifying ok@localhost
81 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
82 Considering ok@localhost
83 Attempting full verification using callout
84 callout cache: found domain record for localhost
85 callout cache: address record expired for ok@localhost
86 interface=NULL port=PORT_S
87 Connecting to 127.0.0.1 [127.0.0.1]:PORT_S ...
88  failed: Connection refused
89 LOG: MAIN REJECT
90   H=(test) [V4NET.0.0.1] U=root sender verify defer for <ok@localhost>: Could not complete sender verify callout: 127.0.0.1 [127.0.0.1] : Connection refused
91 created log directory TESTSUITE/spool/log
92 LOG: MAIN REJECT
93   H=(test) [V4NET.0.0.1] U=root F=<ok@localhost> temporarily rejected RCPT <z@test.ex>: Could not complete sender verify callout
94 LOG: smtp_connection MAIN
95   SMTP connection from root D=qqs closed by QUIT
96 >>>>>>>>>>>>>>>> Exim pid=p1236 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
97 Exim version x.yz ....
98 Hints DB:
99 configuration file is TESTSUITE/test-config
100 trusted user
101 admin user
102 LOG: smtp_connection MAIN
103   SMTP connection from root
104 test in helo_lookup_domains? no (end of list)
105 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
106 Verifying bad@localhost
107 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
108 Considering bad@localhost
109 Attempting full verification using callout
110 callout cache: found domain record for localhost
111 callout cache: no address record found for bad@localhost
112 interface=NULL port=PORT_S
113 Connecting to 127.0.0.1 [127.0.0.1]:PORT_S ...
114 connected
115   SMTP<< 220 Server ready
116   SMTP>> EHLO myhost.test.ex
117   SMTP<< 250 OK
118   SMTP>> MAIL FROM:<>
119   SMTP<< 250 OK
120   SMTP>> RCPT TO:<bad@localhost>
121   SMTP<< 550 REJECTED
122   SMTP>> QUIT
123   SMTP<< 250 OK
124   SMTP(close)>>
125 cmdlog: '220:EHLO:250:MAIL:250:RCPT:550:QUIT:250'
126 wrote callout cache domain record for localhost:
127   result=1 postmaster=0 random=0
128 wrote negative callout cache address record for bad@localhost
129 LOG: MAIN REJECT
130   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 REJECTED
131 LOG: MAIN REJECT
132   H=(test) [V4NET.0.0.1] U=root F=<bad@localhost> rejected RCPT <z@test.ex>: (recipient): Sender verify failed
133 LOG: smtp_connection MAIN
134   SMTP connection from root D=qqs closed by QUIT
135 >>>>>>>>>>>>>>>> Exim pid=p1237 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
136 Exim version x.yz ....
137 Hints DB:
138 configuration file is TESTSUITE/test-config
139 trusted user
140 admin user
141 LOG: smtp_connection MAIN
142   SMTP connection from root
143 test in helo_lookup_domains? no (end of list)
144 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
145 Verifying bad@localhost
146 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
147 Considering bad@localhost
148 Attempting full verification using callout
149 callout cache: found domain record for localhost
150 callout cache: found address record for bad@localhost
151 callout cache: address record is negative
152 LOG: MAIN REJECT
153   H=(test) [V4NET.0.0.1] U=root sender verify fail for <bad@localhost>
154 LOG: MAIN REJECT
155   H=(test) [V4NET.0.0.1] U=root F=<bad@localhost> rejected RCPT <z@test.ex>: (recipient): Sender verify failed
156 LOG: smtp_connection MAIN
157   SMTP connection from root D=qqs closed by QUIT
158 >>>>>>>>>>>>>>>> Exim pid=p1238 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
159 Exim version x.yz ....
160 Hints DB:
161 configuration file is TESTSUITE/test-config
162 trusted user
163 admin user
164 LOG: smtp_connection MAIN
165   SMTP connection from root
166 test in helo_lookup_domains? no (end of list)
167 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
168 Verifying ok@localhost
169 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
170 Considering ok@localhost
171 Attempting full verification using callout
172 callout cache: found domain record for localhost
173 callout cache: address record expired for ok@localhost
174 interface=NULL port=PORT_S
175 Connecting to 127.0.0.1 [127.0.0.1]:PORT_S ...
176 connected
177   SMTP<< 220 Server ready
178   SMTP>> EHLO myhost.test.ex
179   SMTP<< 250 OK
180   SMTP>> MAIL FROM:<>
181   SMTP<< 550 REJECT MAIL FROM
182   SMTP>> QUIT
183   SMTP<< 250 OK
184   SMTP(close)>>
185 cmdlog: '220:EHLO:250:MAIL:550:QUIT:250'
186 wrote callout cache domain record for localhost:
187   result=3 postmaster=0 random=0
188 LOG: MAIN REJECT
189   H=(test) [V4NET.0.0.1] U=root sender verify fail for <ok@localhost>: 127.0.0.1 [127.0.0.1] : response to "MAIL FROM:<>" was: 550 REJECT MAIL FROM
190 LOG: MAIN REJECT
191   H=(test) [V4NET.0.0.1] U=root F=<ok@localhost> rejected RCPT <z@test.ex>: (mail): Sender verify failed
192 LOG: smtp_connection MAIN
193   SMTP connection from root D=qqs closed by QUIT
194 >>>>>>>>>>>>>>>> Exim pid=p1239 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
195 Exim version x.yz ....
196 Hints DB:
197 configuration file is TESTSUITE/test-config
198 trusted user
199 admin user
200 LOG: smtp_connection MAIN
201   SMTP connection from root
202 test in helo_lookup_domains? no (end of list)
203 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
204 Verifying ok@localhost
205 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
206 Considering ok@localhost
207 Attempting full verification using callout
208 callout cache: found domain record for localhost
209 callout cache: domain gave initial rejection, or does not accept HELO or MAIL FROM:<>
210 LOG: MAIN REJECT
211   H=(test) [V4NET.0.0.1] U=root sender verify fail for <ok@localhost>
212 LOG: MAIN REJECT
213   H=(test) [V4NET.0.0.1] U=root F=<ok@localhost> rejected RCPT <z@test.ex>: (mail): Sender verify failed
214 LOG: smtp_connection MAIN
215   SMTP connection from root D=qqs closed by QUIT
216 >>>>>>>>>>>>>>>> Exim pid=p1240 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
217 Exim version x.yz ....
218 Hints DB:
219 configuration file is TESTSUITE/test-config
220 trusted user
221 admin user
222 LOG: smtp_connection MAIN
223   SMTP connection from root
224 test in helo_lookup_domains? no (end of list)
225 host in "V4NET.0.0.1"? no (end of list)
226 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
227 Verifying ok@otherhost
228 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
229 Considering ok@otherhost
230 Attempting full verification using callout
231 callout cache: no domain record found for otherhost
232 callout cache: no address record found for ok@otherhost
233 interface=NULL port=PORT_S
234 Connecting to 127.0.0.1 [127.0.0.1]:PORT_S ...
235 connected
236   SMTP<< 220 Server ready
237   SMTP>> EHLO myhost.test.ex
238   SMTP<< 250 OK
239   SMTP>> MAIL FROM:<>
240   SMTP<< 250 OK
241   SMTP>> RCPT TO:<ok@otherhost>
242   SMTP<< 250 OK
243 Cutthrough cancelled by presence of postmaster verify
244   SMTP>> RSET
245   SMTP<< 250 OK
246   SMTP>> MAIL FROM:<>
247   SMTP<< 250 OK
248   SMTP>> RCPT TO:<postmaster@otherhost>
249   SMTP<< 550 NOT OK
250   SMTP>> QUIT
251   SMTP<< 250 OK
252   SMTP(close)>>
253 cmdlog: '220:EHLO:250:MAIL:250:RCPT:250:RSET:250:MAIL:250:RCPT:550:QUIT:250'
254 wrote callout cache domain record for otherhost:
255   result=1 postmaster=2 random=0
256 wrote positive callout cache address record for ok@otherhost
257 LOG: MAIN REJECT
258   H=(test) [V4NET.0.0.2] U=root sender verify fail for <ok@otherhost>: 127.0.0.1 [127.0.0.1] : SMTP error from remote mail server after RCPT TO:<postmaster@otherhost>: 550 NOT OK
259 LOG: MAIN REJECT
260   H=(test) [V4NET.0.0.2] U=root F=<ok@otherhost> rejected RCPT <z@test.ex>: Sender verify failed
261 LOG: smtp_connection MAIN
262   SMTP connection from root D=qqs closed by QUIT
263 >>>>>>>>>>>>>>>> Exim pid=p1241 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
264 Exim version x.yz ....
265 Hints DB:
266 configuration file is TESTSUITE/test-config
267 trusted user
268 admin user
269 LOG: smtp_connection MAIN
270   SMTP connection from root
271 test in helo_lookup_domains? no (end of list)
272 host in "V4NET.0.0.1"? no (end of list)
273 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
274 Verifying ok@otherhost
275 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
276 Considering ok@otherhost
277 Attempting full verification using callout
278 callout cache: found domain record for otherhost
279 callout cache: domain does not accept RCPT TO:<postmaster@domain>
280 LOG: MAIN REJECT
281   H=(test) [V4NET.0.0.2] U=root sender verify fail for <ok@otherhost>
282 LOG: MAIN REJECT
283   H=(test) [V4NET.0.0.2] U=root F=<ok@otherhost> rejected RCPT <z@test.ex>: Sender verify failed
284 LOG: smtp_connection MAIN
285   SMTP connection from root D=qqs closed by QUIT
286 >>>>>>>>>>>>>>>> Exim pid=p1242 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
287 Exim version x.yz ....
288 Hints DB:
289 configuration file is TESTSUITE/test-config
290 trusted user
291 admin user
292 LOG: smtp_connection MAIN
293   SMTP connection from root
294 test in helo_lookup_domains? no (end of list)
295 host in "V4NET.0.0.1"? no (end of list)
296 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
297 Verifying ok@otherhost2
298 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
299 Considering ok@otherhost2
300 Attempting full verification using callout
301 callout cache: no domain record found for otherhost2
302 callout cache: no address record found for ok@otherhost2
303 interface=NULL port=PORT_S
304 Connecting to 127.0.0.1 [127.0.0.1]:PORT_S ...
305 connected
306   SMTP<< 220 Server ready
307   SMTP>> EHLO myhost.test.ex
308   SMTP<< 250 OK
309   SMTP>> MAIL FROM:<>
310   SMTP<< 250 OK
311   SMTP>> RCPT TO:<ok@otherhost2>
312   SMTP<< 250 OK
313 Cutthrough cancelled by presence of postmaster verify
314   SMTP>> RSET
315   SMTP<< 250 OK
316   SMTP>> MAIL FROM:<>
317   SMTP<< 250 OK
318   SMTP>> RCPT TO:<postmaster@otherhost2>
319   SMTP<< 250 OK
320   SMTP>> QUIT
321   SMTP<< 250 OK
322   SMTP(close)>>
323 cmdlog: '220:EHLO:250:MAIL:250:RCPT:250:RSET:250:MAIL:250:RCPT:250:QUIT:250'
324 wrote callout cache domain record for otherhost2:
325   result=1 postmaster=1 random=0
326 wrote positive callout cache address record for ok@otherhost2
327 host in "V4NET.0.0.3"? no (end of list)
328 host in "V4NET.0.0.4"? no (end of list)
329 host in "V4NET.0.0.5"? no (end of list)
330 host in "V4NET.0.0.6"? no (end of list)
331 host in "V4NET.0.0.9"? no (end of list)
332 host in "V4NET.0.0.10"? no (end of list)
333 host in "V4NET.0.0.10"? no (end of list)
334 LOG: smtp_connection MAIN
335   SMTP connection from root D=qqs closed by QUIT
336 >>>>>>>>>>>>>>>> Exim pid=p1243 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
337 Exim version x.yz ....
338 Hints DB:
339 configuration file is TESTSUITE/test-config
340 trusted user
341 admin user
342 LOG: smtp_connection MAIN
343   SMTP connection from root
344 test in helo_lookup_domains? no (end of list)
345 host in "V4NET.0.0.1"? no (end of list)
346 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
347 Verifying ok@otherhost2
348 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
349 Considering ok@otherhost2
350 Attempting full verification using callout
351 callout cache: found domain record for otherhost2
352 callout cache: domain accepts RCPT TO:<postmaster@domain>
353 callout cache: found address record for ok@otherhost2
354 callout cache: address record is positive
355 host in "V4NET.0.0.3"? no (end of list)
356 host in "V4NET.0.0.4"? no (end of list)
357 host in "V4NET.0.0.5"? no (end of list)
358 host in "V4NET.0.0.6"? no (end of list)
359 host in "V4NET.0.0.9"? no (end of list)
360 host in "V4NET.0.0.10"? no (end of list)
361 host in "V4NET.0.0.10"? no (end of list)
362 LOG: smtp_connection MAIN
363   SMTP connection from root D=qqs closed by QUIT
364 >>>>>>>>>>>>>>>> Exim pid=p1244 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
365 Exim version x.yz ....
366 Hints DB:
367 configuration file is TESTSUITE/test-config
368 trusted user
369 admin user
370 LOG: smtp_connection MAIN
371   SMTP connection from root
372 test in helo_lookup_domains? no (end of list)
373 host in "V4NET.0.0.1"? no (end of list)
374 host in "V4NET.0.0.2"? no (end of list)
375 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
376 Verifying ok@otherhost3
377 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
378 Considering ok@otherhost3
379 Attempting full verification using callout
380 callout cache: no domain record found for otherhost3
381 callout cache: no address record found for ok@otherhost3
382 interface=NULL port=PORT_S
383 Connecting to 127.0.0.1 [127.0.0.1]:PORT_S ...
384 connected
385   SMTP<< 220 Server ready
386   SMTP>> EHLO myhost.test.ex
387   SMTP<< 250 OK
388   SMTP>> MAIL FROM:<>
389   SMTP<< 250 OK
390   SMTP>> RCPT TO:<myhost.test.ex-dddddddd-testing@otherhost3>
391   SMTP<< 250 OK
392   SMTP>> QUIT
393   SMTP<< 250 OK
394   SMTP(close)>>
395 cmdlog: '220:EHLO:250:MAIL:250:RCPT:250:QUIT:250'
396 wrote callout cache domain record for otherhost3:
397   result=1 postmaster=0 random=1
398 host in "V4NET.0.0.4"? no (end of list)
399 host in "V4NET.0.0.5"? no (end of list)
400 host in "V4NET.0.0.6"? no (end of list)
401 host in "V4NET.0.0.9"? no (end of list)
402 host in "V4NET.0.0.10"? no (end of list)
403 LOG: MAIN
404   (random)
405 host in "V4NET.0.0.10"? no (end of list)
406 LOG: smtp_connection MAIN
407   SMTP connection from root D=qqs closed by QUIT
408 >>>>>>>>>>>>>>>> Exim pid=p1245 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
409 Exim version x.yz ....
410 Hints DB:
411 configuration file is TESTSUITE/test-config
412 trusted user
413 admin user
414 LOG: smtp_connection MAIN
415   SMTP connection from root
416 test in helo_lookup_domains? no (end of list)
417 host in "V4NET.0.0.1"? no (end of list)
418 host in "V4NET.0.0.2"? no (end of list)
419 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
420 Verifying otherok@otherhost3
421 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
422 Considering otherok@otherhost3
423 Attempting full verification using callout
424 callout cache: found domain record for otherhost3
425 callout cache: domain accepts random addresses
426 host in "V4NET.0.0.4"? no (end of list)
427 host in "V4NET.0.0.5"? no (end of list)
428 host in "V4NET.0.0.6"? no (end of list)
429 host in "V4NET.0.0.9"? no (end of list)
430 host in "V4NET.0.0.10"? no (end of list)
431 LOG: MAIN
432   (random)
433 host in "V4NET.0.0.10"? no (end of list)
434 LOG: smtp_connection MAIN
435   SMTP connection from root D=qqs closed by QUIT
436 >>>>>>>>>>>>>>>> Exim pid=p1246 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
437 Exim version x.yz ....
438 Hints DB:
439 configuration file is TESTSUITE/test-config
440 trusted user
441 admin user
442 LOG: smtp_connection MAIN
443   SMTP connection from root
444 test in helo_lookup_domains? no (end of list)
445 host in "V4NET.0.0.1"? no (end of list)
446 host in "V4NET.0.0.2"? no (end of list)
447 host in "V4NET.0.0.3"? no (end of list)
448 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
449 Verifying ok@otherhost4
450 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
451 Considering ok@otherhost4
452 Attempting full verification using callout
453 callout cache: no domain record found for otherhost4
454 callout cache: no address record found for ok@otherhost4
455 interface=NULL port=PORT_S
456 Connecting to 127.0.0.1 [127.0.0.1]:PORT_S ...
457 connected
458   SMTP<< 220 Server ready
459   SMTP>> EHLO myhost.test.ex
460   SMTP<< 250 OK
461   SMTP>> MAIL FROM:<>
462   SMTP<< 250 OK
463   SMTP>> RCPT TO:<myhost.test.ex-dddddddd-testing@otherhost4>
464   SMTP<< 250 OK
465   SMTP>> QUIT
466   SMTP<< 250 OK
467   SMTP(close)>>
468 cmdlog: '220:EHLO:250:MAIL:250:RCPT:250:QUIT:250'
469 wrote callout cache domain record for otherhost4:
470   result=1 postmaster=0 random=1
471 host in "V4NET.0.0.5"? no (end of list)
472 host in "V4NET.0.0.6"? no (end of list)
473 host in "V4NET.0.0.9"? no (end of list)
474 host in "V4NET.0.0.10"? no (end of list)
475 LOG: MAIN
476   (random)
477 host in "V4NET.0.0.10"? no (end of list)
478 LOG: smtp_connection MAIN
479   SMTP connection from root D=qqs closed by QUIT
480 >>>>>>>>>>>>>>>> Exim pid=p1247 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
481 Exim version x.yz ....
482 Hints DB:
483 configuration file is TESTSUITE/test-config
484 trusted user
485 admin user
486 LOG: smtp_connection MAIN
487   SMTP connection from root
488 test in helo_lookup_domains? no (end of list)
489 host in "V4NET.0.0.1"? no (end of list)
490 host in "V4NET.0.0.2"? no (end of list)
491 host in "V4NET.0.0.3"? no (end of list)
492 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
493 Verifying ok@otherhost4
494 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
495 Considering ok@otherhost4
496 Attempting full verification using callout
497 callout cache: found domain record for otherhost4
498 callout cache: domain accepts random addresses
499 host in "V4NET.0.0.5"? no (end of list)
500 host in "V4NET.0.0.6"? no (end of list)
501 host in "V4NET.0.0.9"? no (end of list)
502 host in "V4NET.0.0.10"? no (end of list)
503 LOG: MAIN
504   (random)
505 host in "V4NET.0.0.10"? no (end of list)
506 LOG: smtp_connection MAIN
507   SMTP connection from root D=qqs closed by QUIT
508 >>>>>>>>>>>>>>>> Exim pid=p1248 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
509 Exim version x.yz ....
510 Hints DB:
511 configuration file is TESTSUITE/test-config
512 trusted user
513 admin user
514 LOG: smtp_connection MAIN
515   SMTP connection from root
516 test in helo_lookup_domains? no (end of list)
517 host in "V4NET.0.0.1"? no (end of list)
518 host in "V4NET.0.0.2"? no (end of list)
519 host in "V4NET.0.0.3"? no (end of list)
520 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
521 Verifying ok@otherhost41
522 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
523 Considering ok@otherhost41
524 Attempting full verification using callout
525 callout cache: no domain record found for otherhost41
526 callout cache: no address record found for ok@otherhost41
527 interface=NULL port=PORT_S
528 Connecting to 127.0.0.1 [127.0.0.1]:PORT_S ...
529 connected
530   SMTP<< 220 Server ready
531   SMTP>> EHLO myhost.test.ex
532   SMTP<< 250 OK
533   SMTP>> MAIL FROM:<>
534   SMTP<< 250 OK
535   SMTP>> RCPT TO:<myhost.test.ex-dddddddd-testing@otherhost41>
536   SMTP<< 550 NOT OK
537   SMTP>> RSET
538   SMTP<< 250 OK
539   SMTP>> MAIL FROM:<>
540   SMTP<< 250 OK
541   SMTP>> RCPT TO:<ok@otherhost41>
542   SMTP<< 250 OK
543 Cutthrough cancelled by presence of postmaster verify
544   SMTP>> RSET
545   SMTP<< 250 OK
546   SMTP>> MAIL FROM:<>
547   SMTP<< 250 OK
548   SMTP>> RCPT TO:<postmaster@otherhost41>
549   SMTP<< 250 OK
550   SMTP>> QUIT
551   SMTP<< 250 OK
552   SMTP(close)>>
553 cmdlog: '220:EHLO:250:MAIL:250:RCPT:550:RSET:250:MAIL:250:RCPT:250:RSET:250:MAIL:250:RCPT:250:QUIT:250'
554 wrote callout cache domain record for otherhost41:
555   result=1 postmaster=1 random=2
556 wrote positive callout cache address record for ok@otherhost41
557 host in "V4NET.0.0.5"? no (end of list)
558 host in "V4NET.0.0.6"? no (end of list)
559 host in "V4NET.0.0.9"? no (end of list)
560 host in "V4NET.0.0.10"? no (end of list)
561 host in "V4NET.0.0.10"? no (end of list)
562 LOG: smtp_connection MAIN
563   SMTP connection from root D=qqs closed by QUIT
564 >>>>>>>>>>>>>>>> Exim pid=p1249 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
565 Exim version x.yz ....
566 Hints DB:
567 configuration file is TESTSUITE/test-config
568 trusted user
569 admin user
570 LOG: smtp_connection MAIN
571   SMTP connection from root
572 test in helo_lookup_domains? no (end of list)
573 host in "V4NET.0.0.1"? no (end of list)
574 host in "V4NET.0.0.2"? no (end of list)
575 host in "V4NET.0.0.3"? no (end of list)
576 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
577 Verifying ok@otherhost41
578 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
579 Considering ok@otherhost41
580 Attempting full verification using callout
581 callout cache: found domain record for otherhost41
582 callout cache: domain rejects random addresses
583 callout cache: domain accepts RCPT TO:<postmaster@domain>
584 callout cache: found address record for ok@otherhost41
585 callout cache: address record is positive
586 host in "V4NET.0.0.5"? no (end of list)
587 host in "V4NET.0.0.6"? no (end of list)
588 host in "V4NET.0.0.9"? no (end of list)
589 host in "V4NET.0.0.10"? no (end of list)
590 host in "V4NET.0.0.10"? no (end of list)
591 LOG: smtp_connection MAIN
592   SMTP connection from root D=qqs closed by QUIT
593 >>>>>>>>>>>>>>>> Exim pid=p1250 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
594 Exim version x.yz ....
595 Hints DB:
596 configuration file is TESTSUITE/test-config
597 trusted user
598 admin user
599 LOG: smtp_connection MAIN
600   SMTP connection from root
601 test in helo_lookup_domains? no (end of list)
602 host in "V4NET.0.0.1"? no (end of list)
603 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
604 Verifying ok@otherhost21
605 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
606 Considering ok@otherhost21
607 Attempting full verification using callout
608 callout cache: no domain record found for otherhost21
609 callout cache: no address record found for ok@otherhost21
610 interface=NULL port=PORT_S
611 Connecting to 127.0.0.1 [127.0.0.1]:PORT_S ...
612 connected
613   SMTP<< 220 Server ready
614   SMTP>> EHLO myhost.test.ex
615   SMTP<< 250 OK
616   SMTP>> MAIL FROM:<>
617   SMTP<< 250 OK
618   SMTP>> RCPT TO:<ok@otherhost21>
619   SMTP<< 250 OK
620 Cutthrough cancelled by presence of postmaster verify
621   SMTP>> RSET
622   SMTP<< 250 OK
623   SMTP>> MAIL FROM:<>
624   SMTP<< 250 OK
625   SMTP>> RCPT TO:<postmaster@otherhost21>
626   SMTP<< 250 OK
627   SMTP>> QUIT
628   SMTP<< 250 OK
629   SMTP(close)>>
630 cmdlog: '220:EHLO:250:MAIL:250:RCPT:250:RSET:250:MAIL:250:RCPT:250:QUIT:250'
631 wrote callout cache domain record for otherhost21:
632   result=1 postmaster=1 random=0
633 wrote positive callout cache address record for ok@otherhost21
634 host in "V4NET.0.0.3"? no (end of list)
635 host in "V4NET.0.0.4"? no (end of list)
636 host in "V4NET.0.0.5"? no (end of list)
637 host in "V4NET.0.0.6"? no (end of list)
638 host in "V4NET.0.0.9"? no (end of list)
639 host in "V4NET.0.0.10"? no (end of list)
640 host in "V4NET.0.0.10"? no (end of list)
641 LOG: smtp_connection MAIN
642   SMTP connection from root D=qqs closed by QUIT
643 >>>>>>>>>>>>>>>> Exim pid=p1251 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
644 Exim version x.yz ....
645 Hints DB:
646 configuration file is TESTSUITE/test-config
647 trusted user
648 admin user
649 LOG: smtp_connection MAIN
650   SMTP connection from root
651 test in helo_lookup_domains? no (end of list)
652 host in "V4NET.0.0.1"? no (end of list)
653 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
654 Verifying ok2@otherhost21
655 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
656 Considering ok2@otherhost21
657 Attempting full verification using callout
658 callout cache: found domain record for otherhost21
659 callout cache: domain accepts RCPT TO:<postmaster@domain>
660 callout cache: no address record found for ok2@otherhost21
661 interface=NULL port=PORT_S
662 Connecting to 127.0.0.1 [127.0.0.1]:PORT_S ...
663 connected
664   SMTP<< 220 Server ready
665   SMTP>> EHLO myhost.test.ex
666   SMTP<< 250 OK
667   SMTP>> MAIL FROM:<>
668   SMTP<< 250 OK
669   SMTP>> RCPT TO:<ok2@otherhost21>
670   SMTP<< 250 OK
671   SMTP>> QUIT
672   SMTP<< 250 OK
673   SMTP(close)>>
674 cmdlog: '220:EHLO:250:MAIL:250:RCPT:250:QUIT:250'
675 wrote callout cache domain record for otherhost21:
676   result=1 postmaster=1 random=0
677 wrote positive callout cache address record for ok2@otherhost21
678 host in "V4NET.0.0.3"? no (end of list)
679 host in "V4NET.0.0.4"? no (end of list)
680 host in "V4NET.0.0.5"? no (end of list)
681 host in "V4NET.0.0.6"? no (end of list)
682 host in "V4NET.0.0.9"? no (end of list)
683 host in "V4NET.0.0.10"? no (end of list)
684 host in "V4NET.0.0.10"? no (end of list)
685 LOG: smtp_connection MAIN
686   SMTP connection from root D=qqs closed by QUIT
687 >>>>>>>>>>>>>>>> Exim pid=p1252 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
688 Exim version x.yz ....
689 Hints DB:
690 configuration file is TESTSUITE/test-config
691 trusted user
692 admin user
693 LOG: smtp_connection MAIN
694   SMTP connection from root
695 test in helo_lookup_domains? no (end of list)
696 host in "V4NET.0.0.1"? no (end of list)
697 host in "V4NET.0.0.2"? no (end of list)
698 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
699 Verifying ok@otherhost31
700 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
701 Considering ok@otherhost31
702 Attempting full verification using callout
703 callout cache: no domain record found for otherhost31
704 callout cache: no address record found for ok@otherhost31
705 interface=NULL port=PORT_S
706 Connecting to 127.0.0.1 [127.0.0.1]:PORT_S ...
707 connected
708   SMTP<< 220 Server ready
709   SMTP>> EHLO myhost.test.ex
710   SMTP<< 250 OK
711   SMTP>> MAIL FROM:<>
712   SMTP<< 250 OK
713   SMTP>> RCPT TO:<myhost.test.ex-dddddddd-testing@otherhost31>
714   SMTP<< 550 NOT OK
715   SMTP>> RSET
716   SMTP<< 250 OK
717   SMTP>> MAIL FROM:<>
718   SMTP<< 250 OK
719   SMTP>> RCPT TO:<ok@otherhost31>
720   SMTP<< 250 OK
721   SMTP>> QUIT
722   SMTP<< 250 OK
723   SMTP(close)>>
724 cmdlog: '220:EHLO:250:MAIL:250:RCPT:550:RSET:250:MAIL:250:RCPT:250:QUIT:250'
725 wrote callout cache domain record for otherhost31:
726   result=1 postmaster=0 random=2
727 wrote positive callout cache address record for ok@otherhost31
728 host in "V4NET.0.0.4"? no (end of list)
729 host in "V4NET.0.0.5"? no (end of list)
730 host in "V4NET.0.0.6"? no (end of list)
731 host in "V4NET.0.0.9"? no (end of list)
732 host in "V4NET.0.0.10"? no (end of list)
733 host in "V4NET.0.0.10"? no (end of list)
734 LOG: smtp_connection MAIN
735   SMTP connection from root D=qqs closed by QUIT
736 >>>>>>>>>>>>>>>> Exim pid=p1253 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
737 Exim version x.yz ....
738 Hints DB:
739 configuration file is TESTSUITE/test-config
740 trusted user
741 admin user
742 LOG: smtp_connection MAIN
743   SMTP connection from root
744 test in helo_lookup_domains? no (end of list)
745 host in "V4NET.0.0.1"? no (end of list)
746 host in "V4NET.0.0.2"? no (end of list)
747 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
748 Verifying okok@otherhost31
749 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
750 Considering okok@otherhost31
751 Attempting full verification using callout
752 callout cache: found domain record for otherhost31
753 callout cache: domain rejects random addresses
754 callout cache: no address record found for okok@otherhost31
755 interface=NULL port=PORT_S
756 Connecting to 127.0.0.1 [127.0.0.1]:PORT_S ...
757 connected
758   SMTP<< 220 Server ready
759   SMTP>> EHLO myhost.test.ex
760   SMTP<< 250 OK
761   SMTP>> MAIL FROM:<>
762   SMTP<< 250 OK
763   SMTP>> RCPT TO:<okok@otherhost31>
764   SMTP<< 250 OK
765   SMTP>> QUIT
766   SMTP<< 250 OK
767   SMTP(close)>>
768 cmdlog: '220:EHLO:250:MAIL:250:RCPT:250:QUIT:250'
769 wrote callout cache domain record for otherhost31:
770   result=1 postmaster=0 random=2
771 wrote positive callout cache address record for okok@otherhost31
772 host in "V4NET.0.0.4"? no (end of list)
773 host in "V4NET.0.0.5"? no (end of list)
774 host in "V4NET.0.0.6"? no (end of list)
775 host in "V4NET.0.0.9"? no (end of list)
776 host in "V4NET.0.0.10"? no (end of list)
777 host in "V4NET.0.0.10"? no (end of list)
778 LOG: smtp_connection MAIN
779   SMTP connection from root D=qqs closed by QUIT
780 >>>>>>>>>>>>>>>> Exim pid=p1254 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
781 Exim version x.yz ....
782 Hints DB:
783 configuration file is TESTSUITE/test-config
784 trusted user
785 admin user
786 LOG: smtp_connection MAIN
787   SMTP connection from root
788 test in helo_lookup_domains? no (end of list)
789 host in "V4NET.0.0.1"? no (end of list)
790 host in "V4NET.0.0.2"? no (end of list)
791 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
792 Verifying okokok@otherhost31
793 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
794 Considering okokok@otherhost31
795 Attempting full verification using callout
796 callout cache: domain record expired for otherhost31
797 callout cache: no address record found for okokok@otherhost31
798 interface=NULL port=PORT_S
799 Connecting to 127.0.0.1 [127.0.0.1]:PORT_S ...
800 connected
801   SMTP<< 220 Server ready
802   SMTP>> EHLO myhost.test.ex
803   SMTP<< 250 OK
804   SMTP>> MAIL FROM:<>
805   SMTP<< 250 OK
806   SMTP>> RCPT TO:<myhost.test.ex-dddddddd-testing@otherhost31>
807   SMTP<< 550 NOT OK
808   SMTP>> RSET
809   SMTP<< 250 OK
810   SMTP>> MAIL FROM:<>
811   SMTP<< 250 OK
812   SMTP>> RCPT TO:<okokok@otherhost31>
813   SMTP<< 250 OK
814   SMTP>> QUIT
815   SMTP<< 250 OK
816   SMTP(close)>>
817 cmdlog: '220:EHLO:250:MAIL:250:RCPT:550:RSET:250:MAIL:250:RCPT:250:QUIT:250'
818 wrote callout cache domain record for otherhost31:
819   result=1 postmaster=0 random=2
820 wrote positive callout cache address record for okokok@otherhost31
821 host in "V4NET.0.0.4"? no (end of list)
822 host in "V4NET.0.0.5"? no (end of list)
823 host in "V4NET.0.0.6"? no (end of list)
824 host in "V4NET.0.0.9"? no (end of list)
825 host in "V4NET.0.0.10"? no (end of list)
826 host in "V4NET.0.0.10"? no (end of list)
827 LOG: smtp_connection MAIN
828   SMTP connection from root D=qqs closed by QUIT
829 >>>>>>>>>>>>>>>> Exim pid=p1255 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
830 Exim version x.yz ....
831 Hints DB:
832 configuration file is TESTSUITE/test-config
833 trusted user
834 admin user
835 LOG: smtp_connection MAIN
836   SMTP connection from root
837 test in helo_lookup_domains? no (end of list)
838 host in "V4NET.0.0.1"? no (end of list)
839 host in "V4NET.0.0.2"? no (end of list)
840 host in "V4NET.0.0.3"? no (end of list)
841 host in "V4NET.0.0.4"? no (end of list)
842 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
843 Verifying okok@otherhost51
844 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
845 Considering okok@otherhost51
846 Attempting full verification using callout
847 callout cache: no domain record found for otherhost51
848 callout cache: no address record found for okok@otherhost51
849 interface=NULL port=PORT_S
850 Connecting to 127.0.0.1 [127.0.0.1]:PORT_S ...
851 connected
852   SMTP<< 220 Server ready
853   SMTP>> EHLO myhost.test.ex
854   SMTP<< 250 OK
855   SMTP>> MAIL FROM:<>
856   SMTP<< 250 OK
857   SMTP>> RCPT TO:<myhost.test.ex-dddddddd-testing@otherhost51>
858   SMTP(Connection timed out)<<
859 SMTP timeout
860   SMTP(close)>>
861 cmdlog: '220:EHLO:250:MAIL:250:RCPT'
862 wrote callout cache domain record for otherhost51:
863   result=1 postmaster=0 random=0
864 LOG: MAIN REJECT
865   H=(test) [V4NET.0.0.5] U=root sender verify defer for <okok@otherhost51>: Could not complete sender verify callout: 127.0.0.1 [127.0.0.1] : SMTP timeout after RCPT TO:<myhost.test.ex-dddddddd-testing@otherhost51>
866 LOG: MAIN REJECT
867   H=(test) [V4NET.0.0.5] U=root F=<okok@otherhost51> temporarily rejected RCPT <z@test.ex>: Could not complete sender verify callout
868 LOG: smtp_connection MAIN
869   SMTP connection from root D=qqs closed by QUIT
870 >>>>>>>>>>>>>>>> Exim pid=p1256 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
871 Exim version x.yz ....
872 Hints DB:
873 configuration file is TESTSUITE/test-config
874 trusted user
875 admin user
876 LOG: smtp_connection MAIN
877   SMTP connection from root
878 test in helo_lookup_domains? no (end of list)
879 host in "V4NET.0.0.1"? no (end of list)
880 host in "V4NET.0.0.2"? no (end of list)
881 host in "V4NET.0.0.3"? no (end of list)
882 host in "V4NET.0.0.4"? no (end of list)
883 host in "V4NET.0.0.5"? no (end of list)
884 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
885 Verifying okokok@otherhost52
886 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
887 Considering okokok@otherhost52
888 Attempting full verification using callout
889 callout cache: no domain record found for otherhost52
890 callout cache: no address record found for okokok@otherhost52
891 interface=NULL port=PORT_S
892 Connecting to 127.0.0.1 [127.0.0.1]:PORT_S ...
893 connected
894   SMTP<< 220 Server ready
895   SMTP>> EHLO myhost.test.ex
896   SMTP<< 250 OK
897   SMTP>> MAIL FROM:<>
898   SMTP<< 250 OK
899   SMTP>> RCPT TO:<okokok@otherhost52>
900   SMTP<< 250 OK
901 Cutthrough cancelled by presence of postmaster verify
902   SMTP>> RSET
903   SMTP<< 250 OK
904   SMTP>> MAIL FROM:<pmsend@a.domain>
905   SMTP<< 250 OK
906   SMTP>> RCPT TO:<postmaster@otherhost52>
907   SMTP<< 250 OK
908   SMTP>> QUIT
909   SMTP<< 250 OK
910   SMTP(close)>>
911 cmdlog: '220:EHLO:250:MAIL:250:RCPT:250:RSET:250:MAIL:250:RCPT:250:QUIT:250'
912 wrote callout cache domain record for otherhost52:
913   result=1 postmaster=1 random=0
914 wrote positive callout cache address record for okokok@otherhost52
915 host in "V4NET.0.0.9"? no (end of list)
916 host in "V4NET.0.0.10"? no (end of list)
917 host in "V4NET.0.0.10"? no (end of list)
918 LOG: smtp_connection MAIN
919   SMTP connection from root D=qqs closed by QUIT
920 >>>>>>>>>>>>>>>> Exim pid=p1257 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
921 Exim version x.yz ....
922 Hints DB:
923 configuration file is TESTSUITE/test-config
924 trusted user
925 admin user
926 LOG: smtp_connection MAIN
927   SMTP connection from root
928 test in helo_lookup_domains? no (end of list)
929 host in "V4NET.0.0.1"? no (end of list)
930 host in "V4NET.0.0.2"? no (end of list)
931 host in "V4NET.0.0.3"? no (end of list)
932 host in "V4NET.0.0.4"? no (end of list)
933 host in "V4NET.0.0.5"? no (end of list)
934 host in "V4NET.0.0.6"? no (end of list)
935 host in "V4NET.0.0.9"? no (end of list)
936 host in "V4NET.0.0.10"? no (end of list)
937 host in "V4NET.0.0.10"? no (end of list)
938 verifying Reply-To: header address abcd@x.y.z
939 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
940 Verifying abcd@x.y.z
941 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
942 Considering abcd@x.y.z
943 Attempting full verification using callout
944 callout cache: no domain record found for x.y.z
945 callout cache: no address record found for abcd@x.y.z/<somesender@a.domain>
946 interface=NULL port=PORT_S
947 Connecting to 127.0.0.1 [127.0.0.1]:PORT_S ...
948 connected
949   SMTP<< 220 Server ready
950   SMTP>> EHLO myhost.test.ex
951   SMTP<< 250 OK
952   SMTP>> MAIL FROM:<somesender@a.domain>
953   SMTP<< 250 OK
954   SMTP>> RCPT TO:<abcd@x.y.z>
955   SMTP<< 250 OK
956   SMTP>> QUIT
957   SMTP<< 250 OK
958   SMTP(close)>>
959 cmdlog: '220:EHLO:250:MAIL:250:RCPT:250:QUIT:250'
960 wrote callout cache domain record for x.y.z:
961   result=1 postmaster=0 random=0
962 wrote positive callout cache address record for abcd@x.y.z/<somesender@a.domain>
963 host in "V4NET.0.0.8"? no (end of list)
964 LOG: MAIN
965   <= ok7@otherhost53 H=(test) [V4NET.0.0.7] U=root P=smtp S=sss
966 LOG: smtp_connection MAIN
967   SMTP connection from root D=qqs closed by QUIT
968 >>>>>>>>>>>>>>>> Exim pid=p1258 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
969 Exim version x.yz ....
970 Hints DB:
971 configuration file is TESTSUITE/test-config
972 trusted user
973 admin user
974 LOG: smtp_connection MAIN
975   SMTP connection from root
976 test in helo_lookup_domains? no (end of list)
977 host in "V4NET.0.0.1"? no (end of list)
978 host in "V4NET.0.0.2"? no (end of list)
979 host in "V4NET.0.0.3"? no (end of list)
980 host in "V4NET.0.0.4"? no (end of list)
981 host in "V4NET.0.0.5"? no (end of list)
982 host in "V4NET.0.0.6"? no (end of list)
983 host in "V4NET.0.0.9"? no (end of list)
984 host in "V4NET.0.0.10"? no (end of list)
985 host in "V4NET.0.0.10"? no (end of list)
986 host in "V4NET.0.0.7"? no (end of list)
987 verifying Reply-To: header address abcd@x.y.z
988 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
989 Verifying abcd@x.y.z
990 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
991 Considering abcd@x.y.z
992 Attempting full verification using callout
993 callout cache: found domain record for x.y.z
994 callout cache: no address record found for abcd@x.y.z
995 interface=NULL port=PORT_S
996 Connecting to 127.0.0.1 [127.0.0.1]:PORT_S ...
997 connected
998   SMTP<< 220 Server ready
999   SMTP>> EHLO myhost.test.ex
1000   SMTP<< 250 OK
1001   SMTP>> MAIL FROM:<>
1002   SMTP<< 250 OK
1003   SMTP>> RCPT TO:<abcd@x.y.z>
1004   SMTP(Connection timed out)<<
1005 SMTP timeout
1006   SMTP(close)>>
1007 cmdlog: '220:EHLO:250:MAIL:250:RCPT'
1008 wrote callout cache domain record for x.y.z:
1009   result=1 postmaster=0 random=0
1010 LOG: MAIN
1011   <= ok7@otherhost53 H=(test) [V4NET.0.0.8] U=root P=smtp S=sss
1012 LOG: smtp_connection MAIN
1013   SMTP connection from root D=qqs closed by QUIT
1014 >>>>>>>>>>>>>>>> Exim pid=p1259 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
1015 Exim version x.yz ....
1016 Hints DB:
1017 configuration file is TESTSUITE/test-config
1018 trusted user
1019 admin user
1020 LOG: smtp_connection MAIN
1021   SMTP connection from root
1022 test in helo_lookup_domains? no (end of list)
1023 host in "V4NET.0.0.1"? no (end of list)
1024 host in "V4NET.0.0.2"? no (end of list)
1025 host in "V4NET.0.0.3"? no (end of list)
1026 host in "V4NET.0.0.4"? no (end of list)
1027 host in "V4NET.0.0.5"? no (end of list)
1028 host in "V4NET.0.0.6"? no (end of list)
1029 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
1030 Verifying ok@otherhost9
1031 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
1032 Considering ok@otherhost9
1033 Attempting full verification using callout
1034 callout cache: no domain record found for otherhost9
1035 callout cache: no address record found for ok@otherhost9
1036 interface=NULL port=PORT_S
1037 Connecting to 127.0.0.1 [127.0.0.1]:PORT_S ...
1038 connected
1039   SMTP<< 220 Server ready
1040   SMTP>> EHLO myhost.test.ex
1041   SMTP<< 250 OK
1042   SMTP>> MAIL FROM:<>
1043   SMTP<< 250 OK
1044   SMTP>> RCPT TO:<ok@otherhost9>
1045   SMTP<< 250 OK
1046 Cutthrough cancelled by presence of postmaster verify
1047   SMTP>> RSET
1048   SMTP<< 250 OK
1049   SMTP>> MAIL FROM:<>
1050   SMTP<< 250 OK
1051   SMTP>> RCPT TO:<postmaster@otherhost9>
1052   SMTP<< 550 NOT OK
1053   SMTP>> RCPT TO:<postmaster>
1054   SMTP<< 250 OK
1055   SMTP>> QUIT
1056   SMTP<< 250 OK
1057   SMTP(close)>>
1058 cmdlog: '220:EHLO:250:MAIL:250:RCPT:250:RSET:250:MAIL:250:RCPT:550:RCPT:250:QUIT:250'
1059 wrote callout cache domain record for otherhost9:
1060   result=1 postmaster=1 random=0
1061 wrote positive callout cache address record for ok@otherhost9
1062 host in "V4NET.0.0.10"? no (end of list)
1063 host in "V4NET.0.0.10"? no (end of list)
1064 LOG: smtp_connection MAIN
1065   SMTP connection from root D=qqs closed by QUIT
1066 >>>>>>>>>>>>>>>> Exim pid=p1260 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
1067 Exim version x.yz ....
1068 Hints DB:
1069 configuration file is TESTSUITE/test-config
1070 trusted user
1071 admin user
1072 LOG: smtp_connection MAIN
1073   SMTP connection from root
1074 test in helo_lookup_domains? no (end of list)
1075 host in "V4NET.0.0.1"? no (end of list)
1076 host in "V4NET.0.0.2"? no (end of list)
1077 host in "V4NET.0.0.3"? no (end of list)
1078 host in "V4NET.0.0.4"? no (end of list)
1079 host in "V4NET.0.0.5"? no (end of list)
1080 host in "V4NET.0.0.6"? no (end of list)
1081 host in "V4NET.0.0.9"? no (end of list)
1082 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
1083 Verifying z@test.ex
1084 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
1085 Considering z@test.ex
1086 Attempting full verification using callout
1087 callout cache: no domain record found for test.ex
1088 callout cache: no address record found for z@test.ex/<postmaster@myhost.test.ex>
1089 interface=NULL port=PORT_S
1090 Connecting to 127.0.0.1 [127.0.0.1]:PORT_S ...
1091 connected
1092   SMTP<< 220 Server ready
1093   SMTP>> EHLO myhost.test.ex
1094   SMTP<< 250 OK
1095   SMTP>> MAIL FROM:<postmaster@myhost.test.ex>
1096   SMTP<< 250 OK
1097   SMTP>> RCPT TO:<myhost.test.ex-dddddddd-testing@test.ex>
1098   SMTP<< 550 RANDOM IS BAD
1099   SMTP>> RSET
1100   SMTP<< 250 OK
1101   SMTP>> MAIL FROM:<postmaster@myhost.test.ex>
1102   SMTP<< 250 OK
1103   SMTP>> RCPT TO:<z@test.ex>
1104   SMTP<< 250 OK
1105 Cutthrough cancelled by presence of postmaster verify
1106   SMTP>> RSET
1107   SMTP<< 250 OK
1108   SMTP>> MAIL FROM:<pmsend@b.domain>
1109   SMTP<< 250 OK
1110   SMTP>> RCPT TO:<postmaster@test.ex>
1111   SMTP<< 250 OK
1112   SMTP>> QUIT
1113   SMTP<< 250 OK
1114   SMTP(close)>>
1115 cmdlog: '220:EHLO:250:MAIL:250:RCPT:550:RSET:250:MAIL:250:RCPT:250:RSET:250:MAIL:250:RCPT:250:QUIT:250'
1116 wrote callout cache domain record for test.ex:
1117   result=1 postmaster=1 random=2
1118 wrote positive callout cache address record for z@test.ex/<postmaster@myhost.test.ex>
1119 LOG: smtp_connection MAIN
1120   SMTP connection from root D=qqs closed by QUIT
1121 >>>>>>>>>>>>>>>> Exim pid=p1261 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>