Add the Exim version to process info (exiwhat)
[exim.git] / test / stderr / 0391
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@myhost.test.ex
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 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
54c5ebb1
PH
25smtp_setup_msg entered
26SMTP<< mail from:<U@W.x.y>
898d150f 27SMTP>> 250 OK
54c5ebb1
PH
28SMTP<< rcpt to:<B@a.b.c>
29using ACL "acl_rcpt"
30processing "accept"
31check verify = sender
32>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
33Verifying U@W.x.y
cd5567b1 34address match test: subject=U@w.x.y pattern=*@*.x.y
54c5ebb1
PH
35w.x.y in "*.x.y"? yes (matched "*.x.y")
36U@W.x.y in "*@*.x.y"? yes (matched "*@*.x.y")
37LOG: address_rewrite MAIN
38 "U@W.x.y" from env-from rewritten as "U@x.y" by rule 1
39>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
40Considering U@x.y
41>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
42routing U@x.y
43--------> r1 router <--------
44local_part=u domain=x.y
45sender_address=<> local_part=u domain=x.y
46calling r1 router
47r1 router called for U@x.y
48 domain = x.y
49queued for <unset> transport: local_part = u
50domain = x.y
51 errors_to=NULL
52 domain_data=NULL localpart_data=NULL
53routed by r1 router
54 envelope to: U@x.y
55 transport: <none>
56----------- end verify ------------
57sender U@W.x.y verified ok as U@x.y
6968512f 58accept: condition test succeeded in ACL "acl_rcpt"
a7538db1 59end of ACL "acl_rcpt": ACCEPT
898d150f 60SMTP>> 250 Accepted
50dc7409 61DSN: orcpt: NULL flags: 0
54c5ebb1 62SMTP<< quit
898d150f 63SMTP>> 221 myhost.test.ex closing connection
54c5ebb1
PH
64LOG: smtp_connection MAIN
65 SMTP connection from [1.2.3.4] closed by QUIT
66search_tidyup called
67>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>