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>
12 spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
13 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
15 SMTP<< rcpt to:<one@z>
17 DSN: orcpt: NULL flags: 0
18 SMTP<< rcpt to:<one@z>
19 rate limit RCPT: delay 0.25 sec
21 DSN: orcpt: NULL flags: 0
22 SMTP<< rcpt to:<one@z>
23 rate limit RCPT: delay 0.263 sec
25 DSN: orcpt: NULL flags: 0
26 SMTP<< rcpt to:<one@z>
27 rate limit RCPT: delay 0.276 sec
29 DSN: orcpt: NULL flags: 0
30 SMTP<< rcpt to:<one@z>
31 rate limit RCPT: delay 0.289 sec
33 DSN: orcpt: NULL flags: 0
35 SMTP>> 354 Enter message, ending with "." on a line by itself
38 >>Headers after rewriting and local additions:
39 I Message-Id: <E10HmaX-0005vi-00@myhost.test.ex>
41 Date: Tue, 2 Mar 1999 09:44:33 +0000
43 Data file name: TESTSUITE/spool//input//10HmaX-0005vi-00-D
44 Data file written for message 10HmaX-0005vi-00
45 >>Generated Received: header line
46 P Received: from CALLER by myhost.test.ex with local-smtp (Exim x.yz)
48 id 10HmaX-0005vi-00; Tue, 2 Mar 1999 09:44:33 +0000
49 calling local_scan(); timeout=300
50 local_scan() returned 0 NULL
51 Writing spool header file: TESTSUITE/spool//input//hdr.pppp
52 Renaming spool header file: TESTSUITE/spool//input//10HmaX-0005vi-00-H
55 <= x@y U=CALLER P=local-smtp S=sss
56 created log directory TESTSUITE/spool/log
57 SMTP>> 250 OK id=10HmaX-0005vi-00
58 smtp_setup_msg entered
59 SMTP<< mail from:<x@y>
60 rate limit MAIL: delay 1 sec
61 spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
62 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
64 SMTP<< rcpt to:<two@z>
66 DSN: orcpt: NULL flags: 0
68 SMTP>> 354 Enter message, ending with "." on a line by itself
71 >>Headers after rewriting and local additions:
72 I Message-Id: <E10HmaY-0005vi-00@myhost.test.ex>
74 Date: Tue, 2 Mar 1999 09:44:33 +0000
76 Data file name: TESTSUITE/spool//input//10HmaY-0005vi-00-D
77 Data file written for message 10HmaY-0005vi-00
78 >>Generated Received: header line
79 P Received: from CALLER by myhost.test.ex with local-smtp (Exim x.yz)
82 for two@z; Tue, 2 Mar 1999 09:44:33 +0000
83 calling local_scan(); timeout=300
84 local_scan() returned 0 NULL
85 Writing spool header file: TESTSUITE/spool//input//hdr.pppp
86 Renaming spool header file: TESTSUITE/spool//input//10HmaY-0005vi-00-H
89 <= x@y U=CALLER P=local-smtp S=sss
90 SMTP>> 250 OK id=10HmaY-0005vi-00
91 smtp_setup_msg entered
92 SMTP<< mail from:<x@y>
93 rate limit MAIL: delay 2 sec
94 spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
95 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
98 SMTP>> 221 myhost.test.ex closing connection
99 LOG: smtp_connection MAIN
100 SMTP connection from CALLER closed by QUIT
101 >>>>>>>>>>>>>>>> Exim pid=pppp (msg setup toplevel) terminating with rc=0 >>>>>>>>>>>>>>>>
102 Exim version x.yz ....
103 configuration file is TESTSUITE/test-config
106 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
107 sender address = CALLER@myhost.test.ex
108 host in hosts_connection_nolog? no (option unset)
109 LOG: smtp_connection MAIN
110 SMTP connection from [1.2.3.4]
111 host in host_lookup? no (option unset)
112 host in host_reject_connection? no (option unset)
113 host in sender_unqualified_hosts? no (option unset)
114 host in recipient_unqualified_hosts? no (option unset)
115 host in helo_verify_hosts? no (option unset)
116 host in helo_try_verify_hosts? no (option unset)
117 host in helo_accept_junk_hosts? no (option unset)
118 SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
119 smtp_setup_msg entered
120 SMTP<< mail from:<x@y>
121 spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
122 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
124 SMTP<< rcpt to:<one@z>
126 check local_parts = reject
127 one in "reject"? no (end of list)
128 deny: condition test failed in inline ACL
130 accept: condition test succeeded in inline ACL
131 end of inline ACL: ACCEPT
133 DSN: orcpt: NULL flags: 0
134 SMTP<< rcpt to:<one@z>
135 host in smtp_ratelimit_hosts? no (end of list)
137 check local_parts = reject
138 one in "reject"? no (end of list)
139 deny: condition test failed in inline ACL
141 accept: condition test succeeded in inline ACL
142 end of inline ACL: ACCEPT
144 DSN: orcpt: NULL flags: 0
146 SMTP>> 221 myhost.test.ex closing connection
147 LOG: smtp_connection MAIN
148 SMTP connection from [1.2.3.4] closed by QUIT
149 >>>>>>>>>>>>>>>> Exim pid=pppp (main) terminating with rc=0 >>>>>>>>>>>>>>>>
150 Exim version x.yz ....
151 configuration file is TESTSUITE/test-config
154 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
155 sender address = CALLER@myhost.test.ex
156 host in hosts_connection_nolog? no (option unset)
157 LOG: smtp_connection MAIN
158 SMTP connection from [V4NET.9.8.7]
159 host in host_lookup? no (option unset)
160 host in host_reject_connection? no (option unset)
161 host in sender_unqualified_hosts? no (option unset)
162 host in recipient_unqualified_hosts? no (option unset)
163 host in helo_verify_hosts? no (option unset)
164 host in helo_try_verify_hosts? no (option unset)
165 host in helo_accept_junk_hosts? no (option unset)
166 SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
167 smtp_setup_msg entered
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>
174 check local_parts = reject
175 one in "reject"? no (end of list)
176 deny: condition test failed in inline ACL
178 accept: condition test succeeded in inline ACL
179 end of inline ACL: ACCEPT
181 DSN: orcpt: NULL flags: 0
182 SMTP<< rcpt to:<one@z>
183 host in smtp_ratelimit_hosts? yes (matched "V4NET.9.8.7")
184 rate limit RCPT: delay 0.25 sec
186 check local_parts = reject
187 one in "reject"? no (end of list)
188 deny: condition test failed in inline ACL
190 accept: condition test succeeded in inline ACL
191 end of inline ACL: ACCEPT
193 DSN: orcpt: NULL flags: 0
195 SMTP>> 221 myhost.test.ex closing connection
196 LOG: smtp_connection MAIN
197 SMTP connection from [V4NET.9.8.7] closed by QUIT
198 >>>>>>>>>>>>>>>> Exim pid=pppp (main) terminating with rc=0 >>>>>>>>>>>>>>>>
199 Exim version x.yz ....
200 configuration file is TESTSUITE/test-config
203 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
204 sender address = NULL
205 LOG: smtp_connection MAIN
206 SMTP connection from CALLER
207 SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
208 smtp_setup_msg entered
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=pppp (msg setup toplevel) terminating with rc=0 >>>>>>>>>>>>>>>>