Add a check for Auto-Submitted to the default for
[exim.git] / test / stderr / 0386
CommitLineData
54c5ebb1
PH
1Exim version x.yz ....
2changed uid/gid: forcing real = effective
3 uid=uuuu gid=CALLER_GID pid=pppp
4configuration file is TESTSUITE/test-config
5trusted user
6admin user
7changed uid/gid: privilege not needed
8 uid=EXIM_UID gid=EXIM_GID pid=pppp
9finduser used cached passwd data for CALLER
10originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
11sender address = CALLER@test.ex
12sender_fullhost = [V4NET.9.8.7]
13sender_rcvhost = [V4NET.9.8.7]
14host in hosts_connection_nolog? no (option unset)
15LOG: smtp_connection MAIN
16 SMTP connection from [V4NET.9.8.7]
17host in host_lookup? no (option unset)
18set_process_info: pppp handling incoming connection from [V4NET.9.8.7]
19host in host_reject_connection? no (option unset)
20host in sender_unqualified_hosts? no (option unset)
21host in recipient_unqualified_hosts? no (option unset)
22host in helo_verify_hosts? no (option unset)
23host in helo_try_verify_hosts? no (option unset)
24host in helo_accept_junk_hosts? no (option unset)
898d150f 25SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
54c5ebb1
PH
26smtp_setup_msg entered
27SMTP<< mail from:<x@y>
898d150f 28SMTP>> 250 OK
54c5ebb1
PH
29SMTP<< rcpt to:<1@b>
30read ACL from file TESTSUITE/aux-fixed/0386.acl1
31processing "accept"
32check hosts = :
33host in ":"? no (end of list)
34accept: condition test failed
35processing "deny"
36check local_parts = ^.*[@%!/|]
371 in "^.*[@%!/|]"? no (end of list)
38deny: condition test failed
39processing "require"
40check verify = sender/defer_ok
41>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
42Verifying x@y
43>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
44Considering x@y
45>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
46routing x@y
47--------> r1 router <--------
48local_part=x domain=y
49calling r1 router
50r1 router called for x@y
51 domain = y
52set transport t1
53queued for t1 transport: local_part = x
54domain = y
55 errors_to=NULL
56 domain_data=NULL localpart_data=NULL
57routed by r1 router
58 envelope to: x@y
59 transport: t1
60----------- end verify ------------
61sender x@y verified ok
62require: condition test succeeded
63processing "deny"
64deny: condition test succeeded
898d150f 65SMTP>> 550 No such user here
54c5ebb1
PH
66LOG: MAIN REJECT
67 H=[V4NET.9.8.7] F=<x@y> rejected RCPT <1@b>: No such user here
68SMTP<< rset
898d150f 69SMTP>> 250 Reset OK
54c5ebb1 70SMTP<< mail from:<x@y>
898d150f 71SMTP>> 250 OK
54c5ebb1
PH
72SMTP<< rcpt to:<1@b>
73using ACL "TESTSUITE/aux-fixed/0386.acl1"
74processing "accept"
75check hosts = :
76host in ":"? no (end of list)
77accept: condition test failed
78processing "deny"
79check local_parts = ^.*[@%!/|]
801 in "^.*[@%!/|]"? no (end of list)
81deny: condition test failed
82processing "require"
83check verify = sender/defer_ok
84>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
85Verifying x@y
86>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
87Considering x@y
88>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
89routing x@y
90--------> r1 router <--------
91local_part=x domain=y
92calling r1 router
93r1 router called for x@y
94 domain = y
95queued for t1 transport: local_part = x
96domain = y
97 errors_to=NULL
98 domain_data=NULL localpart_data=NULL
99routed by r1 router
100 envelope to: x@y
101 transport: t1
102----------- end verify ------------
103sender x@y verified ok
104require: condition test succeeded
105processing "deny"
106deny: condition test succeeded
898d150f 107SMTP>> 550 No such user here
54c5ebb1
PH
108LOG: MAIN REJECT
109 H=[V4NET.9.8.7] F=<x@y> rejected RCPT <1@b>: No such user here
110SMTP<< quit
898d150f 111SMTP>> 221 myhost.test.ex closing connection
54c5ebb1
PH
112LOG: smtp_connection MAIN
113 SMTP connection from [V4NET.9.8.7] closed by QUIT
114search_tidyup called
115>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
116Exim version x.yz ....
117changed uid/gid: forcing real = effective
118 uid=uuuu gid=CALLER_GID pid=pppp
119configuration file is TESTSUITE/test-config
120trusted user
121admin user
122changed uid/gid: privilege not needed
123 uid=EXIM_UID gid=EXIM_GID pid=pppp
124finduser used cached passwd data for CALLER
125originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
126sender address = NULL
127sender_fullhost = [V4NET.11.12.13]
128sender_rcvhost = [V4NET.11.12.13] (ident=CALLER)
129set_process_info: pppp handling incoming connection from [V4NET.11.12.13] via -oMa
130host in hosts_connection_nolog? no (option unset)
131LOG: smtp_connection MAIN
132 SMTP connection from CALLER
133host in host_lookup? no (option unset)
134set_process_info: pppp handling incoming connection from [V4NET.11.12.13] U=CALLER
135host in host_reject_connection? no (option unset)
136host in sender_unqualified_hosts? no (option unset)
137host in recipient_unqualified_hosts? no (option unset)
138host in helo_verify_hosts? no (option unset)
139host in helo_try_verify_hosts? no (option unset)
140host in helo_accept_junk_hosts? no (option unset)
898d150f 141SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
54c5ebb1
PH
142smtp_setup_msg entered
143SMTP<< mail from:<x@y>
898d150f 144SMTP>> 250 OK
54c5ebb1
PH
145SMTP<< rcpt to:<2@b>
146read ACL from file TESTSUITE/aux-fixed/0386.acl2
147processing "warn"
148check dnslists = rbl.test.ex
149DNS list check: rbl.test.ex
150new DNS lookup for 13.12.11.V4NET.rbl.test.ex
151DNS lookup of 13.12.11.V4NET.rbl.test.ex (A) using fakens
152DNS lookup of 13.12.11.V4NET.rbl.test.ex (A) succeeded
153DNS lookup for 13.12.11.V4NET.rbl.test.ex succeeded (yielding 127.0.0.2)
154DNS lookup of 13.12.11.V4NET.rbl.test.ex (TXT) using fakens
155DNS lookup of 13.12.11.V4NET.rbl.test.ex (TXT) succeeded
156=> that means V4NET.11.12.13 is listed at rbl.test.ex
157warn: condition test succeeded
158LOG: MAIN
159 H=[V4NET.11.12.13] U=CALLER Warning: found in rbl.test.ex: This is a test blacklisting message
160created log directory TESTSUITE/spool/log
161processing "accept"
162accept: condition test succeeded
898d150f 163SMTP>> 250 Accepted
54c5ebb1 164SMTP<< data
898d150f 165SMTP>> 354 Enter message, ending with "." on a line by itself
54c5ebb1
PH
166search_tidyup called
167host in ignore_fromline_hosts? no (option unset)
168>>Headers received:
169
170search_tidyup called
171>>Headers after rewriting and local additions:
172
173Data file written for message 10HmaX-0005vi-00
174>>Generated Received: header line
175P Received: from [V4NET.11.12.13] (ident=CALLER)
176 by myhost.test.ex with smtp (Exim x.yz)
177 (envelope-from <x@y>)
178 id 10HmaX-0005vi-00
179 for 2@b; Tue, 2 Mar 1999 09:44:33 +0000
180>>Headers added by MAIL or RCPT ACL:
181 X-Warning: V4NET.11.12.13 is listed at rbl.test.ex
182 X-Warning: This is a test blacklisting message
183>>
184calling local_scan(); timeout=300
185local_scan() returned 0 NULL
186Writing spool header file
187Size of headers = sss
188LOG: MAIN
189 <= x@y H=[V4NET.11.12.13] U=CALLER P=smtp S=sss
898d150f 190SMTP>> 250 OK id=10HmaX-0005vi-00
54c5ebb1
PH
191search_tidyup called
192exec TESTSUITE/eximdir/exim -DEXIM_PATH=TESTSUITE/eximdir/exim -C TESTSUITE/test-config -d=0xfbb95cfd -odi -Mc 10HmaX-0005vi-00
193Exim version x.yz ....
194changed uid/gid: forcing real = effective
195 uid=uuuu gid=EXIM_GID pid=pppp
196configuration file is TESTSUITE/test-config
197trusted user
198admin user
199finduser used cached passwd data for CALLER
200set_process_info: pppp delivering specified messages
201set_process_info: pppp delivering 10HmaX-0005vi-00
202reading spool file 10HmaX-0005vi-00-H
203user=CALLER uid=CALLER_UID gid=CALLER_GID sender=x@y
204sender_fullhost = [V4NET.11.12.13]
205sender_rcvhost = [V4NET.11.12.13] (ident=CALLER)
206sender_local=0 ident=CALLER
207Non-recipients:
208Empty Tree
209---- End of tree ----
210recipients_count=1
211body_linecount=1 message_linecount=7
212Delivery address list:
213 2@b
214locking TESTSUITE/spool/db/retry.lockfile
215locked TESTSUITE/spool/db/retry.lockfile
216EXIM_DBOPEN(TESTSUITE/spool/db/retry)
217returned from EXIM_DBOPEN
218ensuring TESTSUITE/spool/db/retry.lockfile is owned by exim
219no retry data available
220>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
221Considering: 2@b
222unique = 2@b
223no domain retry record
224no address retry record
2252@b: queued for routing
226>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
227routing 2@b
228--------> r1 router <--------
229local_part=2 domain=b
230calling r1 router
231r1 router called for 2@b
232 domain = b
233set transport t1
234queued for t1 transport: local_part = 2
235domain = b
236 errors_to=NULL
237 domain_data=NULL localpart_data=NULL
238routed by r1 router
239 envelope to: 2@b
240 transport: t1
241>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
242After routing:
243 Local deliveries:
244 2@b
245 Remote deliveries:
246 Failed addresses:
247 Deferred addresses:
248search_tidyup called
249>>>>>>>>>>>>>>>> Local deliveries >>>>>>>>>>>>>>>>
250--------> 2@b <--------
251locking TESTSUITE/spool/db/retry.lockfile
252locked TESTSUITE/spool/db/retry.lockfile
253EXIM_DBOPEN(TESTSUITE/spool/db/retry)
254returned from EXIM_DBOPEN
255no retry data available
256search_tidyup called
257changed uid/gid: local delivery to 2 <2@b> transport=t1
258 uid=CALLER_UID gid=CALLER_GID pid=pppp
259 home=NULL current=/
260set_process_info: pppp delivering 10HmaX-0005vi-00 to 2 using t1
261appendfile transport entered
262appendfile: mode=600 notify_comsat=0 quota=0 warning=0
263 file=TESTSUITE/test-mail/2 format=unix
264 message_prefix=From ${if def:return_path{$return_path}{MAILER-DAEMON}} ${tod_bsdinbox}\n
265 message_suffix=\n
266 maildir_use_size_file=no
267 locking by lockfile fcntl
268lock name: TESTSUITE/test-mail/2.lock
269hitch name: TESTSUITE/test-mail/2.lock.test.ex.dddddddd.pppppppp
270lock file created
271mailbox TESTSUITE/test-mail/2 is locked
272writing to file TESTSUITE/test-mail/2
273writing data block fd=10 size=sss timeout=0
274writing data block fd=10 size=sss timeout=0
275writing data block fd=10 size=sss timeout=0
276appendfile yields 0 with errno=dd more_errno=dd
277search_tidyup called
278journalling 2@b
279t1 transport returned OK for 2@b
280post-process 2@b (0)
2812@b delivered
282LOG: MAIN
283 => 2 <2@b> R=r1 T=t1
284>>>>>>>>>>>>>>>> deliveries are done >>>>>>>>>>>>>>>>
285changed uid/gid: post-delivery tidying
286 uid=EXIM_UID gid=EXIM_GID pid=pppp
287set_process_info: pppp tidying up after delivering 10HmaX-0005vi-00
288Processing retry items
289Succeeded addresses:
2902@b: no retry items
291Failed addresses:
292Deferred addresses:
293end of retry processing
294LOG: MAIN
295 Completed
296end delivery of 10HmaX-0005vi-00
297search_tidyup called
298search_tidyup called
299>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
300smtp_setup_msg entered
301SMTP<< rset
898d150f 302SMTP>> 250 Reset OK
54c5ebb1 303SMTP<< mail from:<x@y>
898d150f 304SMTP>> 250 OK
54c5ebb1
PH
305SMTP<< rcpt to:<2@b>
306using ACL "TESTSUITE/aux-fixed/0386.acl2"
307processing "warn"
308check dnslists = rbl.test.ex
309DNS list check: rbl.test.ex
310using result of previous DNS lookup
311DNS lookup for 13.12.11.V4NET.rbl.test.ex succeeded (yielding 127.0.0.2)
312=> that means V4NET.11.12.13 is listed at rbl.test.ex
313warn: condition test succeeded
314LOG: MAIN
315 H=[V4NET.11.12.13] U=CALLER Warning: found in rbl.test.ex: This is a test blacklisting message
316processing "accept"
317accept: condition test succeeded
898d150f 318SMTP>> 250 Accepted
54c5ebb1 319SMTP<< data
898d150f 320SMTP>> 354 Enter message, ending with "." on a line by itself
54c5ebb1
PH
321search_tidyup called
322host in ignore_fromline_hosts? no (option unset)
323>>Headers received:
324
325search_tidyup called
326>>Headers after rewriting and local additions:
327
328Data file written for message 10HmaY-0005vi-00
329>>Generated Received: header line
330P Received: from [V4NET.11.12.13] (ident=CALLER)
331 by myhost.test.ex with smtp (Exim x.yz)
332 (envelope-from <x@y>)
333 id 10HmaY-0005vi-00
334 for 2@b; Tue, 2 Mar 1999 09:44:33 +0000
335>>Headers added by MAIL or RCPT ACL:
336 X-Warning: V4NET.11.12.13 is listed at rbl.test.ex
337 X-Warning: This is a test blacklisting message
338>>
339calling local_scan(); timeout=300
340local_scan() returned 0 NULL
341Writing spool header file
342Size of headers = sss
343LOG: MAIN
344 <= x@y H=[V4NET.11.12.13] U=CALLER P=smtp S=sss
898d150f 345SMTP>> 250 OK id=10HmaY-0005vi-00
54c5ebb1
PH
346search_tidyup called
347exec TESTSUITE/eximdir/exim -DEXIM_PATH=TESTSUITE/eximdir/exim -C TESTSUITE/test-config -d=0xfbb95cfd -odi -Mc 10HmaY-0005vi-00
348Exim version x.yz ....
349changed uid/gid: forcing real = effective
350 uid=uuuu gid=EXIM_GID pid=pppp
351configuration file is TESTSUITE/test-config
352trusted user
353admin user
354finduser used cached passwd data for CALLER
355set_process_info: pppp delivering specified messages
356set_process_info: pppp delivering 10HmaY-0005vi-00
357reading spool file 10HmaY-0005vi-00-H
358user=CALLER uid=CALLER_UID gid=CALLER_GID sender=x@y
359sender_fullhost = [V4NET.11.12.13]
360sender_rcvhost = [V4NET.11.12.13] (ident=CALLER)
361sender_local=0 ident=CALLER
362Non-recipients:
363Empty Tree
364---- End of tree ----
365recipients_count=1
366body_linecount=1 message_linecount=7
367Delivery address list:
368 2@b
369locking TESTSUITE/spool/db/retry.lockfile
370locked TESTSUITE/spool/db/retry.lockfile
371EXIM_DBOPEN(TESTSUITE/spool/db/retry)
372returned from EXIM_DBOPEN
373no retry data available
374>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
375Considering: 2@b
376unique = 2@b
377no domain retry record
378no address retry record
3792@b: queued for routing
380>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
381routing 2@b
382--------> r1 router <--------
383local_part=2 domain=b
384calling r1 router
385r1 router called for 2@b
386 domain = b
387set transport t1
388queued for t1 transport: local_part = 2
389domain = b
390 errors_to=NULL
391 domain_data=NULL localpart_data=NULL
392routed by r1 router
393 envelope to: 2@b
394 transport: t1
395>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
396After routing:
397 Local deliveries:
398 2@b
399 Remote deliveries:
400 Failed addresses:
401 Deferred addresses:
402search_tidyup called
403>>>>>>>>>>>>>>>> Local deliveries >>>>>>>>>>>>>>>>
404--------> 2@b <--------
405locking TESTSUITE/spool/db/retry.lockfile
406locked TESTSUITE/spool/db/retry.lockfile
407EXIM_DBOPEN(TESTSUITE/spool/db/retry)
408returned from EXIM_DBOPEN
409no retry data available
410search_tidyup called
411changed uid/gid: local delivery to 2 <2@b> transport=t1
412 uid=CALLER_UID gid=CALLER_GID pid=pppp
413 home=NULL current=/
414set_process_info: pppp delivering 10HmaY-0005vi-00 to 2 using t1
415appendfile transport entered
416appendfile: mode=600 notify_comsat=0 quota=0 warning=0
417 file=TESTSUITE/test-mail/2 format=unix
418 message_prefix=From ${if def:return_path{$return_path}{MAILER-DAEMON}} ${tod_bsdinbox}\n
419 message_suffix=\n
420 maildir_use_size_file=no
421 locking by lockfile fcntl
422lock name: TESTSUITE/test-mail/2.lock
423hitch name: TESTSUITE/test-mail/2.lock.test.ex.dddddddd.pppppppp
424lock file created
425mailbox TESTSUITE/test-mail/2 is locked
426writing to file TESTSUITE/test-mail/2
427writing data block fd=10 size=sss timeout=0
428writing data block fd=10 size=sss timeout=0
429writing data block fd=10 size=sss timeout=0
430appendfile yields 0 with errno=dd more_errno=dd
431search_tidyup called
432journalling 2@b
433t1 transport returned OK for 2@b
434post-process 2@b (0)
4352@b delivered
436LOG: MAIN
437 => 2 <2@b> R=r1 T=t1
438>>>>>>>>>>>>>>>> deliveries are done >>>>>>>>>>>>>>>>
439changed uid/gid: post-delivery tidying
440 uid=EXIM_UID gid=EXIM_GID pid=pppp
441set_process_info: pppp tidying up after delivering 10HmaY-0005vi-00
442Processing retry items
443Succeeded addresses:
4442@b: no retry items
445Failed addresses:
446Deferred addresses:
447end of retry processing
448LOG: MAIN
449 Completed
450end delivery of 10HmaY-0005vi-00
451search_tidyup called
452search_tidyup called
453>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
454smtp_setup_msg entered
455SMTP<< quit
898d150f 456SMTP>> 221 myhost.test.ex closing connection
54c5ebb1
PH
457LOG: smtp_connection MAIN
458 SMTP connection from CALLER closed by QUIT
459search_tidyup called
460>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>