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?
12 >>> test in helo_lookup_domains? no (end of list)
14 >>> processing "accept" (TESTSUITE/test-config 20)
15 >>> check verify = sender/callout=1s,maxwait=1s
16 >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
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 changed uid/gid: forcing real = effective
32 uid=uuuu gid=CALLER_GID pid=p1234
33 configuration file is TESTSUITE/test-config
35 changed uid/gid: privilege not needed
36 uid=EXIM_UID gid=EXIM_GID pid=p1234
37 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
38 sender address = CALLER@myhost.test.ex
39 sender_fullhost = [1.2.3.4]
40 sender_rcvhost = [1.2.3.4]
41 host in hosts_connection_nolog? no (option unset)
42 LOG: smtp_connection MAIN
43 SMTP connection from [1.2.3.4]
44 host in host_lookup? no (option unset)
45 set_process_info: pppp handling incoming connection from [1.2.3.4]
46 host in host_reject_connection? no (option unset)
47 host in sender_unqualified_hosts? no (option unset)
48 host in recipient_unqualified_hosts? no (option unset)
49 host in helo_verify_hosts? no (option unset)
50 host in helo_try_verify_hosts? no (option unset)
51 host in helo_accept_junk_hosts? no (option unset)
52 SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
53 smtp_setup_msg entered
55 test in helo_lookup_domains?
58 test in helo_lookup_domains? no (end of list)
59 sender_fullhost = (test) [1.2.3.4]
60 sender_rcvhost = [1.2.3.4] (helo=test)
61 set_process_info: pppp handling incoming connection from (test) [1.2.3.4]
62 SMTP>> 250 myhost.test.ex Hello test [1.2.3.4]
63 SMTP<< mail from:<x@y>
64 spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
65 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
67 processing "accept" (TESTSUITE/test-config 20)
68 check verify = sender/callout=1s,maxwait=1s
69 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
71 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
73 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
75 --------> r1 router <--------
78 r1 router called for x@y
81 queued for t1 transport: local_part = x
84 domain_data=NULL local_part_data=NULL
88 using host_fake_gethostbyname for 127.0.0.1 (IPv4)
89 local host found for non-MX address
90 MUNGED: ::1 will be omitted in what follows
91 get[host|ipnode]byname[2] looked up these IP addresses:
92 name=127.0.0.1 address=127.0.0.1
93 Attempting full verification using callout
94 locking TESTSUITE/spool/db/callout.lockfile
95 locked TESTSUITE/spool/db/callout.lockfile
96 EXIM_DBOPEN: file <TESTSUITE/spool/db/callout> dir <TESTSUITE/spool/db> flags=O_RDWR
97 returned from EXIM_DBOPEN: 0xAAAAAAAA
98 opened hints database TESTSUITE/spool/db/callout: flags=O_RDWR
100 callout cache: no domain record found for y
102 callout cache: no address record found for x@y
103 EXIM_DBCLOSE(0xAAAAAAAA)
104 closed hints database and lockfile
105 interface=NULL port=PORT_S
106 Connecting to 127.0.0.1 [127.0.0.1]:PORT_S ...
107 127.0.0.1 in hosts_try_fastopen?
110 SMTP<< 220 server ready
111 127.0.0.1 in hosts_avoid_esmtp? no (option unset)
112 SMTP>> EHLO myhost.test.ex
113 cmd buf flush ddd bytes
117 127.0.0.1 in hosts_require_auth? no (option unset)
119 cmd buf flush ddd bytes
122 cmd buf flush ddd bytes
123 sync_responses expect rcpt for x@y
126 cmd buf flush ddd bytes
129 cmdlog: '220:EHLO:250:MAIL:250:RCPT:250:QUIT:220'
130 locking TESTSUITE/spool/db/callout.lockfile
131 locked TESTSUITE/spool/db/callout.lockfile
132 EXIM_DBOPEN: file <TESTSUITE/spool/db/callout> dir <TESTSUITE/spool/db> flags=O_RDWR|O_CREAT
133 returned from EXIM_DBOPEN: 0xAAAAAAAA
134 opened hints database TESTSUITE/spool/db/callout: flags=O_RDWR|O_CREAT
136 wrote callout cache domain record for y:
137 result=1 postmaster=0 random=0
139 wrote positive callout cache address record for x@y
140 EXIM_DBCLOSE(0xAAAAAAAA)
141 closed hints database and lockfile
142 ----------- end verify ------------
143 sender x@y verified ok
144 accept: condition test succeeded in ACL "mail"
145 end of ACL "mail": ACCEPT
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
152 >>>>>>>>>>>>>>>> Exim pid=p1234 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
153 Exim version x.yz ....
154 changed uid/gid: forcing real = effective
155 uid=uuuu gid=CALLER_GID pid=p1235
156 configuration file is TESTSUITE/test-config
158 changed uid/gid: privilege not needed
159 uid=EXIM_UID gid=EXIM_GID pid=p1235
160 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
161 sender address = CALLER@myhost.test.ex
162 sender_fullhost = [1.2.3.4]
163 sender_rcvhost = [1.2.3.4]
164 host in hosts_connection_nolog? no (option unset)
165 LOG: smtp_connection MAIN
166 SMTP connection from [1.2.3.4]
167 host in host_lookup? no (option unset)
168 set_process_info: pppp handling incoming connection from [1.2.3.4]
169 host in host_reject_connection? no (option unset)
170 host in sender_unqualified_hosts? no (option unset)
171 host in recipient_unqualified_hosts? no (option unset)
172 host in helo_verify_hosts? no (option unset)
173 host in helo_try_verify_hosts? no (option unset)
174 host in helo_accept_junk_hosts? no (option unset)
175 SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
176 smtp_setup_msg entered
178 test in helo_lookup_domains?
181 test in helo_lookup_domains? no (end of list)
182 sender_fullhost = (test) [1.2.3.4]
183 sender_rcvhost = [1.2.3.4] (helo=test)
184 set_process_info: pppp handling incoming connection from (test) [1.2.3.4]
185 SMTP>> 250 myhost.test.ex Hello test [1.2.3.4]
186 SMTP<< mail from:<x@y>
187 spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
188 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
190 processing "accept" (TESTSUITE/test-config 20)
191 check verify = sender/callout=1s,maxwait=1s
192 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
194 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
196 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
198 --------> r1 router <--------
199 local_part=x domain=y
201 r1 router called for x@y
204 queued for t1 transport: local_part = x
207 domain_data=NULL local_part_data=NULL
211 using host_fake_gethostbyname for 127.0.0.1 (IPv4)
212 local host found for non-MX address
213 MUNGED: ::1 will be omitted in what follows
214 get[host|ipnode]byname[2] looked up these IP addresses:
215 name=127.0.0.1 address=127.0.0.1
216 Attempting full verification using callout
217 locking TESTSUITE/spool/db/callout.lockfile
218 locked TESTSUITE/spool/db/callout.lockfile
219 EXIM_DBOPEN: file <TESTSUITE/spool/db/callout> dir <TESTSUITE/spool/db> flags=O_RDWR
220 returned from EXIM_DBOPEN: 0xAAAAAAAA
221 opened hints database TESTSUITE/spool/db/callout: flags=O_RDWR
223 callout cache: found domain record for y
225 callout cache: found address record for x@y
226 callout cache: address record is positive
227 EXIM_DBCLOSE(0xAAAAAAAA)
228 closed hints database and lockfile
229 ----------- end verify ------------
230 sender x@y verified ok
231 accept: condition test succeeded in ACL "mail"
232 end of ACL "mail": ACCEPT
235 SMTP>> 221 myhost.test.ex closing connection
236 LOG: smtp_connection MAIN
237 SMTP connection from (test) [1.2.3.4] D=qqs closed by QUIT
239 >>>>>>>>>>>>>>>> Exim pid=p1235 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
240 >>> host in hosts_connection_nolog? no (option unset)
241 >>> host in host_lookup? no (option unset)
242 >>> host in host_reject_connection? no (option unset)
243 >>> host in sender_unqualified_hosts? no (option unset)
244 >>> host in recipient_unqualified_hosts? no (option unset)
245 >>> host in helo_verify_hosts? no (option unset)
246 >>> host in helo_try_verify_hosts? no (option unset)
247 >>> host in helo_accept_junk_hosts? no (option unset)
248 >>> test in helo_lookup_domains?
250 >>> list element: @[]
251 >>> test in helo_lookup_domains? no (end of list)
253 >>> processing "accept" (TESTSUITE/test-config 20)
254 >>> check verify = sender/callout=1s,maxwait=1s
255 >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
257 >>> calling r1 router
258 >>> routed by r1 router
259 >>> local host found for non-MX address
260 MUNGED: ::1 will be omitted in what follows
261 >>> get[host|ipnode]byname[2] looked up these IP addresses:
262 >>> name=127.0.0.1 address=127.0.0.1
263 >>> Attempting full verification using callout
264 >>> callout cache: found domain record for y
265 >>> callout cache: found address record for x@y
266 >>> callout cache: address record is positive
267 >>> ----------- end verify ------------
268 >>> accept: condition test succeeded in ACL "mail"
269 >>> end of ACL "mail": ACCEPT
270 >>> host in hosts_connection_nolog? no (option unset)
271 >>> host in host_lookup? no (option unset)
272 >>> host in host_reject_connection? no (option unset)
273 >>> host in sender_unqualified_hosts? no (option unset)
274 >>> host in recipient_unqualified_hosts? no (option unset)
275 >>> host in helo_verify_hosts? no (option unset)
276 >>> host in helo_try_verify_hosts? no (option unset)
277 >>> host in helo_accept_junk_hosts? no (option unset)
278 >>> test in helo_lookup_domains?
280 >>> list element: @[]
281 >>> test in helo_lookup_domains? no (end of list)
283 >>> processing "accept" (TESTSUITE/test-config 20)
284 >>> check verify = sender/callout=1s,maxwait=1s
285 >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
287 >>> calling r1 router
288 >>> routed by r1 router
289 >>> local host found for non-MX address
290 MUNGED: ::1 will be omitted in what follows
291 >>> get[host|ipnode]byname[2] looked up these IP addresses:
292 >>> name=127.0.0.1 address=127.0.0.1
293 >>> Attempting full verification using callout
294 >>> callout cache: no domain record found for b
295 >>> callout cache: no address record found for a@b
296 >>> interface=NULL port=PORT_S
297 >>> Connecting to 127.0.0.1 [127.0.0.1]:PORT_S ...
298 >>> 127.0.0.1 in hosts_try_fastopen?
301 >>> SMTP<< 220 server ready
302 >>> 127.0.0.1 in hosts_avoid_esmtp? no (option unset)
303 >>> SMTP>> EHLO myhost.test.ex
304 >>> cmd buf flush 21 bytes
306 >>> 127.0.0.1 in hosts_require_auth? no (option unset)
307 >>> SMTP>> MAIL FROM:<>
308 >>> cmd buf flush 14 bytes
310 >>> SMTP>> RCPT TO:<a@b>
311 >>> cmd buf flush 15 bytes
314 >>> cmd buf flush 6 bytes
317 >>> cmdlog: '220:EHLO:250:MAIL:250:RCPT:250:QUIT:220'
318 >>> wrote callout cache domain record for b:
319 >>> result=1 postmaster=0 random=0
320 >>> wrote positive callout cache address record for a@b
321 >>> ----------- end verify ------------
322 >>> accept: condition test succeeded in ACL "mail"
323 >>> end of ACL "mail": ACCEPT
324 >>> host in hosts_connection_nolog? no (option unset)
325 >>> host in host_lookup? no (option unset)
326 >>> host in host_reject_connection? no (option unset)
327 >>> host in sender_unqualified_hosts? no (option unset)
328 >>> host in recipient_unqualified_hosts? no (option unset)
329 >>> host in helo_verify_hosts? no (option unset)
330 >>> host in helo_try_verify_hosts? no (option unset)
331 >>> host in helo_accept_junk_hosts? no (option unset)
332 >>> test in helo_lookup_domains?
334 >>> list element: @[]
335 >>> test in helo_lookup_domains? no (end of list)
337 >>> processing "accept" (TESTSUITE/test-config 20)
338 >>> check verify = sender/callout=1s,maxwait=1s
339 >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
341 >>> calling r1 router
342 >>> routed by r1 router
343 >>> local host found for non-MX address
344 MUNGED: ::1 will be omitted in what follows
345 >>> get[host|ipnode]byname[2] looked up these IP addresses:
346 >>> name=127.0.0.1 address=127.0.0.1
347 >>> Attempting full verification using callout
348 >>> callout cache: no domain record found for q
349 >>> callout cache: no address record found for p1@q
350 >>> interface=NULL port=PORT_S
351 >>> Connecting to 127.0.0.1 [127.0.0.1]:PORT_S ...
352 >>> 127.0.0.1 in hosts_try_fastopen?
355 >>> SMTP<< 220 server ready
356 >>> 127.0.0.1 in hosts_avoid_esmtp? no (option unset)
357 >>> SMTP>> EHLO myhost.test.ex
358 >>> cmd buf flush 21 bytes
360 >>> cmdlog: '220:EHLO'
362 >>> ----------- end verify ------------
363 >>> accept: condition test deferred in ACL "mail"
364 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
365 LOG: H=(test) [1.2.3.4] temporarily rejected MAIL <p1@q>: Could not complete sender verify callout