Close dangling file. Bug 1379
[exim.git] / test / stderr / 5420
CommitLineData
b32ddfaa
JH
1Exim version x.yz ....
2configuration file is TESTSUITE/test-config
3admin user
4 in hosts_connection_nolog? no (option unset)
5LOG: smtp_connection MAIN
6 SMTP connection from CALLER
7expanding: $smtp_active_hostname ESMTP Exim $version_number $tod_full
8 result: myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
9 in pipelining_advertise_hosts? yes (matched "*")
10 in tls_advertise_hosts? yes (matched "*")
11expanding: SERVER
12 result: SERVER
13expanding: server
14 result: server
15condition: eq {SERVER}{server}
16 result: false
17expanding: queue
18 result: queue
19skipping: result is not used
20expanding: cutthrough
21 result: cutthrough
22expanding: ${if eq {SERVER}{server}{queue}{cutthrough}}
23 result: cutthrough
24using ACL "cutthrough"
25processing "accept"
26check control = cutthrough_delivery
27check verify = recipient
28domain.com in "test.ex : *.test.ex"? no (end of list)
29domain.com in "! +local_domains"? yes (end of list)
30expanding: $local_part
31 result: userx
32domain.com in "*"? yes (matched "*")
33----------- end verify ------------
34accept: condition test succeeded in ACL "cutthrough"
a7538db1 35end of ACL "cutthrough": ACCEPT
b32ddfaa
JH
36----------- start cutthrough setup ------------
37domain.com in "test.ex : *.test.ex"? no (end of list)
38domain.com in "! +local_domains"? yes (end of list)
39expanding: $local_part
40 result: userx
41domain.com in "*"? yes (matched "*")
42Connecting to 127.0.0.1 [127.0.0.1]:1225 from ip4.ip4.ip4.ip4 ... connected
43expanding: $primary_hostname
44 result: myhost.test.ex
45 SMTP<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
46127.0.0.1 in hosts_avoid_esmtp? no (option unset)
47 SMTP>> EHLO myhost.test.ex
48 SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]
49 250-SIZE 52428800
50 250-8BITMIME
51 250-PIPELINING
52 250-STARTTLS
53 250 HELP
54expanding: $address_data
55 result: userx
56expanding: usery
57 result: usery
58condition: eq {$address_data}{usery}
59 result: false
60expanding: *
61 result: *
62skipping: result is not used
63expanding: :
64 result: :
65expanding: ${if eq {$address_data}{usery}{*}{:}}
66 result: :
67127.0.0.1 in hosts_avoid_tls? no (end of list)
99400968
JH
68expanding: $address_data
69 result: userx
70expanding: userz
71 result: userz
72condition: eq {$address_data}{userz}
73 result: false
74expanding: *
75 result: *
76skipping: result is not used
77expanding: :
78 result: :
79expanding: ${if eq {$address_data}{userz}{*}{:}}
80 result: :
81127.0.0.1 in hosts_verify_avoid_tls? no (end of list)
b32ddfaa
JH
82 SMTP>> STARTTLS
83 SMTP<< 220 TLS go ahead
aa2a70ba 84127.0.0.1 in tls_verify_hosts? no (option unset)
0509be35
JH
85127.0.0.1 in tls_try_verify_hosts? yes (matched "*")
86127.0.0.1 in tls_verify_cert_hostnames? yes (matched "*")
b32ddfaa
JH
87 SMTP>> EHLO myhost.test.ex
88 SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]
89 250-SIZE 52428800
90 250-8BITMIME
91 250-PIPELINING
92 250 HELP
da45993f 93127.0.0.1 in hosts_require_auth? no (option unset)
b32ddfaa
JH
94 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
95 SMTP<< 250 OK
96 SMTP>> RCPT TO:<userx@domain.com>
97 SMTP<< 250 Accepted
98----------- end cutthrough setup ------------
99processing "accept"
100accept: condition test succeeded in inline ACL
a7538db1 101end of inline ACL: ACCEPT
b32ddfaa
JH
102 SMTP>> DATA
103 SMTP<< 354 Enter message, ending with "." on a line by itself
104expanding: ${tod_full}
105 result: Tue, 2 Mar 1999 09:44:33 +0000
106condition: def:sender_rcvhost
107 result: false
108expanding: from $sender_rcvhost
109
110 result: from
111
112skipping: result is not used
113condition: def:sender_ident
114 result: true
115expanding: $sender_ident
116 result: CALLER
117expanding: from ${quote_local_part:$sender_ident}
118 result: from CALLER
119condition: def:sender_helo_name
120 result: true
121expanding: (helo=$sender_helo_name)
122
123 result: (helo=myhost.test.ex)
124
125expanding: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
126 }}
127 result: from CALLER (helo=myhost.test.ex)
128
129condition: def:received_protocol
130 result: true
131expanding: with $received_protocol
132 result: with local-esmtp
133condition: def:sender_address
134 result: true
135expanding: (envelope-from <$sender_address>)
136
137 result: (envelope-from <CALLER@myhost.test.ex>)
138
139condition: def:received_for
140 result: true
141expanding:
142 for $received_for
143 result:
144 for userx@domain.com
36f53194
JH
145----------- start cutthrough headers send -----------
146----------- done cutthrough headers send ------------
b32ddfaa
JH
147expanding: ${tod_full}
148 result: Tue, 2 Mar 1999 09:44:33 +0000
149 SMTP>> .
150 SMTP<< 250 OK id=10HmaX-0005vi-00
151LOG: MAIN
cdeb6856 152 >> userx@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] X=TLS1.x:xxxxRSA_AES_256_CBC_SHAnnn:256 CV=no C="250 OK id=10HmaX-0005vi-00"
b32ddfaa
JH
153 SMTP>> QUIT
154----------- cutthrough shutdown (delivered) ------------
155LOG: MAIN
156 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
157LOG: MAIN
158 Completed
159LOG: smtp_connection MAIN
160 SMTP connection from CALLER closed by QUIT
161>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
162Exim version x.yz ....
163configuration file is TESTSUITE/test-config
164admin user
165 in hosts_connection_nolog? no (option unset)
166LOG: smtp_connection MAIN
167 SMTP connection from CALLER
168expanding: $smtp_active_hostname ESMTP Exim $version_number $tod_full
169 result: myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
170 in pipelining_advertise_hosts? yes (matched "*")
171 in tls_advertise_hosts? yes (matched "*")
172expanding: SERVER
173 result: SERVER
174expanding: server
175 result: server
176condition: eq {SERVER}{server}
177 result: false
178expanding: queue
179 result: queue
180skipping: result is not used
181expanding: cutthrough
182 result: cutthrough
183expanding: ${if eq {SERVER}{server}{queue}{cutthrough}}
184 result: cutthrough
185using ACL "cutthrough"
186processing "accept"
187check control = cutthrough_delivery
188check verify = recipient
189domain.com in "test.ex : *.test.ex"? no (end of list)
190domain.com in "! +local_domains"? yes (end of list)
191expanding: $local_part
192 result: usery
193domain.com in "*"? yes (matched "*")
194----------- end verify ------------
195accept: condition test succeeded in ACL "cutthrough"
a7538db1 196end of ACL "cutthrough": ACCEPT
b32ddfaa
JH
197----------- start cutthrough setup ------------
198domain.com in "test.ex : *.test.ex"? no (end of list)
199domain.com in "! +local_domains"? yes (end of list)
200expanding: $local_part
201 result: usery
202domain.com in "*"? yes (matched "*")
203Connecting to 127.0.0.1 [127.0.0.1]:1225 from ip4.ip4.ip4.ip4 ... connected
204expanding: $primary_hostname
205 result: myhost.test.ex
206 SMTP<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
207127.0.0.1 in hosts_avoid_esmtp? no (option unset)
208 SMTP>> EHLO myhost.test.ex
209 SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]
210 250-SIZE 52428800
211 250-8BITMIME
212 250-PIPELINING
213 250-STARTTLS
214 250 HELP
215expanding: $address_data
216 result: usery
217expanding: usery
218 result: usery
219condition: eq {$address_data}{usery}
220 result: true
221expanding: *
222 result: *
223expanding: :
224 result: :
225skipping: result is not used
226expanding: ${if eq {$address_data}{usery}{*}{:}}
227 result: *
228127.0.0.1 in hosts_avoid_tls? yes (matched "*")
da45993f 229127.0.0.1 in hosts_require_auth? no (option unset)
b32ddfaa
JH
230 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
231 SMTP<< 250 OK
232 SMTP>> RCPT TO:<usery@domain.com>
233 SMTP<< 250 Accepted
234----------- end cutthrough setup ------------
235processing "accept"
236accept: condition test succeeded in inline ACL
a7538db1 237end of inline ACL: ACCEPT
b32ddfaa
JH
238 SMTP>> DATA
239 SMTP<< 354 Enter message, ending with "." on a line by itself
240expanding: ${tod_full}
241 result: Tue, 2 Mar 1999 09:44:33 +0000
242condition: def:sender_rcvhost
243 result: false
244expanding: from $sender_rcvhost
245
246 result: from
247
248skipping: result is not used
249condition: def:sender_ident
250 result: true
251expanding: $sender_ident
252 result: CALLER
253expanding: from ${quote_local_part:$sender_ident}
254 result: from CALLER
255condition: def:sender_helo_name
256 result: true
257expanding: (helo=$sender_helo_name)
258
259 result: (helo=myhost.test.ex)
260
261expanding: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
262 }}
263 result: from CALLER (helo=myhost.test.ex)
264
265condition: def:received_protocol
266 result: true
267expanding: with $received_protocol
268 result: with local-esmtp
269condition: def:sender_address
270 result: true
271expanding: (envelope-from <$sender_address>)
272
273 result: (envelope-from <CALLER@myhost.test.ex>)
274
275condition: def:received_for
276 result: true
277expanding:
278 for $received_for
279 result:
280 for usery@domain.com
36f53194
JH
281----------- start cutthrough headers send -----------
282----------- done cutthrough headers send ------------
b32ddfaa
JH
283expanding: ${tod_full}
284 result: Tue, 2 Mar 1999 09:44:33 +0000
285 SMTP>> .
286 SMTP<< 250 OK id=10HmaZ-0005vi-00
287LOG: MAIN
288 >> usery@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] C="250 OK id=10HmaZ-0005vi-00"
289 SMTP>> QUIT
290----------- cutthrough shutdown (delivered) ------------
291LOG: MAIN
292 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
293LOG: MAIN
294 Completed
295LOG: smtp_connection MAIN
296 SMTP connection from CALLER closed by QUIT
297>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
99400968
JH
298Exim version x.yz ....
299configuration file is TESTSUITE/test-config
300admin user
301 in hosts_connection_nolog? no (option unset)
302LOG: smtp_connection MAIN
303 SMTP connection from CALLER
304expanding: $smtp_active_hostname ESMTP Exim $version_number $tod_full
305 result: myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
306 in pipelining_advertise_hosts? yes (matched "*")
307 in tls_advertise_hosts? yes (matched "*")
308expanding: SERVER
309 result: SERVER
310expanding: server
311 result: server
312condition: eq {SERVER}{server}
313 result: false
314expanding: queue
315 result: queue
316skipping: result is not used
317expanding: cutthrough
318 result: cutthrough
319expanding: ${if eq {SERVER}{server}{queue}{cutthrough}}
320 result: cutthrough
321using ACL "cutthrough"
322processing "accept"
323check control = cutthrough_delivery
324check verify = recipient
325domain.com in "test.ex : *.test.ex"? no (end of list)
326domain.com in "! +local_domains"? yes (end of list)
327expanding: $local_part
328 result: usery
329domain.com in "*"? yes (matched "*")
330----------- end verify ------------
331accept: condition test succeeded in ACL "cutthrough"
a7538db1 332end of ACL "cutthrough": ACCEPT
99400968
JH
333----------- start cutthrough setup ------------
334domain.com in "test.ex : *.test.ex"? no (end of list)
335domain.com in "! +local_domains"? yes (end of list)
336expanding: $local_part
337 result: usery
338domain.com in "*"? yes (matched "*")
339Connecting to 127.0.0.1 [127.0.0.1]:1225 from ip4.ip4.ip4.ip4 ... connected
340expanding: $primary_hostname
341 result: myhost.test.ex
342 SMTP<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
343127.0.0.1 in hosts_avoid_esmtp? no (option unset)
344 SMTP>> EHLO myhost.test.ex
345 SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]
346 250-SIZE 52428800
347 250-8BITMIME
348 250-PIPELINING
349 250-STARTTLS
350 250 HELP
351expanding: $address_data
352 result: usery
353expanding: usery
354 result: usery
355condition: eq {$address_data}{usery}
356 result: true
357expanding: *
358 result: *
359expanding: :
360 result: :
361skipping: result is not used
362expanding: ${if eq {$address_data}{usery}{*}{:}}
363 result: *
364127.0.0.1 in hosts_avoid_tls? yes (matched "*")
da45993f 365127.0.0.1 in hosts_require_auth? no (option unset)
99400968
JH
366 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
367 SMTP<< 250 OK
368 SMTP>> RCPT TO:<usery@domain.com>
369 SMTP<< 250 Accepted
370----------- end cutthrough setup ------------
371processing "accept"
372accept: condition test succeeded in inline ACL
a7538db1 373end of inline ACL: ACCEPT
99400968
JH
374 SMTP>> DATA
375 SMTP<< 354 Enter message, ending with "." on a line by itself
376expanding: ${tod_full}
377 result: Tue, 2 Mar 1999 09:44:33 +0000
378condition: def:sender_rcvhost
379 result: false
380expanding: from $sender_rcvhost
381
382 result: from
383
384skipping: result is not used
385condition: def:sender_ident
386 result: true
387expanding: $sender_ident
388 result: CALLER
389expanding: from ${quote_local_part:$sender_ident}
390 result: from CALLER
391condition: def:sender_helo_name
392 result: true
393expanding: (helo=$sender_helo_name)
394
395 result: (helo=myhost.test.ex)
396
397expanding: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
398 }}
399 result: from CALLER (helo=myhost.test.ex)
400
401condition: def:received_protocol
402 result: true
403expanding: with $received_protocol
404 result: with local-esmtp
405condition: def:sender_address
406 result: true
407expanding: (envelope-from <$sender_address>)
408
409 result: (envelope-from <CALLER@myhost.test.ex>)
410
411condition: def:received_for
412 result: true
413expanding:
414 for $received_for
415 result:
416 for usery@domain.com
36f53194
JH
417----------- start cutthrough headers send -----------
418----------- done cutthrough headers send ------------
99400968
JH
419expanding: ${tod_full}
420 result: Tue, 2 Mar 1999 09:44:33 +0000
421 SMTP>> .
422 SMTP<< 250 OK id=10HmbB-0005vi-00
423LOG: MAIN
424 >> usery@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] C="250 OK id=10HmbB-0005vi-00"
425 SMTP>> QUIT
426----------- cutthrough shutdown (delivered) ------------
427LOG: MAIN
428 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
429LOG: MAIN
430 Completed
431LOG: smtp_connection MAIN
432 SMTP connection from CALLER closed by QUIT
433>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
b32ddfaa
JH
434
435******** SERVER ********