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