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