Refactor tls_client_init interface
[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"
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
JH
83127.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)
b32ddfaa
JH
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
da45993f 92127.0.0.1 in hosts_require_auth? no (option unset)
b32ddfaa
JH
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 ------------
98processing "accept"
99accept: condition test succeeded in inline ACL
100 SMTP>> DATA
101 SMTP<< 354 Enter message, ending with "." on a line by itself
102expanding: ${tod_full}
103 result: Tue, 2 Mar 1999 09:44:33 +0000
104condition: def:sender_rcvhost
105 result: false
106expanding: from $sender_rcvhost
107
108 result: from
109
110skipping: result is not used
111condition: def:sender_ident
112 result: true
113expanding: $sender_ident
114 result: CALLER
115expanding: from ${quote_local_part:$sender_ident}
116 result: from CALLER
117condition: def:sender_helo_name
118 result: true
119expanding: (helo=$sender_helo_name)
120
121 result: (helo=myhost.test.ex)
122
123expanding: ${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
127condition: def:received_protocol
128 result: true
129expanding: with $received_protocol
130 result: with local-esmtp
131condition: def:sender_address
132 result: true
133expanding: (envelope-from <$sender_address>)
134
135 result: (envelope-from <CALLER@myhost.test.ex>)
136
137condition: def:received_for
138 result: true
139expanding:
140 for $received_for
141 result:
142 for userx@domain.com
36f53194
JH
143----------- start cutthrough headers send -----------
144----------- done cutthrough headers send ------------
b32ddfaa
JH
145expanding: ${tod_full}
146 result: Tue, 2 Mar 1999 09:44:33 +0000
147 SMTP>> .
148 SMTP<< 250 OK id=10HmaX-0005vi-00
149LOG: MAIN
389ca47a 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"
b32ddfaa
JH
151 SMTP>> QUIT
152----------- cutthrough shutdown (delivered) ------------
153LOG: MAIN
154 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
155LOG: MAIN
156 Completed
157LOG: smtp_connection MAIN
158 SMTP connection from CALLER closed by QUIT
159>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
160Exim version x.yz ....
161configuration file is TESTSUITE/test-config
162admin user
163 in hosts_connection_nolog? no (option unset)
164LOG: smtp_connection MAIN
165 SMTP connection from CALLER
166expanding: $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 "*")
170expanding: SERVER
171 result: SERVER
172expanding: server
173 result: server
174condition: eq {SERVER}{server}
175 result: false
176expanding: queue
177 result: queue
178skipping: result is not used
179expanding: cutthrough
180 result: cutthrough
181expanding: ${if eq {SERVER}{server}{queue}{cutthrough}}
182 result: cutthrough
183using ACL "cutthrough"
184processing "accept"
185check control = cutthrough_delivery
186check verify = recipient
187domain.com in "test.ex : *.test.ex"? no (end of list)
188domain.com in "! +local_domains"? yes (end of list)
189expanding: $local_part
190 result: usery
191domain.com in "*"? yes (matched "*")
192----------- end verify ------------
193accept: condition test succeeded in ACL "cutthrough"
194----------- start cutthrough setup ------------
195domain.com in "test.ex : *.test.ex"? no (end of list)
196domain.com in "! +local_domains"? yes (end of list)
197expanding: $local_part
198 result: usery
199domain.com in "*"? yes (matched "*")
200Connecting to 127.0.0.1 [127.0.0.1]:1225 from ip4.ip4.ip4.ip4 ... connected
201expanding: $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
204127.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
212expanding: $address_data
213 result: usery
214expanding: usery
215 result: usery
216condition: eq {$address_data}{usery}
217 result: true
218expanding: *
219 result: *
220expanding: :
221 result: :
222skipping: result is not used
223expanding: ${if eq {$address_data}{usery}{*}{:}}
224 result: *
225127.0.0.1 in hosts_avoid_tls? yes (matched "*")
da45993f 226127.0.0.1 in hosts_require_auth? no (option unset)
b32ddfaa
JH
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 ------------
232processing "accept"
233accept: condition test succeeded in inline ACL
234 SMTP>> DATA
235 SMTP<< 354 Enter message, ending with "." on a line by itself
236expanding: ${tod_full}
237 result: Tue, 2 Mar 1999 09:44:33 +0000
238condition: def:sender_rcvhost
239 result: false
240expanding: from $sender_rcvhost
241
242 result: from
243
244skipping: result is not used
245condition: def:sender_ident
246 result: true
247expanding: $sender_ident
248 result: CALLER
249expanding: from ${quote_local_part:$sender_ident}
250 result: from CALLER
251condition: def:sender_helo_name
252 result: true
253expanding: (helo=$sender_helo_name)
254
255 result: (helo=myhost.test.ex)
256
257expanding: ${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
261condition: def:received_protocol
262 result: true
263expanding: with $received_protocol
264 result: with local-esmtp
265condition: def:sender_address
266 result: true
267expanding: (envelope-from <$sender_address>)
268
269 result: (envelope-from <CALLER@myhost.test.ex>)
270
271condition: def:received_for
272 result: true
273expanding:
274 for $received_for
275 result:
276 for usery@domain.com
36f53194
JH
277----------- start cutthrough headers send -----------
278----------- done cutthrough headers send ------------
b32ddfaa
JH
279expanding: ${tod_full}
280 result: Tue, 2 Mar 1999 09:44:33 +0000
281 SMTP>> .
282 SMTP<< 250 OK id=10HmaZ-0005vi-00
283LOG: 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) ------------
287LOG: MAIN
288 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
289LOG: MAIN
290 Completed
291LOG: smtp_connection MAIN
292 SMTP connection from CALLER closed by QUIT
293>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
99400968
JH
294Exim version x.yz ....
295configuration file is TESTSUITE/test-config
296admin user
297 in hosts_connection_nolog? no (option unset)
298LOG: smtp_connection MAIN
299 SMTP connection from CALLER
300expanding: $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 "*")
304expanding: SERVER
305 result: SERVER
306expanding: server
307 result: server
308condition: eq {SERVER}{server}
309 result: false
310expanding: queue
311 result: queue
312skipping: result is not used
313expanding: cutthrough
314 result: cutthrough
315expanding: ${if eq {SERVER}{server}{queue}{cutthrough}}
316 result: cutthrough
317using ACL "cutthrough"
318processing "accept"
319check control = cutthrough_delivery
320check verify = recipient
321domain.com in "test.ex : *.test.ex"? no (end of list)
322domain.com in "! +local_domains"? yes (end of list)
323expanding: $local_part
324 result: usery
325domain.com in "*"? yes (matched "*")
326----------- end verify ------------
327accept: condition test succeeded in ACL "cutthrough"
328----------- start cutthrough setup ------------
329domain.com in "test.ex : *.test.ex"? no (end of list)
330domain.com in "! +local_domains"? yes (end of list)
331expanding: $local_part
332 result: usery
333domain.com in "*"? yes (matched "*")
334Connecting to 127.0.0.1 [127.0.0.1]:1225 from ip4.ip4.ip4.ip4 ... connected
335expanding: $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
338127.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
346expanding: $address_data
347 result: usery
348expanding: usery
349 result: usery
350condition: eq {$address_data}{usery}
351 result: true
352expanding: *
353 result: *
354expanding: :
355 result: :
356skipping: result is not used
357expanding: ${if eq {$address_data}{usery}{*}{:}}
358 result: *
359127.0.0.1 in hosts_avoid_tls? yes (matched "*")
da45993f 360127.0.0.1 in hosts_require_auth? no (option unset)
99400968
JH
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 ------------
366processing "accept"
367accept: condition test succeeded in inline ACL
368 SMTP>> DATA
369 SMTP<< 354 Enter message, ending with "." on a line by itself
370expanding: ${tod_full}
371 result: Tue, 2 Mar 1999 09:44:33 +0000
372condition: def:sender_rcvhost
373 result: false
374expanding: from $sender_rcvhost
375
376 result: from
377
378skipping: result is not used
379condition: def:sender_ident
380 result: true
381expanding: $sender_ident
382 result: CALLER
383expanding: from ${quote_local_part:$sender_ident}
384 result: from CALLER
385condition: def:sender_helo_name
386 result: true
387expanding: (helo=$sender_helo_name)
388
389 result: (helo=myhost.test.ex)
390
391expanding: ${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
395condition: def:received_protocol
396 result: true
397expanding: with $received_protocol
398 result: with local-esmtp
399condition: def:sender_address
400 result: true
401expanding: (envelope-from <$sender_address>)
402
403 result: (envelope-from <CALLER@myhost.test.ex>)
404
405condition: def:received_for
406 result: true
407expanding:
408 for $received_for
409 result:
410 for usery@domain.com
36f53194
JH
411----------- start cutthrough headers send -----------
412----------- done cutthrough headers send ------------
99400968
JH
413expanding: ${tod_full}
414 result: Tue, 2 Mar 1999 09:44:33 +0000
415 SMTP>> .
416 SMTP<< 250 OK id=10HmbB-0005vi-00
417LOG: 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) ------------
421LOG: MAIN
422 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
423LOG: MAIN
424 Completed
425LOG: smtp_connection MAIN
426 SMTP connection from CALLER closed by QUIT
427>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
b32ddfaa
JH
428
429******** SERVER ********