Logging: Add "D=" to more connection closure log lines. Bug 2434
[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 SMTP>> 220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
24 smtp_setup_msg entered
25 SMTP<< helo [1.2.3.4]
26 [1.2.3.4] in helo_lookup_domains?
27  list element: @
28  list element: @[]
29 [1.2.3.4] in helo_lookup_domains? no (end of list)
30 sender_fullhost = ([1.2.3.4]) [1.2.3.4]
31 sender_rcvhost = [1.2.3.4]
32 set_process_info: pppp handling incoming connection from ([1.2.3.4]) [1.2.3.4]
33 SMTP>> 250 the.local.host.name Hello [1.2.3.4] [1.2.3.4]
34 SMTP<< mail from:<a@b>
35 spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
36 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
37 SMTP>> 250 OK
38 SMTP<< rcpt to:<c@d>
39 using ACL "rcpt"
40 processing "require" (TESTSUITE/test-config 16)
41 check logwrite = sender address is <$sender_address>
42                = sender address is <a@b>
43 LOG: MAIN
44   sender address is <a@b>
45 check verify = sender
46 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
47 Verifying a@b
48 a@b in "a@b"?
49  list element: a@b
50  address match test: subject=a@b pattern=a@b
51  b in "b"?
52   list element: b
53   b in "b"? yes (matched "b")
54  a@b in "a@b"? yes (matched "a@b")
55 LOG: address_rewrite MAIN
56   "a@b" from env-from rewritten as "rewritten-a@rewritten-b" by rule 1
57 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
58 Considering rewritten-a@rewritten-b
59 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
60 routing rewritten-a@rewritten-b
61 --------> r1 router <--------
62 local_part=rewritten-a domain=rewritten-b
63 calling r1 router
64 r1 router called for rewritten-a@rewritten-b
65   domain = rewritten-b
66 set transport t1
67 queued for t1 transport: local_part = rewritten-a
68 domain = rewritten-b
69   errors_to=NULL
70   domain_data=NULL local_part_data=NULL
71 routed by r1 router
72   envelope to: rewritten-a@rewritten-b
73   transport: t1
74 ----------- end verify ------------
75 sender a@b verified ok as rewritten-a@rewritten-b
76 require: condition test succeeded in ACL "rcpt"
77 processing "accept" (TESTSUITE/test-config 18)
78 accept: condition test succeeded in ACL "rcpt"
79 end of ACL "rcpt": ACCEPT
80 SMTP>> 250 Accepted
81 SMTP<< rcpt to:<e@f>
82 using ACL "rcpt"
83 processing "require" (TESTSUITE/test-config 16)
84 check logwrite = sender address is <$sender_address>
85                = sender address is <rewritten-a@rewritten-b>
86 LOG: MAIN
87   sender address is <rewritten-a@rewritten-b>
88 check verify = sender
89 using cached sender verify result
90 require: condition test succeeded in ACL "rcpt"
91 processing "accept" (TESTSUITE/test-config 18)
92 accept: condition test succeeded in ACL "rcpt"
93 end of ACL "rcpt": ACCEPT
94 SMTP>> 250 Accepted
95 SMTP<< quit
96 SMTP>> 221 the.local.host.name closing connection
97 LOG: smtp_connection MAIN
98   SMTP connection from ([1.2.3.4]) [1.2.3.4] D=qqs closed by QUIT
99 search_tidyup called
100 >>>>>>>>>>>>>>>> Exim pid=p1234 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>