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