Docs: add another index entry for delay_warning
[exim.git] / test / stderr / 0432
CommitLineData
54c5ebb1
PH
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>>> using ACL "mail"
10>>> processing "accept"
11>>> check verify = sender/callout=1s,maxwait=1s
12>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
13>>> routing x@y
14>>> calling r1 router
15>>> routed by r1 router
16>>> local host found for non-MX address
54c5ebb1
PH
17MUNGED: ::1 will be omitted in what follows
18>>> get[host|ipnode]byname[2] looked up these IP addresses:
19>>> name=127.0.0.1 address=127.0.0.1
20>>> Attempting full verification using callout
21>>> ... callout omitted by default when host testing
22>>> (Use -bhc if you want the callouts to happen.)
23>>> ----------- end verify ------------
6968512f 24>>> accept: condition test succeeded in ACL "mail"
a7538db1 25>>> end of ACL "mail": ACCEPT
54c5ebb1
PH
26Exim version x.yz ....
27changed uid/gid: forcing real = effective
28 uid=uuuu gid=CALLER_GID pid=pppp
29configuration file is TESTSUITE/test-config
30admin user
31changed uid/gid: privilege not needed
32 uid=EXIM_UID gid=EXIM_GID pid=pppp
50dc7409 33DSN: r1 propagating DSN
54c5ebb1
PH
34originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
35sender address = CALLER@myhost.test.ex
36sender_fullhost = [1.2.3.4]
37sender_rcvhost = [1.2.3.4]
38host in hosts_connection_nolog? no (option unset)
39LOG: smtp_connection MAIN
40 SMTP connection from [1.2.3.4]
41host in host_lookup? no (option unset)
42set_process_info: pppp handling incoming connection from [1.2.3.4]
43host in host_reject_connection? no (option unset)
44host in sender_unqualified_hosts? no (option unset)
45host in recipient_unqualified_hosts? no (option unset)
46host in helo_verify_hosts? no (option unset)
47host in helo_try_verify_hosts? no (option unset)
48host in helo_accept_junk_hosts? no (option unset)
898d150f 49SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
54c5ebb1
PH
50smtp_setup_msg entered
51SMTP<< mail from:<x@y>
ddf1b11a
JH
52spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
53log directory space = -1K inodes = -1 check_space = 10240K inodes = 100
54c5ebb1
PH
54using ACL "mail"
55processing "accept"
56check verify = sender/callout=1s,maxwait=1s
57>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
58Verifying x@y
59>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
60Considering x@y
61>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
62routing x@y
63--------> r1 router <--------
64local_part=x domain=y
65calling r1 router
66r1 router called for x@y
67 domain = y
68set transport t1
69queued for t1 transport: local_part = x
70domain = y
71 errors_to=NULL
72 domain_data=NULL localpart_data=NULL
73routed by r1 router
74 envelope to: x@y
75 transport: t1
76using host_fake_gethostbyname for 127.0.0.1 (IPv4)
77local host found for non-MX address
54c5ebb1
PH
78MUNGED: ::1 will be omitted in what follows
79get[host|ipnode]byname[2] looked up these IP addresses:
80 name=127.0.0.1 address=127.0.0.1
81Attempting full verification using callout
82locking TESTSUITE/spool/db/callout.lockfile
7b4c8c1f 83locked TESTSUITE/spool/db/callout.lockfile
54c5ebb1
PH
84EXIM_DBOPEN(TESTSUITE/spool/db/callout)
85returned from EXIM_DBOPEN
86opened hints database TESTSUITE/spool/db/callout: flags=O_RDWR
87dbfn_read: key=y
6f4d5ad3 88callout cache: no domain record found for y
54c5ebb1 89dbfn_read: key=x@y
6f4d5ad3 90callout cache: no address record found for x@y
7b4c8c1f 91closed hints database and lockfile
7eb59ff9
JH
92interface=NULL port=1224
93Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected
54c5ebb1 94 SMTP<< 220 server ready
cb9d95ae
JH
95127.0.0.1 in hosts_avoid_esmtp? no (option unset)
96 SMTP>> EHLO myhost.test.ex
76003495 97cmd buf flush ddd bytes
54c5ebb1 98 SMTP<< 250 OK
fcc8e047 99127.0.0.1 in hosts_require_auth? no (option unset)
54c5ebb1 100 SMTP>> MAIL FROM:<>
76003495 101cmd buf flush ddd bytes
54c5ebb1
PH
102 SMTP<< 250 OK
103 SMTP>> RCPT TO:<x@y>
76003495 104cmd buf flush ddd bytes
54c5ebb1
PH
105 SMTP<< 250 OK
106 SMTP>> QUIT
76003495 107cmd buf flush ddd bytes
54c5ebb1 108locking TESTSUITE/spool/db/callout.lockfile
7b4c8c1f 109locked TESTSUITE/spool/db/callout.lockfile
54c5ebb1
PH
110EXIM_DBOPEN(TESTSUITE/spool/db/callout)
111returned from EXIM_DBOPEN
112opened hints database TESTSUITE/spool/db/callout: flags=O_RDWR|O_CREAT
113dbfn_write: key=y
8b9476ba 114wrote callout cache domain record for y:
54c5ebb1
PH
115 result=1 postmaster=0 random=0
116dbfn_write: key=x@y
8b9476ba 117wrote positive callout cache address record for x@y
7b4c8c1f 118closed hints database and lockfile
54c5ebb1
PH
119----------- end verify ------------
120sender x@y verified ok
6968512f 121accept: condition test succeeded in ACL "mail"
a7538db1 122end of ACL "mail": ACCEPT
898d150f 123SMTP>> 250 OK
54c5ebb1 124SMTP<< quit
898d150f 125SMTP>> 221 myhost.test.ex closing connection
54c5ebb1
PH
126LOG: smtp_connection MAIN
127 SMTP connection from [1.2.3.4] closed by QUIT
128search_tidyup called
129>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
130Exim version x.yz ....
131changed uid/gid: forcing real = effective
132 uid=uuuu gid=CALLER_GID pid=pppp
133configuration file is TESTSUITE/test-config
134admin user
135changed uid/gid: privilege not needed
136 uid=EXIM_UID gid=EXIM_GID pid=pppp
50dc7409 137DSN: r1 propagating DSN
54c5ebb1
PH
138originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
139sender address = CALLER@myhost.test.ex
140sender_fullhost = [1.2.3.4]
141sender_rcvhost = [1.2.3.4]
142host in hosts_connection_nolog? no (option unset)
143LOG: smtp_connection MAIN
144 SMTP connection from [1.2.3.4]
145host in host_lookup? no (option unset)
146set_process_info: pppp handling incoming connection from [1.2.3.4]
147host in host_reject_connection? no (option unset)
148host in sender_unqualified_hosts? no (option unset)
149host in recipient_unqualified_hosts? no (option unset)
150host in helo_verify_hosts? no (option unset)
151host in helo_try_verify_hosts? no (option unset)
152host in helo_accept_junk_hosts? no (option unset)
898d150f 153SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
54c5ebb1
PH
154smtp_setup_msg entered
155SMTP<< mail from:<x@y>
ddf1b11a
JH
156spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
157log directory space = -1K inodes = -1 check_space = 10240K inodes = 100
54c5ebb1
PH
158using ACL "mail"
159processing "accept"
160check verify = sender/callout=1s,maxwait=1s
161>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
162Verifying x@y
163>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
164Considering x@y
165>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
166routing x@y
167--------> r1 router <--------
168local_part=x domain=y
169calling r1 router
170r1 router called for x@y
171 domain = y
172set transport t1
173queued for t1 transport: local_part = x
174domain = y
175 errors_to=NULL
176 domain_data=NULL localpart_data=NULL
177routed by r1 router
178 envelope to: x@y
179 transport: t1
180using host_fake_gethostbyname for 127.0.0.1 (IPv4)
181local host found for non-MX address
54c5ebb1
PH
182MUNGED: ::1 will be omitted in what follows
183get[host|ipnode]byname[2] looked up these IP addresses:
184 name=127.0.0.1 address=127.0.0.1
185Attempting full verification using callout
186locking TESTSUITE/spool/db/callout.lockfile
7b4c8c1f 187locked TESTSUITE/spool/db/callout.lockfile
54c5ebb1
PH
188EXIM_DBOPEN(TESTSUITE/spool/db/callout)
189returned from EXIM_DBOPEN
190opened hints database TESTSUITE/spool/db/callout: flags=O_RDWR
191dbfn_read: key=y
6f4d5ad3 192callout cache: found domain record for y
54c5ebb1 193dbfn_read: key=x@y
6f4d5ad3 194callout cache: found address record for x@y
54c5ebb1 195callout cache: address record is positive
7b4c8c1f 196closed hints database and lockfile
54c5ebb1
PH
197----------- end verify ------------
198sender x@y verified ok
6968512f 199accept: condition test succeeded in ACL "mail"
a7538db1 200end of ACL "mail": ACCEPT
898d150f 201SMTP>> 250 OK
54c5ebb1 202SMTP<< quit
898d150f 203SMTP>> 221 myhost.test.ex closing connection
54c5ebb1
PH
204LOG: smtp_connection MAIN
205 SMTP connection from [1.2.3.4] closed by QUIT
206search_tidyup called
207>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
208>>> host in hosts_connection_nolog? no (option unset)
209>>> host in host_lookup? no (option unset)
210>>> host in host_reject_connection? no (option unset)
211>>> host in sender_unqualified_hosts? no (option unset)
212>>> host in recipient_unqualified_hosts? no (option unset)
213>>> host in helo_verify_hosts? no (option unset)
214>>> host in helo_try_verify_hosts? no (option unset)
215>>> host in helo_accept_junk_hosts? no (option unset)
216>>> using ACL "mail"
217>>> processing "accept"
218>>> check verify = sender/callout=1s,maxwait=1s
219>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
220>>> routing x@y
221>>> calling r1 router
222>>> routed by r1 router
223>>> local host found for non-MX address
54c5ebb1
PH
224MUNGED: ::1 will be omitted in what follows
225>>> get[host|ipnode]byname[2] looked up these IP addresses:
226>>> name=127.0.0.1 address=127.0.0.1
227>>> Attempting full verification using callout
6f4d5ad3
JH
228>>> callout cache: found domain record for y
229>>> callout cache: found address record for x@y
54c5ebb1
PH
230>>> callout cache: address record is positive
231>>> ----------- end verify ------------
6968512f 232>>> accept: condition test succeeded in ACL "mail"
a7538db1 233>>> end of ACL "mail": ACCEPT
54c5ebb1
PH
234>>> host in hosts_connection_nolog? no (option unset)
235>>> host in host_lookup? no (option unset)
236>>> host in host_reject_connection? no (option unset)
237>>> host in sender_unqualified_hosts? no (option unset)
238>>> host in recipient_unqualified_hosts? no (option unset)
239>>> host in helo_verify_hosts? no (option unset)
240>>> host in helo_try_verify_hosts? no (option unset)
241>>> host in helo_accept_junk_hosts? no (option unset)
242>>> using ACL "mail"
243>>> processing "accept"
244>>> check verify = sender/callout=1s,maxwait=1s
245>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
246>>> routing a@b
247>>> calling r1 router
248>>> routed by r1 router
249>>> local host found for non-MX address
54c5ebb1
PH
250MUNGED: ::1 will be omitted in what follows
251>>> get[host|ipnode]byname[2] looked up these IP addresses:
252>>> name=127.0.0.1 address=127.0.0.1
253>>> Attempting full verification using callout
6f4d5ad3
JH
254>>> callout cache: no domain record found for b
255>>> callout cache: no address record found for a@b
7eb59ff9
JH
256>>> interface=NULL port=1224
257>>> Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected
54c5ebb1 258>>> SMTP<< 220 server ready
cb9d95ae
JH
259>>> 127.0.0.1 in hosts_avoid_esmtp? no (option unset)
260>>> SMTP>> EHLO myhost.test.ex
58fc5fb2 261>>> cmd buf flush 21 bytes
54c5ebb1 262>>> SMTP<< 250 OK
fcc8e047 263>>> 127.0.0.1 in hosts_require_auth? no (option unset)
54c5ebb1 264>>> SMTP>> MAIL FROM:<>
58fc5fb2 265>>> cmd buf flush 14 bytes
54c5ebb1
PH
266>>> SMTP<< 250 OK
267>>> SMTP>> RCPT TO:<a@b>
58fc5fb2 268>>> cmd buf flush 15 bytes
54c5ebb1
PH
269>>> SMTP<< 250 OK
270>>> SMTP>> QUIT
58fc5fb2 271>>> cmd buf flush 6 bytes
8b9476ba 272>>> wrote callout cache domain record for b:
54c5ebb1 273>>> result=1 postmaster=0 random=0
8b9476ba 274>>> wrote positive callout cache address record for a@b
54c5ebb1 275>>> ----------- end verify ------------
6968512f 276>>> accept: condition test succeeded in ACL "mail"
a7538db1 277>>> end of ACL "mail": ACCEPT
54c5ebb1
PH
278>>> host in hosts_connection_nolog? no (option unset)
279>>> host in host_lookup? no (option unset)
280>>> host in host_reject_connection? no (option unset)
281>>> host in sender_unqualified_hosts? no (option unset)
282>>> host in recipient_unqualified_hosts? no (option unset)
283>>> host in helo_verify_hosts? no (option unset)
284>>> host in helo_try_verify_hosts? no (option unset)
285>>> host in helo_accept_junk_hosts? no (option unset)
286>>> using ACL "mail"
287>>> processing "accept"
288>>> check verify = sender/callout=1s,maxwait=1s
289>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
290>>> routing p1@q
291>>> calling r1 router
292>>> routed by r1 router
293>>> local host found for non-MX address
54c5ebb1
PH
294MUNGED: ::1 will be omitted in what follows
295>>> get[host|ipnode]byname[2] looked up these IP addresses:
296>>> name=127.0.0.1 address=127.0.0.1
297>>> Attempting full verification using callout
6f4d5ad3
JH
298>>> callout cache: no domain record found for q
299>>> callout cache: no address record found for p1@q
7eb59ff9
JH
300>>> interface=NULL port=1224
301>>> Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected
54c5ebb1 302>>> SMTP<< 220 server ready
cb9d95ae
JH
303>>> 127.0.0.1 in hosts_avoid_esmtp? no (option unset)
304>>> SMTP>> EHLO myhost.test.ex
58fc5fb2 305>>> cmd buf flush 21 bytes
54c5ebb1
PH
306>>> SMTP timeout
307>>> ----------- end verify ------------
6968512f 308>>> accept: condition test deferred in ACL "mail"
54c5ebb1
PH
309LOG: H=[1.2.3.4] sender verify defer for <p1@q>: Could not complete sender verify callout
310LOG: H=[1.2.3.4] temporarily rejected MAIL <p1@q>: Could not complete sender verify callout