Magnus' patch for $sending_ip_address and $sending_port.
[exim.git] / test / stderr / 0294
CommitLineData
54c5ebb1
PH
1Exim version x.yz ....
2configuration file is TESTSUITE/test-config
3trusted user
4admin user
5originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
6sender address = NULL
7LOG: smtp_connection MAIN
8 SMTP connection from CALLER
898d150f 9SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
54c5ebb1
PH
10smtp_setup_msg entered
11SMTP<< mail from:<x@y>
898d150f 12SMTP>> 250 OK
54c5ebb1 13SMTP<< rcpt to:<one@z>
898d150f 14SMTP>> 250 Accepted
54c5ebb1
PH
15SMTP<< rcpt to:<one@z>
16rate limit RCPT: delay 0.25 sec
898d150f 17SMTP>> 250 Accepted
54c5ebb1
PH
18SMTP<< rcpt to:<one@z>
19rate limit RCPT: delay 0.263 sec
898d150f 20SMTP>> 250 Accepted
54c5ebb1
PH
21SMTP<< rcpt to:<one@z>
22rate limit RCPT: delay 0.276 sec
898d150f 23SMTP>> 250 Accepted
54c5ebb1
PH
24SMTP<< rcpt to:<one@z>
25rate limit RCPT: delay 0.289 sec
898d150f 26SMTP>> 250 Accepted
54c5ebb1 27SMTP<< data
898d150f 28SMTP>> 354 Enter message, ending with "." on a line by itself
54c5ebb1
PH
29>>Headers received:
30
31>>Headers after rewriting and local additions:
32I Message-Id: <E10HmaX-0005vi-00@myhost.test.ex>
33F From: x@y
34 Date: Tue, 2 Mar 1999 09:44:33 +0000
35
36Data file written for message 10HmaX-0005vi-00
37>>Generated Received: header line
38P Received: from CALLER by myhost.test.ex with local-smtp (Exim x.yz)
39 (envelope-from <x@y>)
40 id 10HmaX-0005vi-00; Tue, 2 Mar 1999 09:44:33 +0000
41calling local_scan(); timeout=300
42local_scan() returned 0 NULL
43Writing spool header file
44Size of headers = sss
45LOG: MAIN
46 <= x@y U=CALLER P=local-smtp S=sss
47created log directory TESTSUITE/spool/log
898d150f 48SMTP>> 250 OK id=10HmaX-0005vi-00
54c5ebb1
PH
49smtp_setup_msg entered
50SMTP<< mail from:<x@y>
51rate limit MAIL: delay 1 sec
898d150f 52SMTP>> 250 OK
54c5ebb1 53SMTP<< rcpt to:<two@z>
898d150f 54SMTP>> 250 Accepted
54c5ebb1 55SMTP<< data
898d150f 56SMTP>> 354 Enter message, ending with "." on a line by itself
54c5ebb1
PH
57>>Headers received:
58
59>>Headers after rewriting and local additions:
60I Message-Id: <E10HmaY-0005vi-00@myhost.test.ex>
61F From: x@y
62 Date: Tue, 2 Mar 1999 09:44:33 +0000
63
64Data file written for message 10HmaY-0005vi-00
65>>Generated Received: header line
66P Received: from CALLER by myhost.test.ex with local-smtp (Exim x.yz)
67 (envelope-from <x@y>)
68 id 10HmaY-0005vi-00
69 for two@z; Tue, 2 Mar 1999 09:44:33 +0000
70calling local_scan(); timeout=300
71local_scan() returned 0 NULL
72Writing spool header file
73Size of headers = sss
74LOG: MAIN
75 <= x@y U=CALLER P=local-smtp S=sss
898d150f 76SMTP>> 250 OK id=10HmaY-0005vi-00
54c5ebb1
PH
77smtp_setup_msg entered
78SMTP<< mail from:<x@y>
79rate limit MAIL: delay 2 sec
898d150f 80SMTP>> 250 OK
54c5ebb1 81SMTP<< quit
898d150f 82SMTP>> 221 myhost.test.ex closing connection
54c5ebb1
PH
83LOG: smtp_connection MAIN
84 SMTP connection from CALLER closed by QUIT
85>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
86Exim version x.yz ....
87configuration file is TESTSUITE/test-config
88trusted user
89admin user
90originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
91sender address = CALLER@myhost.test.ex
92host in hosts_connection_nolog? no (option unset)
93LOG: smtp_connection MAIN
94 SMTP connection from [1.2.3.4]
95host in host_lookup? no (option unset)
96host in host_reject_connection? no (option unset)
97host in sender_unqualified_hosts? no (option unset)
98host in recipient_unqualified_hosts? no (option unset)
99host in helo_verify_hosts? no (option unset)
100host in helo_try_verify_hosts? no (option unset)
101host in helo_accept_junk_hosts? no (option unset)
898d150f 102SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
54c5ebb1
PH
103smtp_setup_msg entered
104SMTP<< mail from:<x@y>
898d150f 105SMTP>> 250 OK
54c5ebb1
PH
106SMTP<< rcpt to:<one@z>
107processing "deny"
108check local_parts = reject
109one in "reject"? no (end of list)
110deny: condition test failed
111processing "accept"
112accept: condition test succeeded
898d150f 113SMTP>> 250 Accepted
54c5ebb1
PH
114SMTP<< rcpt to:<one@z>
115host in smtp_ratelimit_hosts? no (end of list)
116processing "deny"
117check local_parts = reject
118one in "reject"? no (end of list)
119deny: condition test failed
120processing "accept"
121accept: condition test succeeded
898d150f 122SMTP>> 250 Accepted
54c5ebb1 123SMTP<< quit
898d150f 124SMTP>> 221 myhost.test.ex closing connection
54c5ebb1
PH
125LOG: smtp_connection MAIN
126 SMTP connection from [1.2.3.4] closed by QUIT
127>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
128Exim version x.yz ....
129configuration file is TESTSUITE/test-config
130trusted user
131admin user
132originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
133sender address = CALLER@myhost.test.ex
134host in hosts_connection_nolog? no (option unset)
135LOG: smtp_connection MAIN
136 SMTP connection from [V4NET.9.8.7]
137host in host_lookup? no (option unset)
138host in host_reject_connection? no (option unset)
139host in sender_unqualified_hosts? no (option unset)
140host in recipient_unqualified_hosts? no (option unset)
141host in helo_verify_hosts? no (option unset)
142host in helo_try_verify_hosts? no (option unset)
143host in helo_accept_junk_hosts? no (option unset)
898d150f 144SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
54c5ebb1
PH
145smtp_setup_msg entered
146SMTP<< mail from:<x@y>
898d150f 147SMTP>> 250 OK
54c5ebb1
PH
148SMTP<< rcpt to:<one@z>
149processing "deny"
150check local_parts = reject
151one in "reject"? no (end of list)
152deny: condition test failed
153processing "accept"
154accept: condition test succeeded
898d150f 155SMTP>> 250 Accepted
54c5ebb1
PH
156SMTP<< rcpt to:<one@z>
157host in smtp_ratelimit_hosts? yes (matched "V4NET.9.8.7")
158rate limit RCPT: delay 0.25 sec
159processing "deny"
160check local_parts = reject
161one in "reject"? no (end of list)
162deny: condition test failed
163processing "accept"
164accept: condition test succeeded
898d150f 165SMTP>> 250 Accepted
54c5ebb1 166SMTP<< quit
898d150f 167SMTP>> 221 myhost.test.ex closing connection
54c5ebb1
PH
168LOG: smtp_connection MAIN
169 SMTP connection from [V4NET.9.8.7] closed by QUIT
170>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
171Exim version x.yz ....
172configuration file is TESTSUITE/test-config
173trusted user
174admin user
175originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
176sender address = NULL
177LOG: smtp_connection MAIN
178 SMTP connection from CALLER
898d150f 179SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
54c5ebb1
PH
180smtp_setup_msg entered
181SMTP<< mail from:<x@y>
898d150f 182SMTP>> 250 OK
54c5ebb1 183SMTP<< rcpt to:<reject@z>
898d150f 184SMTP>> 550 Administrative prohibition
54c5ebb1
PH
185LOG: MAIN REJECT
186 U=CALLER F=<x@y> rejected RCPT <reject@z>
187SMTP<< rcpt to:<reject@z>
188rate limit RCPT: delay 0.25 sec
898d150f 189SMTP>> 550 Administrative prohibition
54c5ebb1
PH
190LOG: MAIN REJECT
191 U=CALLER F=<x@y> rejected RCPT <reject@z>
192SMTP<< rcpt to:<reject@z>
193rate limit RCPT: delay 0.263 sec
898d150f 194SMTP>> 550 Administrative prohibition
54c5ebb1
PH
195LOG: MAIN REJECT
196 U=CALLER F=<x@y> rejected RCPT <reject@z>
197SMTP<< rcpt to:<reject@z>
198rate limit RCPT: delay 0.276 sec
898d150f 199SMTP>> 550 Administrative prohibition
54c5ebb1
PH
200LOG: MAIN REJECT
201 U=CALLER F=<x@y> rejected RCPT <reject@z>
202SMTP<< rcpt to:<reject@z>
203rate limit RCPT: delay 0.289 sec
898d150f 204SMTP>> 550 Administrative prohibition
54c5ebb1
PH
205LOG: MAIN REJECT
206 U=CALLER F=<x@y> rejected RCPT <reject@z>
207SMTP<< rset
898d150f 208SMTP>> 250 Reset OK
54c5ebb1
PH
209SMTP<< mail from:<x@y>
210rate limit MAIL: delay 1 sec
898d150f 211SMTP>> 250 OK
54c5ebb1 212SMTP<< rcpt to:<reject@z>
898d150f 213SMTP>> 550 Administrative prohibition
54c5ebb1
PH
214LOG: MAIN REJECT
215 U=CALLER F=<x@y> rejected RCPT <reject@z>
216SMTP<< rset
898d150f 217SMTP>> 250 Reset OK
54c5ebb1
PH
218SMTP<< mail from:<x@y>
219rate limit MAIL: delay 2 sec
898d150f 220SMTP>> 250 OK
54c5ebb1 221SMTP<< quit
898d150f 222SMTP>> 221 myhost.test.ex closing connection
54c5ebb1
PH
223LOG: smtp_connection MAIN
224 SMTP connection from CALLER closed by QUIT
225>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>