Move DSN support to mainline
[exim.git] / test / stderr / 3400
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 "check_connect"
10 >>> processing "warn"
11 >>> check hosts = 10.0.0.6
12 >>> host in "10.0.0.6"? no (end of list)
13 >>> warn: condition test failed in ACL "check_connect"
14 >>> processing "accept"
15 >>> accept: condition test succeeded in ACL "check_connect"
16 >>> end of ACL "check_connect": ACCEPT
17 >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*")
18 >>> using ACL "check_vrfy"
19 >>> processing "deny"
20 >>> check hosts = +auth_hosts
21 >>> host in "10.0.0.1"? no (end of list)
22 >>> host in "+auth_hosts"? no (end of list)
23 >>> deny: condition test failed in ACL "check_vrfy"
24 >>> processing "accept"
25 >>> accept: condition test succeeded in ACL "check_vrfy"
26 >>> end of ACL "check_vrfy": ACCEPT
27 >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
28 >>> routing userx@test.ex
29 >>> test.ex in "test.ex : *.test.ex"? yes (matched "test.ex")
30 >>> test.ex in "! +local_domains"? no (matched "! +local_domains")
31 >>> userx in "userx"? yes (matched "userx")
32 >>> calling localuser router
33 >>> routed by localuser router
34 >>> using ACL "check_expn"
35 >>> processing "deny"
36 >>> check hosts = +auth_hosts
37 >>> host in "+auth_hosts"? no (end of list)
38 >>> deny: condition test failed in ACL "check_expn"
39 >>> processing "accept"
40 >>> check hosts = 10.0.0.0/24
41 >>> host in "10.0.0.0/24"? yes (matched "10.0.0.0/24")
42 >>> accept: condition test succeeded in ACL "check_expn"
43 >>> end of ACL "check_expn": ACCEPT
44 >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
45 >>> routing list@test.ex
46 >>> test.ex in "test.ex : *.test.ex"? yes (matched "test.ex")
47 >>> test.ex in "! +local_domains"? no (matched "! +local_domains")
48 >>> list in "userx"? no (end of list)
49 >>> no more routers
50 LOG: ETRN #abcd received from [10.0.0.2]
51 >>> using ACL "check_etrn"
52 >>> processing "deny"
53 >>> check hosts = +auth_hosts
54 >>> host in "+auth_hosts"? no (end of list)
55 >>> deny: condition test failed in ACL "check_etrn"
56 >>> processing "require"
57 >>> check hosts = 10.0.0.0/24
58 >>> host in "10.0.0.0/24"? yes (matched "10.0.0.0/24")
59 >>> require: condition test succeeded in ACL "check_etrn"
60 >>> processing "warn"
61 >>> l_message: accepted ETRN $smtp_command_argument
62 >>> warn: condition test succeeded in ACL "check_etrn"
63 LOG: H=[10.0.0.2] Warning: accepted ETRN #abcd
64 >>> processing "accept"
65 >>> accept: condition test succeeded in ACL "check_etrn"
66 >>> end of ACL "check_etrn": ACCEPT
67 >>> ETRN command is: exim -R
68 >>> ETRN command execution skipped
69 >>> host in hosts_connection_nolog? no (option unset)
70 >>> host in host_lookup? no (option unset)
71 >>> host in host_reject_connection? no (option unset)
72 >>> host in sender_unqualified_hosts? no (option unset)
73 >>> host in recipient_unqualified_hosts? no (option unset)
74 >>> host in helo_verify_hosts? no (option unset)
75 >>> host in helo_try_verify_hosts? no (option unset)
76 >>> host in helo_accept_junk_hosts? no (option unset)
77 >>> using ACL "check_connect"
78 >>> processing "warn"
79 >>> check hosts = 10.0.0.6
80 >>> host in "10.0.0.6"? no (end of list)
81 >>> warn: condition test failed in ACL "check_connect"
82 >>> processing "accept"
83 >>> accept: condition test succeeded in ACL "check_connect"
84 >>> end of ACL "check_connect": ACCEPT
85 >>> test.host in helo_lookup_domains? no (end of list)
86 >>> host in dsn_advertise_hosts? no (option unset)
87 >>> host in pipelining_advertise_hosts? yes (matched "*")
88 >>> host in "10.0.0.1"? yes (matched "10.0.0.1")
89 >>> host in auth_advertise_hosts? yes (matched "+auth_hosts")
90 >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*")
91 >>> using ACL "check_vrfy"
92 >>> processing "deny"
93 >>> check hosts = +auth_hosts
94 >>> host in "+auth_hosts"? yes (matched "+auth_hosts" - cached)
95 >>> message: authentication required
96 >>> check !authenticated = *
97 >>> deny: condition test succeeded in ACL "check_vrfy"
98 >>> end of ACL "check_vrfy": DENY
99 LOG: H=(test.host) [10.0.0.1] rejected VRFY userx@test.ex: authentication required
100 >>> using ACL "check_expn"
101 >>> processing "deny"
102 >>> check hosts = +auth_hosts
103 >>> host in "+auth_hosts"? yes (matched "+auth_hosts" - cached)
104 >>> message: authentication required
105 >>> check !authenticated = *
106 >>> deny: condition test succeeded in ACL "check_expn"
107 >>> end of ACL "check_expn": DENY
108 LOG: H=(test.host) [10.0.0.1] rejected EXPN list@test.ex: authentication required
109 LOG: ETRN abcd received from (test.host) [10.0.0.1]
110 >>> using ACL "check_etrn"
111 >>> processing "deny"
112 >>> check hosts = +auth_hosts
113 >>> host in "+auth_hosts"? yes (matched "+auth_hosts" - cached)
114 >>> message: authentication required
115 >>> check !authenticated = *
116 >>> deny: condition test succeeded in ACL "check_etrn"
117 >>> end of ACL "check_etrn": DENY
118 LOG: H=(test.host) [10.0.0.1] rejected ETRN abcd: authentication required
119 >>> using ACL "check_recipient"
120 >>> processing "warn"
121 >>> check hosts = 10.0.0.5
122 >>> host in "10.0.0.5"? no (end of list)
123 >>> warn: condition test failed in ACL "check_recipient"
124 >>> processing "accept"
125 >>> check hosts = 10.0.0.5
126 >>> host in "10.0.0.5"? no (end of list)
127 >>> accept: condition test failed in ACL "check_recipient"
128 >>> processing "accept"
129 >>> check hosts = :
130 >>> host in ":"? no (end of list)
131 >>> accept: condition test failed in ACL "check_recipient"
132 >>> processing "deny"
133 >>> check hosts = +auth_hosts
134 >>> host in "+auth_hosts"? yes (matched "+auth_hosts" - cached)
135 >>> message: authentication required
136 >>> check !authenticated = *
137 >>> deny: condition test succeeded in ACL "check_recipient"
138 >>> end of ACL "check_recipient": DENY
139 LOG: H=(test.host) [10.0.0.1] F=<junk@jink.jonk.test.ex> rejected RCPT <userx@test.ex>: authentication required
140 >>> mylogin authenticator server_condition:
141 >>> $auth1 = userx secret
142 >>> $1 = userx secret
143 >>> +++MYLOGIN $1="userx secret" $2="" $3=""
144 >>> expanded string: yes
145 >>> using ACL "check_recipient"
146 >>> processing "warn"
147 >>> check hosts = 10.0.0.5
148 >>> host in "10.0.0.5"? no (end of list)
149 >>> warn: condition test failed in ACL "check_recipient"
150 >>> processing "accept"
151 >>> check hosts = 10.0.0.5
152 >>> host in "10.0.0.5"? no (end of list)
153 >>> accept: condition test failed in ACL "check_recipient"
154 >>> processing "accept"
155 >>> check hosts = :
156 >>> host in ":"? no (end of list)
157 >>> accept: condition test failed in ACL "check_recipient"
158 >>> processing "deny"
159 >>> check hosts = +auth_hosts
160 >>> host in "+auth_hosts"? yes (matched "+auth_hosts" - cached)
161 >>> message: authentication required
162 >>> check !authenticated = *
163 >>> mylogin in "*"? yes (matched "*")
164 >>> deny: condition test failed in ACL "check_recipient"
165 >>> processing "accept"
166 >>> check domains = +local_domains
167 >>> test.ex in "test.ex : *.test.ex"? yes (matched "test.ex")
168 >>> test.ex in "+local_domains"? yes (matched "+local_domains")
169 >>> accept: condition test succeeded in ACL "check_recipient"
170 >>> end of ACL "check_recipient": ACCEPT
171 >>> using ACL "check_recipient"
172 >>> processing "warn"
173 >>> check hosts = 10.0.0.5
174 >>> host in "10.0.0.5"? no (end of list)
175 >>> warn: condition test failed in ACL "check_recipient"
176 >>> processing "accept"
177 >>> check hosts = 10.0.0.5
178 >>> host in "10.0.0.5"? no (end of list)
179 >>> accept: condition test failed in ACL "check_recipient"
180 >>> processing "accept"
181 >>> check hosts = :
182 >>> host in ":"? no (end of list)
183 >>> accept: condition test failed in ACL "check_recipient"
184 >>> processing "deny"
185 >>> check hosts = +auth_hosts
186 >>> host in "+auth_hosts"? yes (matched "+auth_hosts" - cached)
187 >>> message: authentication required
188 >>> check !authenticated = *
189 >>> mylogin in "*"? yes (matched "*")
190 >>> deny: condition test failed in ACL "check_recipient"
191 >>> processing "accept"
192 >>> check domains = +local_domains
193 >>> cus.cam.ac.uk in "test.ex : *.test.ex"? no (end of list)
194 >>> cus.cam.ac.uk in "+local_domains"? no (end of list)
195 >>> accept: condition test failed in ACL "check_recipient"
196 >>> processing "accept"
197 >>> check hosts = +relay_hosts
198 >>> host in "10.0.0.4"? no (end of list)
199 >>> host in "+relay_hosts"? no (end of list)
200 >>> accept: condition test failed in ACL "check_recipient"
201 >>> processing "accept"
202 >>> check hosts = +auth_relay_hosts
203 >>> host in "10.0.0.3 : 10.0.0.4"? no (end of list)
204 >>> host in "+auth_relay_hosts"? no (end of list)
205 >>> accept: condition test failed in ACL "check_recipient"
206 >>> processing "deny"
207 >>> message: relay not permitted
208 >>> deny: condition test succeeded in ACL "check_recipient"
209 >>> end of ACL "check_recipient": DENY
210 LOG: H=(test.host) [10.0.0.1] F=<junk@jink.jonk.test.ex> A=mylogin rejected RCPT <userx@cus.cam.ac.uk>: relay not permitted
211 >>> using ACL "check_vrfy"
212 >>> processing "deny"
213 >>> check hosts = +auth_hosts
214 >>> host in "+auth_hosts"? yes (matched "+auth_hosts" - cached)
215 >>> message: authentication required
216 >>> check !authenticated = *
217 >>> mylogin in "*"? yes (matched "*")
218 >>> deny: condition test failed in ACL "check_vrfy"
219 >>> processing "accept"
220 >>> accept: condition test succeeded in ACL "check_vrfy"
221 >>> end of ACL "check_vrfy": ACCEPT
222 >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
223 >>> routing userx@test.ex
224 >>> test.ex in "test.ex : *.test.ex"? yes (matched "test.ex")
225 >>> test.ex in "! +local_domains"? no (matched "! +local_domains")
226 >>> userx in "userx"? yes (matched "userx")
227 >>> calling localuser router
228 >>> routed by localuser router
229 >>> using ACL "check_expn"
230 >>> processing "deny"
231 >>> check hosts = +auth_hosts
232 >>> host in "+auth_hosts"? yes (matched "+auth_hosts" - cached)
233 >>> message: authentication required
234 >>> check !authenticated = *
235 >>> mylogin in "*"? yes (matched "*")
236 >>> deny: condition test failed in ACL "check_expn"
237 >>> processing "accept"
238 >>> check hosts = 10.0.0.0/24
239 >>> host in "10.0.0.0/24"? yes (matched "10.0.0.0/24")
240 >>> accept: condition test succeeded in ACL "check_expn"
241 >>> end of ACL "check_expn": ACCEPT
242 >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
243 >>> routing list@test.ex
244 >>> test.ex in "test.ex : *.test.ex"? yes (matched "test.ex")
245 >>> test.ex in "! +local_domains"? no (matched "! +local_domains")
246 >>> list in "userx"? no (end of list)
247 >>> no more routers
248 LOG: ETRN #abcd received from (test.host) [10.0.0.1]
249 >>> using ACL "check_etrn"
250 >>> processing "deny"
251 >>> check hosts = +auth_hosts
252 >>> host in "+auth_hosts"? yes (matched "+auth_hosts" - cached)
253 >>> message: authentication required
254 >>> check !authenticated = *
255 >>> mylogin in "*"? yes (matched "*")
256 >>> deny: condition test failed in ACL "check_etrn"
257 >>> processing "require"
258 >>> check hosts = 10.0.0.0/24
259 >>> host in "10.0.0.0/24"? yes (matched "10.0.0.0/24")
260 >>> require: condition test succeeded in ACL "check_etrn"
261 >>> processing "warn"
262 >>> l_message: accepted ETRN $smtp_command_argument
263 >>> warn: condition test succeeded in ACL "check_etrn"
264 LOG: H=(test.host) [10.0.0.1] Warning: accepted ETRN #abcd
265 >>> processing "accept"
266 >>> accept: condition test succeeded in ACL "check_etrn"
267 >>> end of ACL "check_etrn": ACCEPT
268 >>> ETRN command is: exim -R
269 >>> ETRN command execution skipped
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 >>> using ACL "check_connect"
279 >>> processing "warn"
280 >>> check hosts = 10.0.0.6
281 >>> host in "10.0.0.6"? no (end of list)
282 >>> warn: condition test failed in ACL "check_connect"
283 >>> processing "accept"
284 >>> accept: condition test succeeded in ACL "check_connect"
285 >>> end of ACL "check_connect": ACCEPT
286 >>> test.host in helo_lookup_domains? no (end of list)
287 >>> host in dsn_advertise_hosts? no (option unset)
288 >>> host in pipelining_advertise_hosts? yes (matched "*")
289 >>> host in "10.0.0.1"? no (end of list)
290 >>> host in "10.0.0.4"? no (end of list)
291 >>> host in "10.0.0.3 : 10.0.0.4"? yes (matched "10.0.0.3")
292 >>> host in auth_advertise_hosts? yes (matched "+auth_relay_hosts")
293 >>> using ACL "check_recipient"
294 >>> processing "warn"
295 >>> check hosts = 10.0.0.5
296 >>> host in "10.0.0.5"? no (end of list)
297 >>> warn: condition test failed in ACL "check_recipient"
298 >>> processing "accept"
299 >>> check hosts = 10.0.0.5
300 >>> host in "10.0.0.5"? no (end of list)
301 >>> accept: condition test failed in ACL "check_recipient"
302 >>> processing "accept"
303 >>> check hosts = :
304 >>> host in ":"? no (end of list)
305 >>> accept: condition test failed in ACL "check_recipient"
306 >>> processing "deny"
307 >>> check hosts = +auth_hosts
308 >>> host in "+auth_hosts"? no (end of list)
309 >>> deny: condition test failed in ACL "check_recipient"
310 >>> processing "accept"
311 >>> check domains = +local_domains
312 >>> cus.cam.ac.uk in "test.ex : *.test.ex"? no (end of list)
313 >>> cus.cam.ac.uk in "+local_domains"? no (end of list)
314 >>> accept: condition test failed in ACL "check_recipient"
315 >>> processing "accept"
316 >>> check hosts = +relay_hosts
317 >>> host in "+relay_hosts"? no (end of list)
318 >>> accept: condition test failed in ACL "check_recipient"
319 >>> processing "accept"
320 >>> check hosts = +auth_relay_hosts
321 >>> host in "+auth_relay_hosts"? yes (matched "+auth_relay_hosts" - cached)
322 >>> message: authentication required
323 >>> check authenticated = *
324 >>> accept: condition test failed in ACL "check_recipient"
325 >>> accept: endpass encountered - denying access
326 LOG: H=(test.host) [10.0.0.3] F=<junk@jink.jonk.test.ex> rejected RCPT <userx@cus.cam.ac.uk>: authentication required
327 >>> mylogin authenticator server_condition:
328 >>> $auth1 = userx secret
329 >>> $1 = userx secret
330 >>> +++MYLOGIN $1="userx secret" $2="" $3=""
331 >>> expanded string: yes
332 >>> using ACL "check_recipient"
333 >>> processing "warn"
334 >>> check hosts = 10.0.0.5
335 >>> host in "10.0.0.5"? no (end of list)
336 >>> warn: condition test failed in ACL "check_recipient"
337 >>> processing "accept"
338 >>> check hosts = 10.0.0.5
339 >>> host in "10.0.0.5"? no (end of list)
340 >>> accept: condition test failed in ACL "check_recipient"
341 >>> processing "accept"
342 >>> check hosts = :
343 >>> host in ":"? no (end of list)
344 >>> accept: condition test failed in ACL "check_recipient"
345 >>> processing "deny"
346 >>> check hosts = +auth_hosts
347 >>> host in "+auth_hosts"? no (end of list)
348 >>> deny: condition test failed in ACL "check_recipient"
349 >>> processing "accept"
350 >>> check domains = +local_domains
351 >>> cus.cam.ac.uk in "test.ex : *.test.ex"? no (end of list)
352 >>> cus.cam.ac.uk in "+local_domains"? no (end of list)
353 >>> accept: condition test failed in ACL "check_recipient"
354 >>> processing "accept"
355 >>> check hosts = +relay_hosts
356 >>> host in "+relay_hosts"? no (end of list)
357 >>> accept: condition test failed in ACL "check_recipient"
358 >>> processing "accept"
359 >>> check hosts = +auth_relay_hosts
360 >>> host in "+auth_relay_hosts"? yes (matched "+auth_relay_hosts" - cached)
361 >>> message: authentication required
362 >>> check authenticated = *
363 >>> mylogin in "*"? yes (matched "*")
364 >>> accept: condition test succeeded in ACL "check_recipient"
365 >>> end of ACL "check_recipient": ACCEPT
366 >>> host in hosts_connection_nolog? no (option unset)
367 >>> host in host_lookup? no (option unset)
368 >>> host in host_reject_connection? no (option unset)
369 >>> host in sender_unqualified_hosts? no (option unset)
370 >>> host in recipient_unqualified_hosts? no (option unset)
371 >>> host in helo_verify_hosts? no (option unset)
372 >>> host in helo_try_verify_hosts? no (option unset)
373 >>> host in helo_accept_junk_hosts? no (option unset)
374 >>> using ACL "check_connect"
375 >>> processing "warn"
376 >>> check hosts = 10.0.0.6
377 >>> host in "10.0.0.6"? no (end of list)
378 >>> warn: condition test failed in ACL "check_connect"
379 >>> processing "accept"
380 >>> accept: condition test succeeded in ACL "check_connect"
381 >>> end of ACL "check_connect": ACCEPT
382 >>> test.host in helo_lookup_domains? no (end of list)
383 >>> host in dsn_advertise_hosts? no (option unset)
384 >>> host in pipelining_advertise_hosts? yes (matched "*")
385 >>> host in "10.0.0.1"? no (end of list)
386 >>> host in "10.0.0.4"? yes (matched "10.0.0.4")
387 >>> host in auth_advertise_hosts? no (matched "!+relay_hosts")
388 Exim version x.yz ....
389 changed uid/gid: forcing real = effective
390 uid=uuuu gid=CALLER_GID pid=pppp
391 seeking password data for user "CALLER": cache not available
392 getpwnam() succeeded uid=CALLER_UID gid=CALLER_GID
393 configuration file is TESTSUITE/test-config
394 trusted user
395 admin user
396 changed uid/gid: privilege not needed
397 uid=EXIM_UID gid=EXIM_GID pid=pppp
398 DSN: fail_remote_domains propagating DSN
399 DSN: localuser propagating DSN
400 seeking password data for user "CALLER": using cached result
401 getpwnam() succeeded uid=CALLER_UID gid=CALLER_GID
402 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
403 sender address = NULL
404 sender_fullhost = [10.0.0.5]
405 sender_rcvhost = [10.0.0.5] (ident=CALLER)
406 set_process_info: pppp handling incoming connection from [10.0.0.5] via -oMa
407 set_process_info: pppp accepting a local SMTP message from <CALLER>
408 host in hosts_connection_nolog? no (option unset)
409 LOG: smtp_connection MAIN
410 SMTP connection from CALLER
411 host in host_lookup? no (option unset)
412 set_process_info: pppp handling incoming connection from [10.0.0.5] U=CALLER
413 host in host_reject_connection? no (option unset)
414 host in sender_unqualified_hosts? no (option unset)
415 host in recipient_unqualified_hosts? no (option unset)
416 host in helo_verify_hosts? no (option unset)
417 host in helo_try_verify_hosts? no (option unset)
418 host in helo_accept_junk_hosts? no (option unset)
419 using ACL "check_connect"
420 processing "warn"
421 check hosts = 10.0.0.6
422 host in "10.0.0.6"? no (end of list)
423 warn: condition test failed in ACL "check_connect"
424 processing "accept"
425 accept: condition test succeeded in ACL "check_connect"
426 end of ACL "check_connect": ACCEPT
427 SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
428 smtp_setup_msg entered
429 SMTP<< ehlo testing.testing
430 testing.testing in helo_lookup_domains? no (end of list)
431 sender_fullhost = (testing.testing) [10.0.0.5]
432 sender_rcvhost = [10.0.0.5] (helo=testing.testing ident=CALLER)
433 set_process_info: pppp handling incoming connection from (testing.testing) [10.0.0.5] U=CALLER
434 host in dsn_advertise_hosts? no (option unset)
435 host in pipelining_advertise_hosts? yes (matched "*")
436 host in "10.0.0.1"? no (end of list)
437 host in "10.0.0.4"? no (end of list)
438 host in "10.0.0.3 : 10.0.0.4"? no (end of list)
439 host in auth_advertise_hosts? yes (matched "10.0.0.5")
440 SMTP>> 250-myhost.test.ex Hello CALLER at testing.testing [10.0.0.5]
441 250-SIZE 52428800
442 250-8BITMIME
443 250-ETRN
444 250-EXPN
445 250-PIPELINING
446 250-AUTH MYLOGIN PLAIN EXPLAIN EXPANDED EXPANDFAIL DEFER LOGIN
447 250 HELP
448 SMTP<< auth mylogin dXNlcnggc2VjcmV0
449 mylogin authenticator server_condition:
450 $auth1 = userx secret
451 $1 = userx secret
452 +++MYLOGIN $1="userx secret" $2="" $3=""
453 expanded string: yes
454 SMTP>> 235 Authentication succeeded
455 SMTP<< quit
456 SMTP>> 221 myhost.test.ex closing connection
457 LOG: smtp_connection MAIN
458 SMTP connection from CALLER closed by QUIT
459 search_tidyup called
460 >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>