Debug: add note on DANE unusability
[exim.git] / test / stderr / 0432
1 >>> host in hosts_connection_nolog? no (option unset)
2 >>> host in host_lookup? no (option unset)
3 >>> host in host_reject_connection? no (option unset)
4 >>> host in sender_unqualified_hosts? no (option unset)
5 >>> host in recipient_unqualified_hosts? no (option unset)
6 >>> host in helo_verify_hosts? no (option unset)
7 >>> host in helo_try_verify_hosts? no (option unset)
8 >>> host in helo_accept_junk_hosts? no (option unset)
9 >>> test in helo_lookup_domains?
10 >>>  list element: @
11 >>>  list element: @[]
12 >>> test in helo_lookup_domains? no (end of list)
13 >>> using ACL "mail"
14 >>> processing "accept" (TESTSUITE/test-config 20)
15 >>> check verify = sender/callout=1s,maxwait=1s
16 >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
17 >>> routing x@y
18 >>> calling r1 router
19 >>> routed by r1 router
20 >>> local host found for non-MX address
21 MUNGED: ::1 will be omitted in what follows
22 >>> get[host|ipnode]byname[2] looked up these IP addresses:
23 >>>   name=127.0.0.1 address=127.0.0.1
24 >>> Attempting full verification using callout
25 >>> ... callout omitted by default when host testing
26 >>> (Use -bhc if you want the callouts to happen.)
27 >>> ----------- end verify ------------
28 >>> accept: condition test succeeded in ACL "mail"
29 >>> end of ACL "mail": ACCEPT
30 Exim version x.yz ....
31 Hints DB:
32 changed uid/gid: forcing real = effective
33   uid=uuuu gid=CALLER_GID pid=p1234
34 configuration file is TESTSUITE/test-config
35 admin user
36 changed uid/gid: privilege not needed
37   uid=EXIM_UID gid=EXIM_GID pid=p1234
38 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
39 sender address = CALLER@myhost.test.ex
40 sender_fullhost = [1.2.3.4]
41 sender_rcvhost = [1.2.3.4]
42 host in hosts_connection_nolog? no (option unset)
43 LOG: smtp_connection MAIN
44   SMTP connection from [1.2.3.4]
45 host in host_lookup? no (option unset)
46 set_process_info: pppp handling incoming connection from [1.2.3.4]
47 host in host_reject_connection? no (option unset)
48 host in sender_unqualified_hosts? no (option unset)
49 host in recipient_unqualified_hosts? no (option unset)
50 host in helo_verify_hosts? no (option unset)
51 host in helo_try_verify_hosts? no (option unset)
52 host in helo_accept_junk_hosts? no (option unset)
53 SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
54 smtp_setup_msg entered
55 SMTP<< helo test
56 test in helo_lookup_domains?
57  list element: @
58  list element: @[]
59 test in helo_lookup_domains? no (end of list)
60 sender_fullhost = (test) [1.2.3.4]
61 sender_rcvhost = [1.2.3.4] (helo=test)
62 set_process_info: pppp handling incoming connection from (test) [1.2.3.4]
63 SMTP>> 250 myhost.test.ex Hello test [1.2.3.4]
64 SMTP<< mail from:<x@y>
65 spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
66 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
67 using ACL "mail"
68 processing "accept" (TESTSUITE/test-config 20)
69 check verify = sender/callout=1s,maxwait=1s
70 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
71 Verifying x@y
72 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
73 Considering x@y
74 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
75 routing x@y
76 --------> r1 router <--------
77 local_part=x domain=y
78 calling r1 router
79 r1 router called for x@y
80   domain = y
81 set transport t1
82 queued for t1 transport: local_part = x
83 domain = y
84   errors_to=NULL
85   domain_data=NULL local_part_data=NULL
86 routed by r1 router
87   envelope to: x@y
88   transport: t1
89 using host_fake_gethostbyname for 127.0.0.1 (IPv4)
90 local host found for non-MX address
91 MUNGED: ::1 will be omitted in what follows
92 get[host|ipnode]byname[2] looked up these IP addresses:
93   name=127.0.0.1 address=127.0.0.1
94 Attempting full verification using callout
95  EXIM_DBOPEN: file <TESTSUITE/spool/db/callout> dir <TESTSUITE/spool/db> flags=O_RDWR
96  returned from EXIM_DBOPEN: 0xAAAAAAAA
97  opened hints database TESTSUITE/spool/db/callout: flags=O_RDWR
98  dbfn_read: key=y
99  dbfn_read: null return
100  callout cache: no domain record found for y
101  dbfn_read: key=x@y
102  dbfn_read: null return
103  callout cache: no address record found for x@y
104  EXIM_DBCLOSE(0xAAAAAAAA)
105  closed hints database
106 interface=NULL port=PORT_S
107 lack of DNSSEC traceability precludes DANE
108 Connecting to 127.0.0.1 [127.0.0.1]:PORT_S ...
109  127.0.0.1 in hosts_try_fastopen?
110   list element: 
111 connected
112   SMTP<< 220 server ready
113 127.0.0.1 in hosts_avoid_esmtp? no (option unset)
114   SMTP>> EHLO myhost.test.ex
115 cmd buf flush ddd bytes
116   SMTP<< 250 OK
117 not using PIPELINING
118 not using DSN
119 127.0.0.1 in hosts_require_auth? no (option unset)
120   SMTP>> MAIL FROM:<>
121 cmd buf flush ddd bytes
122   SMTP<< 250 OK
123   SMTP>> RCPT TO:<x@y>
124 cmd buf flush ddd bytes
125 sync_responses expect rcpt for x@y
126   SMTP<< 250 OK
127   SMTP>> QUIT
128 cmd buf flush ddd bytes
129   SMTP<< 220 OK
130   SMTP(close)>>
131 cmdlog: '220:EHLO:250:MAIL:250:RCPT:250:QUIT:220'
132  EXIM_DBOPEN: file <TESTSUITE/spool/db/callout> dir <TESTSUITE/spool/db> flags=O_RDWR
133  returned from EXIM_DBOPEN: 0xAAAAAAAA
134  opened hints database TESTSUITE/spool/db/callout: flags=O_RDWR
135  dbfn_write: key=y datalen nn
136  wrote callout cache domain record for y:
137    result=1 postmaster=0 random=0
138  dbfn_write: key=x@y datalen nn
139  wrote positive callout cache address record for x@y
140  EXIM_DBCLOSE(0xAAAAAAAA)
141  closed hints database
142 ----------- end verify ------------
143 sender x@y verified ok
144 accept: condition test succeeded in ACL "mail"
145 end of ACL "mail": ACCEPT
146 SMTP>> 250 OK
147 SMTP<< quit
148 SMTP>> 221 myhost.test.ex closing connection
149 LOG: smtp_connection MAIN
150   SMTP connection from (test) [1.2.3.4] D=qqs closed by QUIT
151 search_tidyup called
152 >>>>>>>>>>>>>>>> Exim pid=p1234 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
153 Exim version x.yz ....
154 Hints DB:
155 changed uid/gid: forcing real = effective
156   uid=uuuu gid=CALLER_GID pid=p1235
157 configuration file is TESTSUITE/test-config
158 admin user
159 changed uid/gid: privilege not needed
160   uid=EXIM_UID gid=EXIM_GID pid=p1235
161 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
162 sender address = CALLER@myhost.test.ex
163 sender_fullhost = [1.2.3.4]
164 sender_rcvhost = [1.2.3.4]
165 host in hosts_connection_nolog? no (option unset)
166 LOG: smtp_connection MAIN
167   SMTP connection from [1.2.3.4]
168 host in host_lookup? no (option unset)
169 set_process_info: pppp handling incoming connection from [1.2.3.4]
170 host in host_reject_connection? no (option unset)
171 host in sender_unqualified_hosts? no (option unset)
172 host in recipient_unqualified_hosts? no (option unset)
173 host in helo_verify_hosts? no (option unset)
174 host in helo_try_verify_hosts? no (option unset)
175 host in helo_accept_junk_hosts? no (option unset)
176 SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
177 smtp_setup_msg entered
178 SMTP<< helo test
179 test in helo_lookup_domains?
180  list element: @
181  list element: @[]
182 test in helo_lookup_domains? no (end of list)
183 sender_fullhost = (test) [1.2.3.4]
184 sender_rcvhost = [1.2.3.4] (helo=test)
185 set_process_info: pppp handling incoming connection from (test) [1.2.3.4]
186 SMTP>> 250 myhost.test.ex Hello test [1.2.3.4]
187 SMTP<< mail from:<x@y>
188 spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
189 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
190 using ACL "mail"
191 processing "accept" (TESTSUITE/test-config 20)
192 check verify = sender/callout=1s,maxwait=1s
193 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
194 Verifying x@y
195 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
196 Considering x@y
197 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
198 routing x@y
199 --------> r1 router <--------
200 local_part=x domain=y
201 calling r1 router
202 r1 router called for x@y
203   domain = y
204 set transport t1
205 queued for t1 transport: local_part = x
206 domain = y
207   errors_to=NULL
208   domain_data=NULL local_part_data=NULL
209 routed by r1 router
210   envelope to: x@y
211   transport: t1
212 using host_fake_gethostbyname for 127.0.0.1 (IPv4)
213 local host found for non-MX address
214 MUNGED: ::1 will be omitted in what follows
215 get[host|ipnode]byname[2] looked up these IP addresses:
216   name=127.0.0.1 address=127.0.0.1
217 Attempting full verification using callout
218  EXIM_DBOPEN: file <TESTSUITE/spool/db/callout> dir <TESTSUITE/spool/db> flags=O_RDWR
219  returned from EXIM_DBOPEN: 0xAAAAAAAA
220  opened hints database TESTSUITE/spool/db/callout: flags=O_RDWR
221  dbfn_read: key=y
222  dbfn_read: size nnn return
223  callout cache: found domain record for y
224  dbfn_read: key=x@y
225  dbfn_read: size nnn return
226  callout cache: found address record for x@y
227  callout cache: address record is positive
228  EXIM_DBCLOSE(0xAAAAAAAA)
229  closed hints database
230 ----------- end verify ------------
231 sender x@y verified ok
232 accept: condition test succeeded in ACL "mail"
233 end of ACL "mail": ACCEPT
234 SMTP>> 250 OK
235 SMTP<< quit
236 SMTP>> 221 myhost.test.ex closing connection
237 LOG: smtp_connection MAIN
238   SMTP connection from (test) [1.2.3.4] D=qqs closed by QUIT
239 search_tidyup called
240 >>>>>>>>>>>>>>>> Exim pid=p1235 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
241 >>> host in hosts_connection_nolog? no (option unset)
242 >>> host in host_lookup? no (option unset)
243 >>> host in host_reject_connection? no (option unset)
244 >>> host in sender_unqualified_hosts? no (option unset)
245 >>> host in recipient_unqualified_hosts? no (option unset)
246 >>> host in helo_verify_hosts? no (option unset)
247 >>> host in helo_try_verify_hosts? no (option unset)
248 >>> host in helo_accept_junk_hosts? no (option unset)
249 >>> test in helo_lookup_domains?
250 >>>  list element: @
251 >>>  list element: @[]
252 >>> test in helo_lookup_domains? no (end of list)
253 >>> using ACL "mail"
254 >>> processing "accept" (TESTSUITE/test-config 20)
255 >>> check verify = sender/callout=1s,maxwait=1s
256 >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
257 >>> routing x@y
258 >>> calling r1 router
259 >>> routed by r1 router
260 >>> local host found for non-MX address
261 MUNGED: ::1 will be omitted in what follows
262 >>> get[host|ipnode]byname[2] looked up these IP addresses:
263 >>>   name=127.0.0.1 address=127.0.0.1
264 >>> Attempting full verification using callout
265 >>> callout cache: found domain record for y
266 >>> callout cache: found address record for x@y
267 >>> callout cache: address record is positive
268 >>> ----------- end verify ------------
269 >>> accept: condition test succeeded in ACL "mail"
270 >>> end of ACL "mail": ACCEPT
271 >>> host in hosts_connection_nolog? no (option unset)
272 >>> host in host_lookup? no (option unset)
273 >>> host in host_reject_connection? no (option unset)
274 >>> host in sender_unqualified_hosts? no (option unset)
275 >>> host in recipient_unqualified_hosts? no (option unset)
276 >>> host in helo_verify_hosts? no (option unset)
277 >>> host in helo_try_verify_hosts? no (option unset)
278 >>> host in helo_accept_junk_hosts? no (option unset)
279 >>> test in helo_lookup_domains?
280 >>>  list element: @
281 >>>  list element: @[]
282 >>> test in helo_lookup_domains? no (end of list)
283 >>> using ACL "mail"
284 >>> processing "accept" (TESTSUITE/test-config 20)
285 >>> check verify = sender/callout=1s,maxwait=1s
286 >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
287 >>> routing a@b
288 >>> calling r1 router
289 >>> routed by r1 router
290 >>> local host found for non-MX address
291 MUNGED: ::1 will be omitted in what follows
292 >>> get[host|ipnode]byname[2] looked up these IP addresses:
293 >>>   name=127.0.0.1 address=127.0.0.1
294 >>> Attempting full verification using callout
295 >>> callout cache: no domain record found for b
296 >>> callout cache: no address record found for a@b
297 >>> interface=NULL port=PORT_S
298 >>> Connecting to 127.0.0.1 [127.0.0.1]:PORT_S ...
299 >>>  127.0.0.1 in hosts_try_fastopen?
300 >>>   list element: 
301 >>> connected
302 >>>   SMTP<< 220 server ready
303 >>> 127.0.0.1 in hosts_avoid_esmtp? no (option unset)
304 >>>   SMTP>> EHLO myhost.test.ex
305 >>> cmd buf flush 21 bytes
306 >>>   SMTP<< 250 OK
307 >>> 127.0.0.1 in hosts_require_auth? no (option unset)
308 >>>   SMTP>> MAIL FROM:<>
309 >>> cmd buf flush 14 bytes
310 >>>   SMTP<< 250 OK
311 >>>   SMTP>> RCPT TO:<a@b>
312 >>> cmd buf flush 15 bytes
313 >>>   SMTP<< 250 OK
314 >>>   SMTP>> QUIT
315 >>> cmd buf flush 6 bytes
316 >>>   SMTP<< 220 OK
317 >>>   SMTP(close)>>
318 >>> cmdlog: '220:EHLO:250:MAIL:250:RCPT:250:QUIT:220'
319 >>> wrote callout cache domain record for b:
320 >>>   result=1 postmaster=0 random=0
321 >>> wrote positive callout cache address record for a@b
322 >>> ----------- end verify ------------
323 >>> accept: condition test succeeded in ACL "mail"
324 >>> end of ACL "mail": ACCEPT
325 >>> host in hosts_connection_nolog? no (option unset)
326 >>> host in host_lookup? no (option unset)
327 >>> host in host_reject_connection? no (option unset)
328 >>> host in sender_unqualified_hosts? no (option unset)
329 >>> host in recipient_unqualified_hosts? no (option unset)
330 >>> host in helo_verify_hosts? no (option unset)
331 >>> host in helo_try_verify_hosts? no (option unset)
332 >>> host in helo_accept_junk_hosts? no (option unset)
333 >>> test in helo_lookup_domains?
334 >>>  list element: @
335 >>>  list element: @[]
336 >>> test in helo_lookup_domains? no (end of list)
337 >>> using ACL "mail"
338 >>> processing "accept" (TESTSUITE/test-config 20)
339 >>> check verify = sender/callout=1s,maxwait=1s
340 >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
341 >>> routing p1@q
342 >>> calling r1 router
343 >>> routed by r1 router
344 >>> local host found for non-MX address
345 MUNGED: ::1 will be omitted in what follows
346 >>> get[host|ipnode]byname[2] looked up these IP addresses:
347 >>>   name=127.0.0.1 address=127.0.0.1
348 >>> Attempting full verification using callout
349 >>> callout cache: no domain record found for q
350 >>> callout cache: no address record found for p1@q
351 >>> interface=NULL port=PORT_S
352 >>> Connecting to 127.0.0.1 [127.0.0.1]:PORT_S ...
353 >>>  127.0.0.1 in hosts_try_fastopen?
354 >>>   list element: 
355 >>> connected
356 >>>   SMTP<< 220 server ready
357 >>> 127.0.0.1 in hosts_avoid_esmtp? no (option unset)
358 >>>   SMTP>> EHLO myhost.test.ex
359 >>> cmd buf flush 21 bytes
360 >>>   SMTP(close)>>
361 >>> cmdlog: '220:EHLO'
362 >>> SMTP timeout
363 >>> ----------- end verify ------------
364 >>> accept: condition test deferred in ACL "mail"
365 LOG: H=(test) [1.2.3.4] sender verify defer for <p1@q>: Could not complete sender verify callout: 127.0.0.1 [127.0.0.1] : SMTP timeout after EHLO myhost.test.ex
366 LOG: H=(test) [1.2.3.4] temporarily rejected MAIL <p1@q>: Could not complete sender verify callout