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