Debug: output type of process as it terminates
[exim.git] / test / stderr / 0362
1 Exim version x.yz ....
2 changed uid/gid: forcing real = effective
3 uid=uuuu gid=CALLER_GID pid=pppp
4 configuration file is TESTSUITE/test-config
5 admin user
6 changed uid/gid: privilege not needed
7 uid=EXIM_UID gid=EXIM_GID pid=pppp
8 DSN: r1 propagating DSN
9 DSN: r2 propagating DSN
10 seeking password data for user "CALLER": cache not available
11 getpwnam() succeeded uid=CALLER_UID gid=CALLER_GID
12 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
13 sender address = CALLER@test.ex
14 sender_fullhost = [V4NET.0.0.0]
15 sender_rcvhost = [V4NET.0.0.0]
16 host in hosts_connection_nolog? no (option unset)
17 LOG: smtp_connection MAIN
18 SMTP connection from [V4NET.0.0.0]
19 host in host_lookup? no (option unset)
20 set_process_info: pppp handling incoming connection from [V4NET.0.0.0]
21 host in host_reject_connection? no (option unset)
22 host in sender_unqualified_hosts? no (option unset)
23 host in recipient_unqualified_hosts? no (option unset)
24 host in helo_verify_hosts? no (option unset)
25 host in helo_try_verify_hosts? no (option unset)
26 host in helo_accept_junk_hosts? no (option unset)
27 SMTP>> 220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
28 smtp_setup_msg entered
29 SMTP<< mail from:<x@y>
30 spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
31 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
32 SMTP>> 250 OK
33 SMTP<< rcpt to:<x@a.b.c>
34 using ACL "check_rcpt"
35 processing "accept"
36 check domains = +local_domains
37 a.b.c in "*.test.ex"? no (end of list)
38 a.b.c in "+local_domains"? no (end of list)
39 accept: condition test failed in ACL "check_rcpt"
40 processing "accept"
41 check domains = +relay_domains
42 a.b.c in "a.b.c"? yes (matched "a.b.c")
43 a.b.c in "+relay_domains"? yes (matched "+relay_domains")
44 check verify = recipient
45 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
46 Verifying x@a.b.c
47 address match test: subject=x@a.b.c pattern=x@a.b.c
48 a.b.c in "a.b.c"? yes (matched "a.b.c")
49 x@a.b.c in "x@a.b.c"? yes (matched "x@a.b.c")
50 LOG: address_rewrite MAIN
51 "x@a.b.c" from env-to rewritten as "x@x.test.ex" by rule 1
52 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
53 Considering x@x.test.ex
54 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
55 routing x@x.test.ex
56 --------> r1 router <--------
57 local_part=x domain=x.test.ex
58 checking domains
59 x.test.ex in "a.b.c"? no (end of list)
60 x.test.ex in "+relay_domains"? no (end of list)
61 r1 router skipped: domains mismatch
62 --------> r2 router <--------
63 local_part=x domain=x.test.ex
64 checking domains
65 x.test.ex in "*.test.ex"? yes (matched "*.test.ex")
66 x.test.ex in "+local_domains"? yes (matched "+local_domains")
67 calling r2 router
68 r2 router called for x@x.test.ex
69 domain = x.test.ex
70 set transport t2
71 queued for t2 transport: local_part = x
72 domain = x.test.ex
73 errors_to=NULL
74 domain_data=NULL localpart_data=NULL
75 routed by r2 router
76 envelope to: x@x.test.ex
77 transport: t2
78 ----------- end verify ------------
79 accept: condition test succeeded in ACL "check_rcpt"
80 end of ACL "check_rcpt": ACCEPT
81 SMTP>> 250 Accepted
82 DSN: orcpt: NULL flags: 0
83 SMTP<< quit
84 SMTP>> 221 the.local.host.name closing connection
85 LOG: smtp_connection MAIN
86 SMTP connection from [V4NET.0.0.0] closed by QUIT
87 search_tidyup called
88 >>>>>>>>>>>>>>>> Exim pid=pppp (main) terminating with rc=0 >>>>>>>>>>>>>>>>