Add $smtp_command_history variable
[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>
ddf1b11a 27spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
ad424056 28log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
898d150f 29SMTP>> 250 OK
54c5ebb1
PH
30SMTP<< rcpt to:<B@a.b.c>
31using ACL "acl_rcpt"
32processing "accept"
33check verify = sender
34>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
35Verifying U@W.x.y
cd5567b1 36address match test: subject=U@w.x.y pattern=*@*.x.y
54c5ebb1
PH
37w.x.y in "*.x.y"? yes (matched "*.x.y")
38U@W.x.y in "*@*.x.y"? yes (matched "*@*.x.y")
39LOG: address_rewrite MAIN
40 "U@W.x.y" from env-from rewritten as "U@x.y" by rule 1
41>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
42Considering U@x.y
43>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
44routing U@x.y
45--------> r1 router <--------
46local_part=u domain=x.y
47sender_address=<> local_part=u domain=x.y
48calling r1 router
49r1 router called for U@x.y
50 domain = x.y
51queued for <unset> transport: local_part = u
52domain = x.y
53 errors_to=NULL
54 domain_data=NULL localpart_data=NULL
55routed by r1 router
56 envelope to: U@x.y
57 transport: <none>
58----------- end verify ------------
59sender U@W.x.y verified ok as U@x.y
6968512f 60accept: condition test succeeded in ACL "acl_rcpt"
a7538db1 61end of ACL "acl_rcpt": ACCEPT
898d150f 62SMTP>> 250 Accepted
50dc7409 63DSN: orcpt: NULL flags: 0
54c5ebb1 64SMTP<< quit
898d150f 65SMTP>> 221 myhost.test.ex closing connection
54c5ebb1
PH
66LOG: smtp_connection MAIN
67 SMTP connection from [1.2.3.4] closed by QUIT
68search_tidyup called
69>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>