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
12 SMTP>> 250 myhost.test.ex Hello CALLER at test
13 SMTP<< mail from:<x@y>
14 spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
15 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
17 SMTP<< rcpt to:<one@z>
19 SMTP<< rcpt to:<one@z>
20 rate limit RCPT: delay 0.25 sec
22 SMTP<< rcpt to:<one@z>
23 rate limit RCPT: delay 0.263 sec
25 SMTP<< rcpt to:<one@z>
26 rate limit RCPT: delay 0.276 sec
28 SMTP<< rcpt to:<one@z>
29 rate limit RCPT: delay 0.289 sec
32 SMTP>> 354 Enter message, ending with "." on a line by itself
35 >>Headers after rewriting and local additions:
36 I Message-Id: <E10HmaX-0005vi-00@myhost.test.ex>
38 Date: Tue, 2 Mar 1999 09:44:33 +0000
40 Data file name: TESTSUITE/spool//input//10HmaX-0005vi-00-D
41 Data file written for message 10HmaX-0005vi-00
42 >>Generated Received: header line
43 P Received: from CALLER (helo=test)
44 by myhost.test.ex with local-smtp (Exim x.yz)
47 Tue, 2 Mar 1999 09:44:33 +0000
48 Writing spool header file: TESTSUITE/spool//input//hdr.10HmaX-0005vi-00
49 Renaming spool header file: TESTSUITE/spool//input//10HmaX-0005vi-00-H
52 <= x@y U=CALLER P=local-smtp S=sss
53 created log directory TESTSUITE/spool/log
54 SMTP>> 250 OK id=10HmaX-0005vi-00
55 smtp_setup_msg entered
56 SMTP<< mail from:<x@y>
57 rate limit MAIL: delay 1 sec
58 spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
59 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
61 SMTP<< rcpt to:<two@z>
64 SMTP>> 354 Enter message, ending with "." on a line by itself
67 >>Headers after rewriting and local additions:
68 I Message-Id: <E10HmaY-0005vi-00@myhost.test.ex>
70 Date: Tue, 2 Mar 1999 09:44:33 +0000
72 Data file name: TESTSUITE/spool//input//10HmaY-0005vi-00-D
73 Data file written for message 10HmaY-0005vi-00
74 >>Generated Received: header line
75 P Received: from CALLER (helo=test)
76 by myhost.test.ex with local-smtp (Exim x.yz)
80 Tue, 2 Mar 1999 09:44:33 +0000
81 Writing spool header file: TESTSUITE/spool//input//hdr.10HmaY-0005vi-00
82 Renaming spool header file: TESTSUITE/spool//input//10HmaY-0005vi-00-H
85 <= x@y U=CALLER P=local-smtp S=sss
86 SMTP>> 250 OK id=10HmaY-0005vi-00
87 smtp_setup_msg entered
88 SMTP<< mail from:<x@y>
89 rate limit MAIL: delay 2 sec
90 spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
91 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
94 SMTP>> 221 myhost.test.ex closing connection
95 LOG: smtp_connection MAIN
96 SMTP connection from CALLER closed by QUIT
97 >>>>>>>>>>>>>>>> Exim pid=p1234 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
98 Exim version x.yz ....
99 configuration file is TESTSUITE/test-config
102 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
103 sender address = CALLER@myhost.test.ex
104 host in hosts_connection_nolog? no (option unset)
105 LOG: smtp_connection MAIN
106 SMTP connection from [1.2.3.4]
107 host in host_lookup? no (option unset)
108 host in host_reject_connection? no (option unset)
109 host in sender_unqualified_hosts? no (option unset)
110 host in recipient_unqualified_hosts? no (option unset)
111 host in helo_verify_hosts? no (option unset)
112 host in helo_try_verify_hosts? no (option unset)
113 host in helo_accept_junk_hosts? no (option unset)
114 SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
115 smtp_setup_msg entered
117 test in helo_lookup_domains? no (end of list)
118 SMTP>> 250 myhost.test.ex Hello test [1.2.3.4]
119 SMTP<< mail from:<x@y>
120 spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
121 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
123 SMTP<< rcpt to:<one@z>
124 processing "deny" (TESTSUITE/test-config 35)
125 check local_parts = reject
126 one in "reject"? no (end of list)
127 deny: condition test failed in inline ACL
128 processing "accept" (TESTSUITE/test-config 35)
129 accept: condition test succeeded in inline ACL
130 end of inline ACL: ACCEPT
132 SMTP<< rcpt to:<one@z>
133 host in smtp_ratelimit_hosts? no (end of list)
134 processing "deny" (TESTSUITE/test-config 35)
135 check local_parts = reject
136 one in "reject"? no (end of list)
137 deny: condition test failed in inline ACL
138 processing "accept" (TESTSUITE/test-config 35)
139 accept: condition test succeeded in inline ACL
140 end of inline ACL: ACCEPT
143 SMTP>> 221 myhost.test.ex closing connection
144 LOG: smtp_connection MAIN
145 SMTP connection from (test) [1.2.3.4] closed by QUIT
146 >>>>>>>>>>>>>>>> Exim pid=p1235 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
147 Exim version x.yz ....
148 configuration file is TESTSUITE/test-config
151 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
152 sender address = CALLER@myhost.test.ex
153 host in hosts_connection_nolog? no (option unset)
154 LOG: smtp_connection MAIN
155 SMTP connection from [V4NET.9.8.7]
156 host in host_lookup? no (option unset)
157 host in host_reject_connection? no (option unset)
158 host in sender_unqualified_hosts? no (option unset)
159 host in recipient_unqualified_hosts? no (option unset)
160 host in helo_verify_hosts? no (option unset)
161 host in helo_try_verify_hosts? no (option unset)
162 host in helo_accept_junk_hosts? no (option unset)
163 SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
164 smtp_setup_msg entered
166 test in helo_lookup_domains? no (end of list)
167 SMTP>> 250 myhost.test.ex Hello test [V4NET.9.8.7]
168 SMTP<< mail from:<x@y>
169 spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
170 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
172 SMTP<< rcpt to:<one@z>
173 processing "deny" (TESTSUITE/test-config 35)
174 check local_parts = reject
175 one in "reject"? no (end of list)
176 deny: condition test failed in inline ACL
177 processing "accept" (TESTSUITE/test-config 35)
178 accept: condition test succeeded in inline ACL
179 end of inline ACL: ACCEPT
181 SMTP<< rcpt to:<one@z>
182 host in smtp_ratelimit_hosts? yes (matched "V4NET.9.8.7")
183 rate limit RCPT: delay 0.25 sec
184 processing "deny" (TESTSUITE/test-config 35)
185 check local_parts = reject
186 one in "reject"? no (end of list)
187 deny: condition test failed in inline ACL
188 processing "accept" (TESTSUITE/test-config 35)
189 accept: condition test succeeded in inline ACL
190 end of inline ACL: ACCEPT
193 SMTP>> 221 myhost.test.ex closing connection
194 LOG: smtp_connection MAIN
195 SMTP connection from (test) [V4NET.9.8.7] closed by QUIT
196 >>>>>>>>>>>>>>>> Exim pid=p1236 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
197 Exim version x.yz ....
198 configuration file is TESTSUITE/test-config
201 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
202 sender address = NULL
203 LOG: smtp_connection MAIN
204 SMTP connection from CALLER
205 SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
206 smtp_setup_msg entered
208 SMTP>> 250 myhost.test.ex Hello CALLER at test
209 SMTP<< mail from:<x@y>
210 spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
211 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
213 SMTP<< rcpt to:<reject@z>
214 SMTP>> 550 Administrative prohibition
216 U=CALLER F=<x@y> rejected RCPT <reject@z>
217 SMTP<< rcpt to:<reject@z>
218 rate limit RCPT: delay 0.25 sec
219 SMTP>> 550 Administrative prohibition
221 U=CALLER F=<x@y> rejected RCPT <reject@z>
222 SMTP<< rcpt to:<reject@z>
223 rate limit RCPT: delay 0.263 sec
224 SMTP>> 550 Administrative prohibition
226 U=CALLER F=<x@y> rejected RCPT <reject@z>
227 SMTP<< rcpt to:<reject@z>
228 rate limit RCPT: delay 0.276 sec
229 SMTP>> 550 Administrative prohibition
231 U=CALLER F=<x@y> rejected RCPT <reject@z>
232 SMTP<< rcpt to:<reject@z>
233 rate limit RCPT: delay 0.289 sec
234 SMTP>> 550 Administrative prohibition
236 U=CALLER F=<x@y> rejected RCPT <reject@z>
239 SMTP<< mail from:<x@y>
240 rate limit MAIL: delay 1 sec
241 spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
242 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
244 SMTP<< rcpt to:<reject@z>
245 SMTP>> 550 Administrative prohibition
247 U=CALLER F=<x@y> rejected RCPT <reject@z>
250 SMTP<< mail from:<x@y>
251 rate limit MAIL: delay 2 sec
252 spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
253 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
256 SMTP>> 221 myhost.test.ex closing connection
257 LOG: smtp_connection MAIN
258 SMTP connection from CALLER closed by QUIT
259 >>>>>>>>>>>>>>>> Exim pid=p1237 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>