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 ....
32 changed uid/gid: forcing real = effective
33 uid=uuuu gid=CALLER_GID pid=p1234
34 configuration file is TESTSUITE/test-config
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
56 test in helo_lookup_domains?
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
68 processing "accept" (TESTSUITE/test-config 20)
69 check verify = sender/callout=1s,maxwait=1s
70 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
72 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
74 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
76 --------> r1 router <--------
79 r1 router called for x@y
82 queued for t1 transport: local_part = x
85 domain_data=NULL local_part_data=NULL
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
99 dbfn_read: null return
100 callout cache: no domain record found for 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 Connecting to 127.0.0.1 [127.0.0.1]:PORT_S ...
108 127.0.0.1 in hosts_try_fastopen?
111 SMTP<< 220 server ready
112 127.0.0.1 in hosts_avoid_esmtp? no (option unset)
113 SMTP>> EHLO myhost.test.ex
114 cmd buf flush ddd bytes
118 127.0.0.1 in hosts_require_auth? no (option unset)
120 cmd buf flush ddd bytes
123 cmd buf flush ddd bytes
124 sync_responses expect rcpt for x@y
127 cmd buf flush ddd bytes
130 cmdlog: '220:EHLO:250:MAIL:250:RCPT:250:QUIT:220'
131 EXIM_DBOPEN: file <TESTSUITE/spool/db/callout> dir <TESTSUITE/spool/db> flags=O_RDWR
132 returned from EXIM_DBOPEN: 0xAAAAAAAA
133 opened hints database TESTSUITE/spool/db/callout: flags=O_RDWR
134 dbfn_write: key=y datalen nn
135 wrote callout cache domain record for y:
136 result=1 postmaster=0 random=0
137 dbfn_write: key=x@y datalen nn
138 wrote positive callout cache address record for x@y
139 EXIM_DBCLOSE(0xAAAAAAAA)
140 closed hints database
141 ----------- end verify ------------
142 sender x@y verified ok
143 accept: condition test succeeded in ACL "mail"
144 end of ACL "mail": ACCEPT
147 SMTP>> 221 myhost.test.ex closing connection
148 LOG: smtp_connection MAIN
149 SMTP connection from (test) [1.2.3.4] D=qqs closed by QUIT
151 >>>>>>>>>>>>>>>> Exim pid=p1234 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
152 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 EXIM_DBOPEN: file <TESTSUITE/spool/db/callout> dir <TESTSUITE/spool/db> flags=O_RDWR
218 returned from EXIM_DBOPEN: 0xAAAAAAAA
219 opened hints database TESTSUITE/spool/db/callout: flags=O_RDWR
221 dbfn_read: size nnn return
222 callout cache: found domain record for y
224 dbfn_read: size nnn return
225 callout cache: found address record for x@y
226 callout cache: address record is positive
227 EXIM_DBCLOSE(0xAAAAAAAA)
228 closed hints database
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