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