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