Fix cutthrough delivery for more than one iteration of address redirection. Bug...
[exim.git] / test / stderr / 0094
... / ...
CommitLineData
1>>> host in hosts_connection_nolog? no (option unset)
2>>> host in host_lookup? yes (matched "0.0.0.0/0")
3>>> looking up host name for V4NET.11.12.13
4LOG: no host name found for IP address V4NET.11.12.13
5>>> host in host_reject_connection? no (option unset)
6>>> host in sender_unqualified_hosts? no (option unset)
7>>> host in recipient_unqualified_hosts? no (option unset)
8>>> host in helo_verify_hosts? no (option unset)
9>>> host in helo_try_verify_hosts? no (option unset)
10>>> host in helo_accept_junk_hosts? no (option unset)
11>>> using ACL "check_recipient"
12>>> processing "accept"
13>>> check hosts = :
14>>> host in ":"? no (end of list)
15>>> accept: condition test failed in ACL "check_recipient"
16>>> processing "accept"
17>>> check domains = +local_domains
18>>> cam.ac.uk in "test.ex"? no (end of list)
19>>> cam.ac.uk in "+local_domains"? no (end of list)
20>>> accept: condition test failed in ACL "check_recipient"
21>>> processing "accept"
22>>> check hosts = +relay_hosts
23>>> sender host name required, to match against *.masq.test.ex
24>>> host in "*.masq.test.ex"? no (failed to find host name for V4NET.11.12.13)
25>>> host in "+relay_hosts"? no (end of list)
26>>> accept: condition test failed in ACL "check_recipient"
27>>> processing "deny"
28>>> message: relay not permitted
29>>> deny: condition test succeeded in ACL "check_recipient"
30>>> end of ACL "check_recipient": DENY
31LOG: H=[V4NET.11.12.13] F=<userx@cam.ac.uk> rejected RCPT <userx@cam.ac.uk>: relay not permitted
32>>> host in hosts_connection_nolog? no (option unset)
33>>> host in host_lookup? yes (matched "0.0.0.0/0")
34>>> looking up host name for V4NET.0.0.1
35>>> IP address lookup yielded "ten-1.test.ex"
36>>> checking addresses for ten-1.test.ex
37>>> V4NET.0.0.1 OK
38>>> host in host_reject_connection? no (option unset)
39>>> host in sender_unqualified_hosts? no (option unset)
40>>> host in recipient_unqualified_hosts? no (option unset)
41>>> host in helo_verify_hosts? no (option unset)
42>>> host in helo_try_verify_hosts? no (option unset)
43>>> host in helo_accept_junk_hosts? no (option unset)
44>>> using ACL "check_recipient"
45>>> processing "accept"
46>>> check hosts = :
47>>> host in ":"? no (end of list)
48>>> accept: condition test failed in ACL "check_recipient"
49>>> processing "accept"
50>>> check domains = +local_domains
51>>> cam.ac.uk in "test.ex"? no (end of list)
52>>> cam.ac.uk in "+local_domains"? no (end of list)
53>>> accept: condition test failed in ACL "check_recipient"
54>>> processing "accept"
55>>> check hosts = +relay_hosts
56>>> host in "*.masq.test.ex"? no (end of list)
57>>> host in "+relay_hosts"? no (end of list)
58>>> accept: condition test failed in ACL "check_recipient"
59>>> processing "deny"
60>>> message: relay not permitted
61>>> deny: condition test succeeded in ACL "check_recipient"
62>>> end of ACL "check_recipient": DENY
63LOG: H=ten-1.test.ex [V4NET.0.0.1] F=<userx@cam.ac.uk> rejected RCPT <userx@cam.ac.uk>: relay not permitted
64Exim version x.yz ....
65changed uid/gid: forcing real = effective
66 uid=uuuu gid=CALLER_GID pid=pppp
67configuration file is TESTSUITE/test-config
68admin user
69changed uid/gid: privilege not needed
70 uid=EXIM_UID gid=EXIM_GID pid=pppp
71seeking password data for user "CALLER": cache not available
72getpwnam() succeeded uid=CALLER_UID gid=CALLER_GID
73originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
74sender address = CALLER@test.ex
75sender_fullhost = [V4NET.99.99.90]
76sender_rcvhost = [V4NET.99.99.90]
77host in hosts_connection_nolog? no (option unset)
78LOG: smtp_connection MAIN
79 SMTP connection from [V4NET.99.99.90]
80host in host_lookup? yes (matched "0.0.0.0/0")
81looking up host name for V4NET.99.99.90
82DNS lookup of 90.99.99.V4NET.in-addr.arpa (PTR) using fakens
83DNS lookup of 90.99.99.V4NET.in-addr.arpa (PTR) succeeded
84IP address lookup yielded "oneback.test.ex"
85 alias "host1.masq.test.ex"
86DNS lookup of oneback.test.ex (A) using fakens
87DNS lookup of oneback.test.ex (A) succeeded
88oneback.test.ex V4NET.99.99.90 mx=-1 sort=xx
89checking addresses for oneback.test.ex
90Forward DNS security status: unverified
91 V4NET.99.99.90 OK
92DNS lookup of host1.masq.test.ex (A) using fakens
93DNS lookup of host1.masq.test.ex (A) succeeded
94host1.masq.test.ex V4NET.90.90.90 mx=-1 sort=xx
95checking addresses for host1.masq.test.ex
96Forward DNS security status: unverified
97 V4NET.90.90.90
98no IP address for host1.masq.test.ex matched V4NET.99.99.90
99sender_fullhost = oneback.test.ex [V4NET.99.99.90]
100sender_rcvhost = oneback.test.ex ([V4NET.99.99.90])
101set_process_info: pppp handling incoming connection from oneback.test.ex [V4NET.99.99.90]
102host in host_reject_connection? no (option unset)
103host in sender_unqualified_hosts? no (option unset)
104host in recipient_unqualified_hosts? no (option unset)
105host in helo_verify_hosts? no (option unset)
106host in helo_try_verify_hosts? no (option unset)
107host in helo_accept_junk_hosts? no (option unset)
108SMTP>> 220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
109smtp_setup_msg entered
110SMTP<< mail from:<userx@test.ex>
111spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
112log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
113SMTP>> 250 OK
114SMTP<< rcpt to:<userx@test.ex>
115using ACL "check_recipient"
116processing "accept"
117check hosts = :
118host in ":"? no (end of list)
119accept: condition test failed in ACL "check_recipient"
120processing "accept"
121check domains = +local_domains
122test.ex in "test.ex"? yes (matched "test.ex")
123test.ex in "+local_domains"? yes (matched "+local_domains")
124accept: condition test succeeded in ACL "check_recipient"
125end of ACL "check_recipient": ACCEPT
126SMTP>> 250 Accepted
127DSN: orcpt: NULL flags: 0
128SMTP<< rcpt to:<userx@cam.ac.uk>
129using ACL "check_recipient"
130processing "accept"
131check hosts = :
132host in ":"? no (end of list)
133accept: condition test failed in ACL "check_recipient"
134processing "accept"
135check domains = +local_domains
136cam.ac.uk in "test.ex"? no (end of list)
137cam.ac.uk in "+local_domains"? no (end of list)
138accept: condition test failed in ACL "check_recipient"
139processing "accept"
140check hosts = +relay_hosts
141host in "*.masq.test.ex"? no (end of list)
142host in "+relay_hosts"? no (end of list)
143accept: condition test failed in ACL "check_recipient"
144processing "deny"
145 message: relay not permitted
146deny: condition test succeeded in ACL "check_recipient"
147end of ACL "check_recipient": DENY
148SMTP>> 550 relay not permitted
149LOG: MAIN REJECT
150 H=oneback.test.ex [V4NET.99.99.90] F=<userx@test.ex> rejected RCPT <userx@cam.ac.uk>: relay not permitted
151SMTP<< quit
152SMTP>> 221 the.local.host.name closing connection
153LOG: smtp_connection MAIN
154 SMTP connection from oneback.test.ex [V4NET.99.99.90] closed by QUIT
155search_tidyup called
156>>>>>>>>>>>>>>>> Exim pid=pppp (main) terminating with rc=0 >>>>>>>>>>>>>>>>