Cutthrough: avoid use of callout result cache
[exim.git] / test / stderr / 0398
1 Exim version x.yz ....
2 changed uid/gid: forcing real = effective
3 uid=uuuu gid=CALLER_GID pid=pppp
4 configuration file is TESTSUITE/test-config
5 admin user
6 changed uid/gid: privilege not needed
7 uid=EXIM_UID gid=EXIM_GID pid=pppp
8 DSN: r1 propagating DSN
9 DSN: r2 propagating DSN
10 seeking password data for user "CALLER": cache not available
11 getpwnam() succeeded uid=CALLER_UID gid=CALLER_GID
12 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
13 sender address = CALLER@test.ex
14 set_process_info: pppp accepting a local SMTP message from <CALLER@test.ex>
15 in hosts_connection_nolog? no (option unset)
16 LOG: smtp_connection MAIN
17 SMTP connection from CALLER
18 SMTP>> 220 mail.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
19 smtp_setup_msg entered
20 SMTP<< mail from:<qq@remote>
21 SMTP>> 250 OK
22 SMTP<< rcpt to:<abc@local>
23 using ACL "rcpt"
24 processing "deny"
25 check senders = qq@remote
26 address match test: subject=qq@remote pattern=qq@remote
27 remote in "remote"? yes (matched "remote")
28 qq@remote in "qq@remote"? yes (matched "qq@remote")
29 check !verify = sender
30 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
31 Verifying qq@remote
32 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
33 Considering qq@remote
34 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
35 routing qq@remote
36 --------> r1 router <--------
37 local_part=qq domain=remote
38 checking domains
39 remote in "local"? no (end of list)
40 r1 router skipped: domains mismatch
41 --------> r2 router <--------
42 local_part=qq domain=remote
43 checking domains
44 remote in "remote"? yes (matched "remote")
45 calling r2 router
46 r2 router called for qq@remote
47 domain = remote
48 route_item = * 127.0.0.1
49 remote in "*"? yes (matched "*")
50 original list of hosts = "127.0.0.1" options =
51 expanded list of hosts = "127.0.0.1" options =
52 set transport t2
53 finding IP address for 127.0.0.1
54 calling host_find_byname
55 using host_fake_gethostbyname for 127.0.0.1 (IPv4)
56 local host found for non-MX address
57 fully qualified name = 127.0.0.1
58 MUNGED: ::1 will be omitted in what follows
59 get[host|ipnode]byname[2] looked up these IP addresses:
60 name=127.0.0.1 address=127.0.0.1
61 remote host address is the local host: remote: configured to try delivery anyway
62 queued for t2 transport: local_part = qq
63 domain = remote
64 errors_to=NULL
65 domain_data=NULL localpart_data=NULL
66 routed by r2 router
67 envelope to: qq@remote
68 transport: t2
69 host 127.0.0.1 [127.0.0.1]
70 ----------- end verify ------------
71 sender qq@remote verified ok
72 deny: condition test failed in ACL "rcpt"
73 processing "warn"
74 check senders = qq@remote
75 address match test: subject=qq@remote pattern=qq@remote
76 remote in "remote"? yes (matched "remote")
77 qq@remote in "qq@remote"? yes (matched "qq@remote")
78 check !verify = sender/callout
79 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
80 Verifying qq@remote
81 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
82 Considering qq@remote
83 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
84 routing qq@remote
85 --------> r1 router <--------
86 local_part=qq domain=remote
87 checking domains
88 remote in "local"? no (end of list)
89 r1 router skipped: domains mismatch
90 --------> r2 router <--------
91 local_part=qq domain=remote
92 checking domains
93 remote in "remote"? yes (matched "remote")
94 calling r2 router
95 r2 router called for qq@remote
96 domain = remote
97 route_item = * 127.0.0.1
98 remote in "*"? yes (matched "*")
99 original list of hosts = "127.0.0.1" options =
100 expanded list of hosts = "127.0.0.1" options =
101 finding IP address for 127.0.0.1
102 calling host_find_byname
103 using host_fake_gethostbyname for 127.0.0.1 (IPv4)
104 local host found for non-MX address
105 fully qualified name = 127.0.0.1
106 MUNGED: ::1 will be omitted in what follows
107 get[host|ipnode]byname[2] looked up these IP addresses:
108 name=127.0.0.1 address=127.0.0.1
109 remote host address is the local host: remote: configured to try delivery anyway
110 queued for t2 transport: local_part = qq
111 domain = remote
112 errors_to=NULL
113 domain_data=NULL localpart_data=NULL
114 routed by r2 router
115 envelope to: qq@remote
116 transport: t2
117 host 127.0.0.1 [127.0.0.1]
118 Attempting full verification using callout
119 locking TESTSUITE/spool/db/callout.lockfile
120 locked TESTSUITE/spool/db/callout.lockfile
121 EXIM_DBOPEN(TESTSUITE/spool/db/callout)
122 returned from EXIM_DBOPEN
123 opened hints database TESTSUITE/spool/db/callout: flags=O_RDWR
124 dbfn_read: key=remote
125 callout cache: found domain record for remote
126 dbfn_read: key=qq@remote
127 callout cache: no address record found for qq@remote
128 interface=NULL port=1224
129 Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected
130 SMTP<< 220 Server ready
131 127.0.0.1 in hosts_avoid_esmtp? no (option unset)
132 SMTP>> EHLO mail.test.ex
133 SMTP<< 250 OK
134 127.0.0.1 in hosts_require_auth? no (option unset)
135 SMTP>> MAIL FROM:<>
136 SMTP<< 250 OK
137 SMTP>> RCPT TO:<qq@remote>
138 SMTP<< 550 Unknown
139 SMTP>> QUIT
140 locking TESTSUITE/spool/db/callout.lockfile
141 locked TESTSUITE/spool/db/callout.lockfile
142 EXIM_DBOPEN(TESTSUITE/spool/db/callout)
143 returned from EXIM_DBOPEN
144 opened hints database TESTSUITE/spool/db/callout: flags=O_RDWR|O_CREAT
145 dbfn_write: key=remote
146 wrote callout cache domain record for remote:
147 result=1 postmaster=0 random=0
148 dbfn_write: key=qq@remote
149 wrote negative callout cache address record for qq@remote
150 ----------- end verify ------------
151 l_message: $acl_verify_message
152 warn: condition test succeeded in ACL "rcpt"
153 LOG: MAIN
154 U=CALLER Warning: Sender verify failed: response to "RCPT TO:<qq@remote>" from 127.0.0.1 [127.0.0.1] was: 550 Unknown
155 processing "accept"
156 check senders = qq@remote
157 address match test: subject=qq@remote pattern=qq@remote
158 remote in "remote"? yes (matched "remote")
159 qq@remote in "qq@remote"? yes (matched "qq@remote")
160 accept: condition test succeeded in ACL "rcpt"
161 end of ACL "rcpt": ACCEPT
162 SMTP>> 250 Accepted
163 DSN: orcpt: NULL flags: 0
164 SMTP<< rcpt to:<xyz@local>
165 using ACL "rcpt"
166 processing "deny"
167 check senders = qq@remote
168 address match test: subject=qq@remote pattern=qq@remote
169 remote in "remote"? yes (matched "remote")
170 qq@remote in "qq@remote"? yes (matched "qq@remote")
171 check !verify = sender
172 using cached sender verify result
173 deny: condition test failed in ACL "rcpt"
174 processing "warn"
175 check senders = qq@remote
176 address match test: subject=qq@remote pattern=qq@remote
177 remote in "remote"? yes (matched "remote")
178 qq@remote in "qq@remote"? yes (matched "qq@remote")
179 check !verify = sender/callout
180 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
181 Verifying qq@remote
182 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
183 Considering qq@remote
184 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
185 routing qq@remote
186 --------> r1 router <--------
187 local_part=qq domain=remote
188 checking domains
189 remote in "local"? no (end of list)
190 r1 router skipped: domains mismatch
191 --------> r2 router <--------
192 local_part=qq domain=remote
193 checking domains
194 remote in "remote"? yes (matched "remote")
195 calling r2 router
196 r2 router called for qq@remote
197 domain = remote
198 route_item = * 127.0.0.1
199 remote in "*"? yes (matched "*")
200 original list of hosts = "127.0.0.1" options =
201 expanded list of hosts = "127.0.0.1" options =
202 finding IP address for 127.0.0.1
203 calling host_find_byname
204 using host_fake_gethostbyname for 127.0.0.1 (IPv4)
205 local host found for non-MX address
206 fully qualified name = 127.0.0.1
207 MUNGED: ::1 will be omitted in what follows
208 get[host|ipnode]byname[2] looked up these IP addresses:
209 name=127.0.0.1 address=127.0.0.1
210 remote host address is the local host: remote: configured to try delivery anyway
211 queued for t2 transport: local_part = qq
212 domain = remote
213 errors_to=NULL
214 domain_data=NULL localpart_data=NULL
215 routed by r2 router
216 envelope to: qq@remote
217 transport: t2
218 host 127.0.0.1 [127.0.0.1]
219 Attempting full verification using callout
220 locking TESTSUITE/spool/db/callout.lockfile
221 locked TESTSUITE/spool/db/callout.lockfile
222 EXIM_DBOPEN(TESTSUITE/spool/db/callout)
223 returned from EXIM_DBOPEN
224 opened hints database TESTSUITE/spool/db/callout: flags=O_RDWR
225 dbfn_read: key=remote
226 callout cache: found domain record for remote
227 dbfn_read: key=qq@remote
228 callout cache: found address record for qq@remote
229 callout cache: address record is negative
230 ----------- end verify ------------
231 l_message: $acl_verify_message
232 warn: condition test succeeded in ACL "rcpt"
233 LOG: MAIN
234 U=CALLER Warning: Sender verify failed
235 processing "accept"
236 check senders = qq@remote
237 address match test: subject=qq@remote pattern=qq@remote
238 remote in "remote"? yes (matched "remote")
239 qq@remote in "qq@remote"? yes (matched "qq@remote")
240 accept: condition test succeeded in ACL "rcpt"
241 end of ACL "rcpt": ACCEPT
242 SMTP>> 250 Accepted
243 DSN: orcpt: NULL flags: 0
244 SMTP<< quit
245 SMTP>> 221 mail.test.ex closing connection
246 LOG: smtp_connection MAIN
247 SMTP connection from CALLER closed by QUIT
248 search_tidyup called
249 >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>