Debug: output type of process as it terminates
[exim.git] / test / stderr / 0479
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
5admin user
6changed uid/gid: privilege not needed
7 uid=EXIM_UID gid=EXIM_GID pid=pppp
50dc7409 8DSN: r1 propagating DSN
54c5ebb1
PH
9originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
10sender address = CALLER@the.local.host.name
11sender_fullhost = [1.2.3.4]
12sender_rcvhost = [1.2.3.4]
13host in hosts_connection_nolog? no (option unset)
14LOG: smtp_connection MAIN
15 SMTP connection from [1.2.3.4]
16host in host_lookup? no (option unset)
17set_process_info: pppp handling incoming connection from [1.2.3.4]
18host in host_reject_connection? no (option unset)
19host in sender_unqualified_hosts? no (option unset)
20host in recipient_unqualified_hosts? no (option unset)
21host in helo_verify_hosts? no (option unset)
22host in helo_try_verify_hosts? no (option unset)
23host in helo_accept_junk_hosts? no (option unset)
898d150f 24SMTP>> 220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
54c5ebb1
PH
25smtp_setup_msg entered
26SMTP<< helo [1.2.3.4]
27[1.2.3.4] in helo_lookup_domains? no (end of list)
28sender_fullhost = ([1.2.3.4]) [1.2.3.4]
29sender_rcvhost = [1.2.3.4]
30set_process_info: pppp handling incoming connection from ([1.2.3.4]) [1.2.3.4]
898d150f 31SMTP>> 250 the.local.host.name Hello [1.2.3.4] [1.2.3.4]
54c5ebb1 32SMTP<< mail from:<a@b>
ddf1b11a 33spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
ad424056 34log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
898d150f 35SMTP>> 250 OK
54c5ebb1
PH
36SMTP<< rcpt to:<c@d>
37using ACL "rcpt"
38processing "require"
39check logwrite = sender address is <$sender_address>
40 = sender address is <a@b>
41LOG: MAIN
42 sender address is <a@b>
43check verify = sender
44>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
45Verifying a@b
cd5567b1 46address match test: subject=a@b pattern=a@b
54c5ebb1
PH
47b in "b"? yes (matched "b")
48a@b in "a@b"? yes (matched "a@b")
49LOG: address_rewrite MAIN
50 "a@b" from env-from rewritten as "rewritten-a@rewritten-b" by rule 1
51>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
52Considering rewritten-a@rewritten-b
53>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
54routing rewritten-a@rewritten-b
55--------> r1 router <--------
56local_part=rewritten-a domain=rewritten-b
57calling r1 router
58r1 router called for rewritten-a@rewritten-b
59 domain = rewritten-b
60set transport t1
61queued for t1 transport: local_part = rewritten-a
62domain = rewritten-b
63 errors_to=NULL
64 domain_data=NULL localpart_data=NULL
65routed by r1 router
66 envelope to: rewritten-a@rewritten-b
67 transport: t1
68----------- end verify ------------
69sender a@b verified ok as rewritten-a@rewritten-b
6968512f 70require: condition test succeeded in ACL "rcpt"
54c5ebb1 71processing "accept"
6968512f 72accept: condition test succeeded in ACL "rcpt"
a7538db1 73end of ACL "rcpt": ACCEPT
898d150f 74SMTP>> 250 Accepted
50dc7409 75DSN: orcpt: NULL flags: 0
54c5ebb1
PH
76SMTP<< rcpt to:<e@f>
77using ACL "rcpt"
78processing "require"
79check logwrite = sender address is <$sender_address>
80 = sender address is <rewritten-a@rewritten-b>
81LOG: MAIN
82 sender address is <rewritten-a@rewritten-b>
83check verify = sender
84using cached sender verify result
6968512f 85require: condition test succeeded in ACL "rcpt"
54c5ebb1 86processing "accept"
6968512f 87accept: condition test succeeded in ACL "rcpt"
a7538db1 88end of ACL "rcpt": ACCEPT
898d150f 89SMTP>> 250 Accepted
50dc7409 90DSN: orcpt: NULL flags: 0
54c5ebb1 91SMTP<< quit
898d150f 92SMTP>> 221 the.local.host.name closing connection
54c5ebb1
PH
93LOG: smtp_connection MAIN
94 SMTP connection from ([1.2.3.4]) [1.2.3.4] closed by QUIT
95search_tidyup called
9bfb7e1b 96>>>>>>>>>>>>>>>> Exim pid=pppp (main) terminating with rc=0 >>>>>>>>>>>>>>>>