2e2a8c1ee5b95dcfbd0c2ab7ce04de109b51c446
[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 >>> 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
17 MUNGED: ::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 ------------
24 >>> accept: condition test succeeded in ACL "mail"
25 >>> end of ACL "mail": ACCEPT
26 Exim version x.yz ....
27 changed uid/gid: forcing real = effective
28 uid=uuuu gid=CALLER_GID pid=pppp
29 configuration file is TESTSUITE/test-config
30 admin user
31 changed uid/gid: privilege not needed
32 uid=EXIM_UID gid=EXIM_GID pid=pppp
33 DSN: r1 propagating DSN
34 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
35 sender address = CALLER@myhost.test.ex
36 sender_fullhost = [1.2.3.4]
37 sender_rcvhost = [1.2.3.4]
38 host in hosts_connection_nolog? no (option unset)
39 LOG: smtp_connection MAIN
40 SMTP connection from [1.2.3.4]
41 host in host_lookup? no (option unset)
42 set_process_info: pppp handling incoming connection from [1.2.3.4]
43 host in host_reject_connection? no (option unset)
44 host in sender_unqualified_hosts? no (option unset)
45 host in recipient_unqualified_hosts? no (option unset)
46 host in helo_verify_hosts? no (option unset)
47 host in helo_try_verify_hosts? no (option unset)
48 host in helo_accept_junk_hosts? no (option unset)
49 SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
50 smtp_setup_msg entered
51 SMTP<< mail from:<x@y>
52 spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
53 log directory space = -1K inodes = -1 check_space = 10240K inodes = 100
54 using ACL "mail"
55 processing "accept"
56 check verify = sender/callout=1s,maxwait=1s
57 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
58 Verifying x@y
59 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
60 Considering x@y
61 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
62 routing x@y
63 --------> r1 router <--------
64 local_part=x domain=y
65 calling r1 router
66 r1 router called for x@y
67 domain = y
68 set transport t1
69 queued for t1 transport: local_part = x
70 domain = y
71 errors_to=NULL
72 domain_data=NULL localpart_data=NULL
73 routed by r1 router
74 envelope to: x@y
75 transport: t1
76 using host_fake_gethostbyname for 127.0.0.1 (IPv4)
77 local host found for non-MX address
78 MUNGED: ::1 will be omitted in what follows
79 get[host|ipnode]byname[2] looked up these IP addresses:
80 name=127.0.0.1 address=127.0.0.1
81 Attempting full verification using callout
82 locking TESTSUITE/spool/db/callout.lockfile
83 locked TESTSUITE/spool/db/callout.lockfile
84 EXIM_DBOPEN(TESTSUITE/spool/db/callout)
85 returned from EXIM_DBOPEN
86 opened hints database TESTSUITE/spool/db/callout: flags=O_RDWR
87 dbfn_read: key=y
88 callout cache: no domain record found for y
89 dbfn_read: key=x@y
90 callout cache: no address record found for x@y
91 closed hints database and lockfile
92 interface=NULL port=1224
93 Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected
94 SMTP<< 220 server ready
95 127.0.0.1 in hosts_avoid_esmtp? no (option unset)
96 SMTP>> EHLO myhost.test.ex
97 cmd buf flush ddd bytes
98 SMTP<< 250 OK
99 127.0.0.1 in hosts_require_auth? no (option unset)
100 SMTP>> MAIL FROM:<>
101 cmd buf flush ddd bytes
102 SMTP<< 250 OK
103 SMTP>> RCPT TO:<x@y>
104 cmd buf flush ddd bytes
105 SMTP<< 250 OK
106 SMTP>> QUIT
107 cmd buf flush ddd bytes
108 locking TESTSUITE/spool/db/callout.lockfile
109 locked TESTSUITE/spool/db/callout.lockfile
110 EXIM_DBOPEN(TESTSUITE/spool/db/callout)
111 returned from EXIM_DBOPEN
112 opened hints database TESTSUITE/spool/db/callout: flags=O_RDWR|O_CREAT
113 dbfn_write: key=y
114 wrote callout cache domain record for y:
115 result=1 postmaster=0 random=0
116 dbfn_write: key=x@y
117 wrote positive callout cache address record for x@y
118 closed hints database and lockfile
119 ----------- end verify ------------
120 sender x@y verified ok
121 accept: condition test succeeded in ACL "mail"
122 end of ACL "mail": ACCEPT
123 SMTP>> 250 OK
124 SMTP<< quit
125 SMTP>> 221 myhost.test.ex closing connection
126 LOG: smtp_connection MAIN
127 SMTP connection from [1.2.3.4] closed by QUIT
128 search_tidyup called
129 >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
130 Exim version x.yz ....
131 changed uid/gid: forcing real = effective
132 uid=uuuu gid=CALLER_GID pid=pppp
133 configuration file is TESTSUITE/test-config
134 admin user
135 changed uid/gid: privilege not needed
136 uid=EXIM_UID gid=EXIM_GID pid=pppp
137 DSN: r1 propagating DSN
138 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
139 sender address = CALLER@myhost.test.ex
140 sender_fullhost = [1.2.3.4]
141 sender_rcvhost = [1.2.3.4]
142 host in hosts_connection_nolog? no (option unset)
143 LOG: smtp_connection MAIN
144 SMTP connection from [1.2.3.4]
145 host in host_lookup? no (option unset)
146 set_process_info: pppp handling incoming connection from [1.2.3.4]
147 host in host_reject_connection? no (option unset)
148 host in sender_unqualified_hosts? no (option unset)
149 host in recipient_unqualified_hosts? no (option unset)
150 host in helo_verify_hosts? no (option unset)
151 host in helo_try_verify_hosts? no (option unset)
152 host in helo_accept_junk_hosts? no (option unset)
153 SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
154 smtp_setup_msg entered
155 SMTP<< mail from:<x@y>
156 spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
157 log directory space = -1K inodes = -1 check_space = 10240K inodes = 100
158 using ACL "mail"
159 processing "accept"
160 check verify = sender/callout=1s,maxwait=1s
161 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
162 Verifying x@y
163 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
164 Considering x@y
165 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
166 routing x@y
167 --------> r1 router <--------
168 local_part=x domain=y
169 calling r1 router
170 r1 router called for x@y
171 domain = y
172 set transport t1
173 queued for t1 transport: local_part = x
174 domain = y
175 errors_to=NULL
176 domain_data=NULL localpart_data=NULL
177 routed by r1 router
178 envelope to: x@y
179 transport: t1
180 using host_fake_gethostbyname for 127.0.0.1 (IPv4)
181 local host found for non-MX address
182 MUNGED: ::1 will be omitted in what follows
183 get[host|ipnode]byname[2] looked up these IP addresses:
184 name=127.0.0.1 address=127.0.0.1
185 Attempting full verification using callout
186 locking TESTSUITE/spool/db/callout.lockfile
187 locked TESTSUITE/spool/db/callout.lockfile
188 EXIM_DBOPEN(TESTSUITE/spool/db/callout)
189 returned from EXIM_DBOPEN
190 opened hints database TESTSUITE/spool/db/callout: flags=O_RDWR
191 dbfn_read: key=y
192 callout cache: found domain record for y
193 dbfn_read: key=x@y
194 callout cache: found address record for x@y
195 callout cache: address record is positive
196 closed hints database and lockfile
197 ----------- end verify ------------
198 sender x@y verified ok
199 accept: condition test succeeded in ACL "mail"
200 end of ACL "mail": ACCEPT
201 SMTP>> 250 OK
202 SMTP<< quit
203 SMTP>> 221 myhost.test.ex closing connection
204 LOG: smtp_connection MAIN
205 SMTP connection from [1.2.3.4] closed by QUIT
206 search_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
224 MUNGED: ::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
228 >>> callout cache: found domain record for y
229 >>> callout cache: found address record for x@y
230 >>> callout cache: address record is positive
231 >>> ----------- end verify ------------
232 >>> accept: condition test succeeded in ACL "mail"
233 >>> end of ACL "mail": ACCEPT
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
250 MUNGED: ::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
254 >>> callout cache: no domain record found for b
255 >>> callout cache: no address record found for a@b
256 >>> interface=NULL port=1224
257 >>> Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected
258 >>> SMTP<< 220 server ready
259 >>> 127.0.0.1 in hosts_avoid_esmtp? no (option unset)
260 >>> SMTP>> EHLO myhost.test.ex
261 >>> cmd buf flush 21 bytes
262 >>> SMTP<< 250 OK
263 >>> 127.0.0.1 in hosts_require_auth? no (option unset)
264 >>> SMTP>> MAIL FROM:<>
265 >>> cmd buf flush 14 bytes
266 >>> SMTP<< 250 OK
267 >>> SMTP>> RCPT TO:<a@b>
268 >>> cmd buf flush 15 bytes
269 >>> SMTP<< 250 OK
270 >>> SMTP>> QUIT
271 >>> cmd buf flush 6 bytes
272 >>> wrote callout cache domain record for b:
273 >>> result=1 postmaster=0 random=0
274 >>> wrote positive callout cache address record for a@b
275 >>> ----------- end verify ------------
276 >>> accept: condition test succeeded in ACL "mail"
277 >>> end of ACL "mail": ACCEPT
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
294 MUNGED: ::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
298 >>> callout cache: no domain record found for q
299 >>> callout cache: no address record found for p1@q
300 >>> interface=NULL port=1224
301 >>> Connecting to 127.0.0.1 [127.0.0.1]:1224 ... 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 timeout
307 >>> ----------- end verify ------------
308 >>> accept: condition test deferred in ACL "mail"
309 LOG: H=[1.2.3.4] sender verify defer for <p1@q>: Could not complete sender verify callout
310 LOG: H=[1.2.3.4] temporarily rejected MAIL <p1@q>: Could not complete sender verify callout