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