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