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