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