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