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