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