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