2 configuration file is TESTSUITE/test-config
5 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
7 LOG: smtp_connection MAIN
8 SMTP connection from CALLER
9 SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
10 smtp_setup_msg entered
11 SMTP<< mail from:<x@y>
13 SMTP<< rcpt to:<one@z>
15 SMTP<< rcpt to:<one@z>
16 rate limit RCPT: delay 0.25 sec
18 SMTP<< rcpt to:<one@z>
19 rate limit RCPT: delay 0.263 sec
21 SMTP<< rcpt to:<one@z>
22 rate limit RCPT: delay 0.276 sec
24 SMTP<< rcpt to:<one@z>
25 rate limit RCPT: delay 0.289 sec
28 SMTP>> 354 Enter message, ending with "." on a line by itself
31 >>Headers after rewriting and local additions:
32 I Message-Id: <E10HmaX-0005vi-00@myhost.test.ex>
34 Date: Tue, 2 Mar 1999 09:44:33 +0000
36 Data file written for message 10HmaX-0005vi-00
37 >>Generated Received: header line
38 P Received: from CALLER by myhost.test.ex with local-smtp (Exim x.yz)
40 id 10HmaX-0005vi-00; Tue, 2 Mar 1999 09:44:33 +0000
41 calling local_scan(); timeout=300
42 local_scan() returned 0 NULL
43 Writing spool header file
46 <= x@y U=CALLER P=local-smtp S=sss
47 created log directory TESTSUITE/spool/log
48 SMTP>> 250 OK id=10HmaX-0005vi-00
49 smtp_setup_msg entered
50 SMTP<< mail from:<x@y>
51 rate limit MAIL: delay 1 sec
53 SMTP<< rcpt to:<two@z>
56 SMTP>> 354 Enter message, ending with "." on a line by itself
59 >>Headers after rewriting and local additions:
60 I Message-Id: <E10HmaY-0005vi-00@myhost.test.ex>
62 Date: Tue, 2 Mar 1999 09:44:33 +0000
64 Data file written for message 10HmaY-0005vi-00
65 >>Generated Received: header line
66 P Received: from CALLER by myhost.test.ex with local-smtp (Exim x.yz)
69 for two@z; Tue, 2 Mar 1999 09:44:33 +0000
70 calling local_scan(); timeout=300
71 local_scan() returned 0 NULL
72 Writing spool header file
75 <= x@y U=CALLER P=local-smtp S=sss
76 SMTP>> 250 OK id=10HmaY-0005vi-00
77 smtp_setup_msg entered
78 SMTP<< mail from:<x@y>
79 rate limit MAIL: delay 2 sec
82 SMTP>> 221 myhost.test.ex closing connection
83 LOG: smtp_connection MAIN
84 SMTP connection from CALLER closed by QUIT
85 >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
86 Exim version x.yz ....
87 configuration file is TESTSUITE/test-config
90 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
91 sender address = CALLER@myhost.test.ex
92 host in hosts_connection_nolog? no (option unset)
93 LOG: smtp_connection MAIN
94 SMTP connection from [1.2.3.4]
95 host in host_lookup? no (option unset)
96 host in host_reject_connection? no (option unset)
97 host in sender_unqualified_hosts? no (option unset)
98 host in recipient_unqualified_hosts? no (option unset)
99 host in helo_verify_hosts? no (option unset)
100 host in helo_try_verify_hosts? no (option unset)
101 host in helo_accept_junk_hosts? no (option unset)
102 SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
103 smtp_setup_msg entered
104 SMTP<< mail from:<x@y>
106 SMTP<< rcpt to:<one@z>
108 check local_parts = reject
109 one in "reject"? no (end of list)
110 deny: condition test failed in inline ACL
112 accept: condition test succeeded in inline ACL
113 end of inline ACL: ACCEPT
115 SMTP<< rcpt to:<one@z>
116 host in smtp_ratelimit_hosts? no (end of list)
118 check local_parts = reject
119 one in "reject"? no (end of list)
120 deny: condition test failed in inline ACL
122 accept: condition test succeeded in inline ACL
123 end of inline ACL: ACCEPT
126 SMTP>> 221 myhost.test.ex closing connection
127 LOG: smtp_connection MAIN
128 SMTP connection from [1.2.3.4] closed by QUIT
129 >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
130 Exim version x.yz ....
131 configuration file is TESTSUITE/test-config
134 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
135 sender address = CALLER@myhost.test.ex
136 host in hosts_connection_nolog? no (option unset)
137 LOG: smtp_connection MAIN
138 SMTP connection from [V4NET.9.8.7]
139 host in host_lookup? no (option unset)
140 host in host_reject_connection? no (option unset)
141 host in sender_unqualified_hosts? no (option unset)
142 host in recipient_unqualified_hosts? no (option unset)
143 host in helo_verify_hosts? no (option unset)
144 host in helo_try_verify_hosts? no (option unset)
145 host in helo_accept_junk_hosts? no (option unset)
146 SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
147 smtp_setup_msg entered
148 SMTP<< mail from:<x@y>
150 SMTP<< rcpt to:<one@z>
152 check local_parts = reject
153 one in "reject"? no (end of list)
154 deny: condition test failed in inline ACL
156 accept: condition test succeeded in inline ACL
157 end of inline ACL: ACCEPT
159 SMTP<< rcpt to:<one@z>
160 host in smtp_ratelimit_hosts? yes (matched "V4NET.9.8.7")
161 rate limit RCPT: delay 0.25 sec
163 check local_parts = reject
164 one in "reject"? no (end of list)
165 deny: condition test failed in inline ACL
167 accept: condition test succeeded in inline ACL
168 end of inline ACL: ACCEPT
171 SMTP>> 221 myhost.test.ex closing connection
172 LOG: smtp_connection MAIN
173 SMTP connection from [V4NET.9.8.7] closed by QUIT
174 >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
175 Exim version x.yz ....
176 configuration file is TESTSUITE/test-config
179 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
180 sender address = NULL
181 LOG: smtp_connection MAIN
182 SMTP connection from CALLER
183 SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
184 smtp_setup_msg entered
185 SMTP<< mail from:<x@y>
187 SMTP<< rcpt to:<reject@z>
188 SMTP>> 550 Administrative prohibition
190 U=CALLER F=<x@y> rejected RCPT <reject@z>
191 SMTP<< rcpt to:<reject@z>
192 rate limit RCPT: delay 0.25 sec
193 SMTP>> 550 Administrative prohibition
195 U=CALLER F=<x@y> rejected RCPT <reject@z>
196 SMTP<< rcpt to:<reject@z>
197 rate limit RCPT: delay 0.263 sec
198 SMTP>> 550 Administrative prohibition
200 U=CALLER F=<x@y> rejected RCPT <reject@z>
201 SMTP<< rcpt to:<reject@z>
202 rate limit RCPT: delay 0.276 sec
203 SMTP>> 550 Administrative prohibition
205 U=CALLER F=<x@y> rejected RCPT <reject@z>
206 SMTP<< rcpt to:<reject@z>
207 rate limit RCPT: delay 0.289 sec
208 SMTP>> 550 Administrative prohibition
210 U=CALLER F=<x@y> rejected RCPT <reject@z>
213 SMTP<< mail from:<x@y>
214 rate limit MAIL: delay 1 sec
216 SMTP<< rcpt to:<reject@z>
217 SMTP>> 550 Administrative prohibition
219 U=CALLER F=<x@y> rejected RCPT <reject@z>
222 SMTP<< mail from:<x@y>
223 rate limit MAIL: delay 2 sec
226 SMTP>> 221 myhost.test.ex closing connection
227 LOG: smtp_connection MAIN
228 SMTP connection from CALLER closed by QUIT
229 >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>