Call notquite ACL for synprot-error limit. Bug 3092
[exim.git] / test / stderr / 0044
1 Exim version x.yz ....
2 Hints DB:
3 changed uid/gid: forcing real = effective
4   uid=uuuu gid=CALLER_GID pid=p1234
5 configuration file is TESTSUITE/test-config
6 admin user
7 changed uid/gid: privilege not needed
8   uid=EXIM_UID gid=EXIM_GID pid=p1234
9 seeking password data for user "CALLER": cache not available
10 getpwnam() succeeded uid=CALLER_UID gid=CALLER_GID
11 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
12 sender address = CALLER@exim.test.ex
13 sender_fullhost = [V4NET.11.12.13]
14 sender_rcvhost = [V4NET.11.12.13]
15 host in hosts_connection_nolog? no (option unset)
16 LOG: smtp_connection MAIN
17   SMTP connection from [V4NET.11.12.13]
18 host in host_lookup? no (option unset)
19 set_process_info: pppp handling incoming connection from [V4NET.11.12.13]
20 host in host_reject_connection? no (option unset)
21 host in sender_unqualified_hosts? no (option unset)
22 host in recipient_unqualified_hosts? no (option unset)
23 host in helo_verify_hosts? no (option unset)
24 host in helo_try_verify_hosts? no (option unset)
25 host in helo_accept_junk_hosts? no (option unset)
26 SMTP>> 220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
27 smtp_setup_msg entered
28 SMTP<< ehlo exim.test.ex
29 exim.test.ex in helo_lookup_domains?
30  list element: @
31  list element: @[]
32 exim.test.ex in helo_lookup_domains? no (end of list)
33 sender_fullhost = (exim.test.ex) [V4NET.11.12.13]
34 sender_rcvhost = [V4NET.11.12.13] (helo=exim.test.ex)
35 set_process_info: pppp handling incoming connection from (exim.test.ex) [V4NET.11.12.13]
36  list element: *
37   host in limits_advertise_hosts? yes (matched "*")
38 host in dsn_advertise_hosts? no (option unset)
39 host in pipelining_advertise_hosts?
40  list element: *
41   host in pipelining_advertise_hosts? yes (matched "*")
42 host in chunking_advertise_hosts?
43 host in chunking_advertise_hosts? no (end of list)
44 SMTP>> 250-the.local.host.name Hello exim.test.ex [V4NET.11.12.13]
45        250-SIZE 52428800
46        250-LIMITS MAILMAX=1000 RCPTMAX=50000
47        250-8BITMIME
48        250-PIPELINING
49        250 HELP
50 SMTP<< mail from:postmaster@exim.test.ex
51 spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
52 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
53 SMTP>> 250 OK
54 SMTP<< rcpt to:<postmaster@exim.test.ex>
55 using ACL "check_recipient"
56 processing ACL check_recipient "accept" (TESTSUITE/test-config 19)
57 check hosts = :
58 host in ":"?
59  list element: 
60 host in ":"? no (end of list)
61 accept: condition test failed in ACL check_recipient
62 processing ACL check_recipient "accept" (TESTSUITE/test-config 20)
63 check recipients = postmaster@exim.test.ex
64 postmaster@exim.test.ex in "postmaster@exim.test.ex"?
65  list element: postmaster@exim.test.ex
66  address match test: subject=postmaster@exim.test.ex pattern=postmaster@exim.test.ex
67  exim.test.ex in "exim.test.ex"?
68   list element: exim.test.ex
69   exim.test.ex in "exim.test.ex"? yes (matched "exim.test.ex")
70  postmaster@exim.test.ex in "postmaster@exim.test.ex"? yes (matched "postmaster@exim.test.ex")
71 accept: condition test succeeded in ACL check_recipient
72 end of ACL check_recipient: ACCEPT
73 SMTP>> 250 Accepted
74 SMTP<< rcpt to:list@exim.test.ex
75 using ACL "check_recipient"
76 processing ACL check_recipient "accept" (TESTSUITE/test-config 19)
77 check hosts = :
78 host in ":"?
79  list element: 
80 host in ":"? no (end of list)
81 accept: condition test failed in ACL check_recipient
82 processing ACL check_recipient "accept" (TESTSUITE/test-config 20)
83 check recipients = postmaster@exim.test.ex
84 list@exim.test.ex in "postmaster@exim.test.ex"?
85  list element: postmaster@exim.test.ex
86  address match test: subject=list@exim.test.ex pattern=postmaster@exim.test.ex
87 list@exim.test.ex in "postmaster@exim.test.ex"? no (end of list)
88 accept: condition test failed in ACL check_recipient
89 processing ACL check_recipient "accept" (TESTSUITE/test-config 21)
90 check senders = myfriend@*
91 postmaster@exim.test.ex in "myfriend@*"?
92  list element: myfriend@*
93  address match test: subject=postmaster@exim.test.ex pattern=myfriend@*
94 postmaster@exim.test.ex in "myfriend@*"? no (end of list)
95 accept: condition test failed in ACL check_recipient
96 processing ACL check_recipient "deny" (TESTSUITE/test-config 22)
97   message: host is listed in $dnslist_domain
98 check dnslists = rbl.test.ex
99 dnslists check: rbl.test.ex
100 new DNS lookup for 13.12.11.V4NET.rbl.test.ex
101 DNS lookup of 13.12.11.V4NET.rbl.test.ex (A) using fakens
102 DNS lookup of 13.12.11.V4NET.rbl.test.ex (A) succeeded
103 dnslists: wrote cache entry, ttl=3
104 DNS lookup for 13.12.11.V4NET.rbl.test.ex succeeded (yielding 127.0.0.2)
105 DNS lookup of 13.12.11.V4NET.rbl.test.ex (TXT) using fakens
106 DNS lookup of 13.12.11.V4NET.rbl.test.ex (TXT) succeeded
107 => that means V4NET.11.12.13 is listed at rbl.test.ex
108 deny: condition test succeeded in ACL check_recipient
109 end of ACL check_recipient: DENY
110 SMTP>> 550 host is listed in rbl.test.ex
111 LOG: MAIN REJECT
112   H=(exim.test.ex) [V4NET.11.12.13] F=<postmaster@exim.test.ex> rejected RCPT list@exim.test.ex: host is listed in rbl.test.ex
113 SMTP<< rcpt to:list2@exim.test.ex
114 using ACL "check_recipient"
115 processing ACL check_recipient "accept" (TESTSUITE/test-config 19)
116 check hosts = :
117 host in ":"?
118  list element: 
119 host in ":"? no (end of list)
120 accept: condition test failed in ACL check_recipient
121 processing ACL check_recipient "accept" (TESTSUITE/test-config 20)
122 check recipients = postmaster@exim.test.ex
123 list2@exim.test.ex in "postmaster@exim.test.ex"?
124  list element: postmaster@exim.test.ex
125  address match test: subject=list2@exim.test.ex pattern=postmaster@exim.test.ex
126 list2@exim.test.ex in "postmaster@exim.test.ex"? no (end of list)
127 accept: condition test failed in ACL check_recipient
128 processing ACL check_recipient "accept" (TESTSUITE/test-config 21)
129 check senders = myfriend@*
130 postmaster@exim.test.ex in "myfriend@*"?
131  list element: myfriend@*
132  address match test: subject=postmaster@exim.test.ex pattern=myfriend@*
133 postmaster@exim.test.ex in "myfriend@*"? no (end of list)
134 accept: condition test failed in ACL check_recipient
135 processing ACL check_recipient "deny" (TESTSUITE/test-config 22)
136   message: host is listed in $dnslist_domain
137 check dnslists = rbl.test.ex
138 dnslists check: rbl.test.ex
139 dnslists: using result of previous lookup
140 DNS lookup for 13.12.11.V4NET.rbl.test.ex succeeded (yielding 127.0.0.2)
141 => that means V4NET.11.12.13 is listed at rbl.test.ex
142 deny: condition test succeeded in ACL check_recipient
143 end of ACL check_recipient: DENY
144 SMTP>> 550 host is listed in rbl.test.ex
145 LOG: MAIN REJECT
146   H=(exim.test.ex) [V4NET.11.12.13] F=<postmaster@exim.test.ex> rejected RCPT list2@exim.test.ex: host is listed in rbl.test.ex
147 SMTP<< data
148 SMTP>> 354 Enter message, ending with "." on a line by itself
149 search_tidyup called
150 host in ignore_fromline_hosts? no (option unset)
151 >>Headers received:
152
153 qualify & rewrite recipients list
154 rewrite rules on sender address
155 qualify and rewrite headers
156 search_tidyup called
157 >>Headers after rewriting and local additions:
158
159 Data file name: TESTSUITE/spool//input//10HmaX-000000005vi-0000-D
160 Data file written for message 10HmaX-000000005vi-0000
161 >>Generated Received: header line
162 P Received: from [V4NET.11.12.13] (helo=exim.test.ex)
163         by the.local.host.name with esmtp (Exim x.yz)
164         (envelope-from <postmaster@exim.test.ex>)
165         id 10HmaX-000000005vi-0000
166         for postmaster@exim.test.ex;
167         Tue, 2 Mar 1999 09:44:33 +0000
168 LOG: MAIN
169   <= postmaster@exim.test.ex H=(exim.test.ex) [V4NET.11.12.13] P=esmtp S=sss
170 receive_msg: tidyup
171 SMTP>> 250 OK id=10HmaX-000000005vi-0000
172 smtp_setup_msg entered
173 SMTP<< quit
174 SMTP>> 221 the.local.host.name closing connection
175 LOG: smtp_connection MAIN
176   SMTP connection from (exim.test.ex) [V4NET.11.12.13] D=qqs closed by QUIT
177 search_tidyup called
178 >>>>>>>>>>>>>>>> Exim pid=p1234 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
179 >>> host in hosts_connection_nolog? no (option unset)
180 >>> host in host_lookup? no (option unset)
181 >>> host in host_reject_connection? no (option unset)
182 >>> host in sender_unqualified_hosts? no (option unset)
183 >>> host in recipient_unqualified_hosts? no (option unset)
184 >>> host in helo_verify_hosts? no (option unset)
185 >>> host in helo_try_verify_hosts? no (option unset)
186 >>> host in helo_accept_junk_hosts? no (option unset)
187 >>> exim.test.ex in helo_lookup_domains?
188 >>>  list element: @
189 >>>  list element: @[]
190 >>> exim.test.ex in helo_lookup_domains? no (end of list)
191 >>>  list element: *
192 >>>  host in limits_advertise_hosts? yes (matched "*")
193 >>> host in dsn_advertise_hosts? no (option unset)
194 >>> host in pipelining_advertise_hosts?
195 >>>  list element: *
196 >>>  host in pipelining_advertise_hosts? yes (matched "*")
197 >>> host in chunking_advertise_hosts?
198 >>> host in chunking_advertise_hosts? no (end of list)
199 >>> using ACL "check_recipient"
200 >>> processing ACL check_recipient "accept" (TESTSUITE/test-config 19)
201 >>> check hosts = :
202 >>> host in ":"?
203 >>>  list element: 
204 >>> host in ":"? no (end of list)
205 >>> accept: condition test failed in ACL check_recipient
206 >>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20)
207 >>> check recipients = postmaster@exim.test.ex
208 >>> list@exim.test.ex in "postmaster@exim.test.ex"?
209 >>>  list element: postmaster@exim.test.ex
210 >>> list@exim.test.ex in "postmaster@exim.test.ex"? no (end of list)
211 >>> accept: condition test failed in ACL check_recipient
212 >>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21)
213 >>> check senders = myfriend@*
214 >>> myfriend@there.test.ex in "myfriend@*"?
215 >>>  list element: myfriend@*
216 >>>  there.test.ex in "*"?
217 >>>   list element: *
218 >>>   there.test.ex in "*"? yes (matched "*")
219 >>>  myfriend@there.test.ex in "myfriend@*"? yes (matched "myfriend@*")
220 >>> accept: condition test succeeded in ACL check_recipient
221 >>> end of ACL check_recipient: ACCEPT
222 >>> host in ignore_fromline_hosts? no (option unset)
223 LOG: 10HmaY-000000005vi-0000 <= myfriend@there.test.ex H=(exim.test.ex) [V4NET.11.12.13] P=esmtp S=sss
224 Exim version x.yz ....
225 Hints DB:
226 changed uid/gid: forcing real = effective
227   uid=uuuu gid=CALLER_GID pid=p1235
228 configuration file is TESTSUITE/test-config
229 admin user
230 changed uid/gid: privilege not needed
231   uid=EXIM_UID gid=EXIM_GID pid=p1235
232 seeking password data for user "CALLER": cache not available
233 getpwnam() succeeded uid=CALLER_UID gid=CALLER_GID
234 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
235 sender address = CALLER@exim.test.ex
236 sender_fullhost = [V4NET.99.99.99]
237 sender_rcvhost = [V4NET.99.99.99]
238 host in hosts_connection_nolog? no (option unset)
239 LOG: smtp_connection MAIN
240   SMTP connection from [V4NET.99.99.99]
241 host in host_lookup? no (option unset)
242 set_process_info: pppp handling incoming connection from [V4NET.99.99.99]
243 host in host_reject_connection? no (option unset)
244 host in sender_unqualified_hosts? no (option unset)
245 host in recipient_unqualified_hosts? no (option unset)
246 host in helo_verify_hosts? no (option unset)
247 host in helo_try_verify_hosts? no (option unset)
248 host in helo_accept_junk_hosts? no (option unset)
249 SMTP>> 220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
250 smtp_setup_msg entered
251 SMTP<< ehlo exim.test.ex
252 exim.test.ex in helo_lookup_domains?
253  list element: @
254  list element: @[]
255 exim.test.ex in helo_lookup_domains? no (end of list)
256 sender_fullhost = (exim.test.ex) [V4NET.99.99.99]
257 sender_rcvhost = [V4NET.99.99.99] (helo=exim.test.ex)
258 set_process_info: pppp handling incoming connection from (exim.test.ex) [V4NET.99.99.99]
259  list element: *
260   host in limits_advertise_hosts? yes (matched "*")
261 host in dsn_advertise_hosts? no (option unset)
262 host in pipelining_advertise_hosts?
263  list element: *
264   host in pipelining_advertise_hosts? yes (matched "*")
265 host in chunking_advertise_hosts?
266 host in chunking_advertise_hosts? no (end of list)
267 SMTP>> 250-the.local.host.name Hello exim.test.ex [V4NET.99.99.99]
268        250-SIZE 52428800
269        250-LIMITS MAILMAX=1000 RCPTMAX=50000
270        250-8BITMIME
271        250-PIPELINING
272        250 HELP
273 SMTP<< mail from:postmaster@exim.test.ex
274 spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
275 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
276 SMTP>> 250 OK
277 SMTP<< rcpt to:list@exim.test.ex
278 using ACL "check_recipient"
279 processing ACL check_recipient "accept" (TESTSUITE/test-config 19)
280 check hosts = :
281 host in ":"?
282  list element: 
283 host in ":"? no (end of list)
284 accept: condition test failed in ACL check_recipient
285 processing ACL check_recipient "accept" (TESTSUITE/test-config 20)
286 check recipients = postmaster@exim.test.ex
287 list@exim.test.ex in "postmaster@exim.test.ex"?
288  list element: postmaster@exim.test.ex
289  address match test: subject=list@exim.test.ex pattern=postmaster@exim.test.ex
290 list@exim.test.ex in "postmaster@exim.test.ex"? no (end of list)
291 accept: condition test failed in ACL check_recipient
292 processing ACL check_recipient "accept" (TESTSUITE/test-config 21)
293 check senders = myfriend@*
294 postmaster@exim.test.ex in "myfriend@*"?
295  list element: myfriend@*
296  address match test: subject=postmaster@exim.test.ex pattern=myfriend@*
297 postmaster@exim.test.ex in "myfriend@*"? no (end of list)
298 accept: condition test failed in ACL check_recipient
299 processing ACL check_recipient "deny" (TESTSUITE/test-config 22)
300   message: host is listed in $dnslist_domain
301 check dnslists = rbl.test.ex
302 dnslists check: rbl.test.ex
303 new DNS lookup for 99.99.99.V4NET.rbl.test.ex
304 DNS lookup of 99.99.99.V4NET.rbl.test.ex (A) using fakens
305 DNS lookup of 99.99.99.V4NET.rbl.test.ex (A) gave HOST_NOT_FOUND
306 returning DNS_NOMATCH
307 faking res_search(A) response length as 65535
308  writing neg-cache entry for 99.99.99.V4NET.rbl.test.ex-A-xxxx, ttl 3000
309 faking res_search(A) response length as 65535
310 dnslists: wrote cache entry, ttl=3000
311 DNS lookup for 99.99.99.V4NET.rbl.test.ex failed
312 => that means V4NET.99.99.99 is not listed at rbl.test.ex
313 deny: condition test failed in ACL check_recipient
314 processing ACL check_recipient "require" (TESTSUITE/test-config 24)
315 check verify = sender
316 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
317 Verifying postmaster@exim.test.ex
318 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
319 Considering postmaster@exim.test.ex
320 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
321 routing postmaster@exim.test.ex
322 --------> localuser router <--------
323 local_part=postmaster domain=exim.test.ex
324 checking local_parts
325 postmaster in local_parts?
326  list element: userx
327 postmaster in local_parts? no (end of list)
328 localuser router skipped: local_parts mismatch
329 no more routers
330 ----------- end verify ------------
331 require: condition test failed in ACL check_recipient
332 end of ACL check_recipient: not OK
333 LOG: MAIN REJECT
334   H=(exim.test.ex) [V4NET.99.99.99] sender verify fail for <postmaster@exim.test.ex>: Unrouteable address
335 SMTP>> 550-Verification failed for <postmaster@exim.test.ex>
336 SMTP>> 550-Unrouteable address
337 SMTP>> 550 Sender verify failed
338 LOG: MAIN REJECT
339   H=(exim.test.ex) [V4NET.99.99.99] F=<postmaster@exim.test.ex> rejected RCPT list@exim.test.ex: Sender verify failed
340 SMTP(closed)<<
341 SMTP>> 421 the.local.host.name lost input connection
342 LOG: lost_incoming_connection MAIN
343   unexpected disconnection while reading SMTP command from (exim.test.ex) [V4NET.99.99.99] D=qqs
344 search_tidyup called
345 >>>>>>>>>>>>>>>> Exim pid=p1235 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>