TLS: add variables for the IETF standard name for the connection ciphersuite
[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
1b37ac39
JH
7 ┌considering: $smtp_active_hostname ESMTP Exim $version_number $tod_full
8 ├──expanding: $smtp_active_hostname ESMTP Exim $version_number $tod_full
9 └─────result: myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
50dc7409 10 in dsn_advertise_hosts? no (option unset)
b32ddfaa 11 in pipelining_advertise_hosts? yes (matched "*")
aa368db3 12 in chunking_advertise_hosts? no (end of list)
b32ddfaa 13 in tls_advertise_hosts? yes (matched "*")
1b37ac39
JH
14 ┌considering: ${if eq {SERVER}{server}{queue}{cutthrough}}
15 ┌considering: SERVER}{server}{queue}{cutthrough}}
16 ├──expanding: SERVER
17 └─────result: SERVER
18 ┌considering: server}{queue}{cutthrough}}
19 ├──expanding: server
20 └─────result: server
21 ├──condition: eq {SERVER}{server}
22 ├─────result: false
23 ┌───scanning: queue}{cutthrough}}
24 ├──expanding: queue
25 ├─────result: queue
26 └───skipping: result is not used
27 ┌considering: cutthrough}}
28 ├──expanding: cutthrough
29 └─────result: cutthrough
30 ├──expanding: ${if eq {SERVER}{server}{queue}{cutthrough}}
31 └─────result: cutthrough
b32ddfaa 32using ACL "cutthrough"
897024f1 33processing "accept" (TESTSUITE/test-config 22)
b32ddfaa
JH
34check control = cutthrough_delivery
35check verify = recipient
36domain.com in "test.ex : *.test.ex"? no (end of list)
37domain.com in "! +local_domains"? yes (end of list)
1b37ac39
JH
38 ┌considering: $local_part
39 ├──expanding: $local_part
40 └─────result: userx
b32ddfaa
JH
41domain.com in "*"? yes (matched "*")
42----------- end verify ------------
43accept: condition test succeeded in ACL "cutthrough"
a7538db1 44end of ACL "cutthrough": ACCEPT
b32ddfaa
JH
45----------- start cutthrough setup ------------
46domain.com in "test.ex : *.test.ex"? no (end of list)
47domain.com in "! +local_domains"? yes (end of list)
1b37ac39
JH
48 ┌considering: $local_part
49 ├──expanding: $local_part
50 └─────result: userx
b32ddfaa 51domain.com in "*"? yes (matched "*")
cb340d8d 52Connecting to 127.0.0.1 [127.0.0.1]:1225 from ip4.ip4.ip4.ip4 ... connected
1b37ac39
JH
53 ┌considering: $primary_hostname
54 ├──expanding: $primary_hostname
55 └─────result: myhost.test.ex
b32ddfaa
JH
56 SMTP<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
57127.0.0.1 in hosts_avoid_esmtp? no (option unset)
58 SMTP>> EHLO myhost.test.ex
76003495 59cmd buf flush ddd bytes
b32ddfaa
JH
60 SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]
61 250-SIZE 52428800
62 250-8BITMIME
63 250-PIPELINING
64 250-STARTTLS
65 250 HELP
1b37ac39
JH
66 ┌considering: ${if eq {$address_data}{usery}{*}{:}}
67 ┌considering: $address_data}{usery}{*}{:}}
68 ├──expanding: $address_data
69 └─────result: userx
70 ┌considering: usery}{*}{:}}
71 ├──expanding: usery
72 └─────result: usery
73 ├──condition: eq {$address_data}{usery}
74 ├─────result: false
75 ┌───scanning: *}{:}}
76 ├──expanding: *
77 ├─────result: *
78 └───skipping: result is not used
79 ┌considering: :}}
80 ├──expanding: :
81 └─────result: :
82 ├──expanding: ${if eq {$address_data}{usery}{*}{:}}
83 └─────result: :
b32ddfaa 84127.0.0.1 in hosts_avoid_tls? no (end of list)
1b37ac39
JH
85 ┌considering: ${if eq {$address_data}{userz}{*}{:}}
86 ┌considering: $address_data}{userz}{*}{:}}
87 ├──expanding: $address_data
88 └─────result: userx
89 ┌considering: userz}{*}{:}}
90 ├──expanding: userz
91 └─────result: userz
92 ├──condition: eq {$address_data}{userz}
93 ├─────result: false
94 ┌───scanning: *}{:}}
95 ├──expanding: *
96 ├─────result: *
97 └───skipping: result is not used
98 ┌considering: :}}
99 ├──expanding: :
100 └─────result: :
101 ├──expanding: ${if eq {$address_data}{userz}{*}{:}}
102 └─────result: :
99400968 103127.0.0.1 in hosts_verify_avoid_tls? no (end of list)
b32ddfaa 104 SMTP>> STARTTLS
76003495 105cmd buf flush ddd bytes
b32ddfaa 106 SMTP<< 220 TLS go ahead
aa2a70ba 107127.0.0.1 in tls_verify_hosts? no (option unset)
610ff438
JH
108127.0.0.1 in tls_try_verify_hosts? yes (matched "*")
109127.0.0.1 in tls_verify_cert_hostnames? yes (matched "*")
b32ddfaa 110 SMTP>> EHLO myhost.test.ex
76003495 111cmd buf flush ddd bytes
b32ddfaa
JH
112 SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]
113 250-SIZE 52428800
114 250-8BITMIME
115 250-PIPELINING
116 250 HELP
02b41d71
JH
117127.0.0.1 in hosts_avoid_pipelining? no (option unset)
118using PIPELINING
119not using DSN
da45993f 120127.0.0.1 in hosts_require_auth? no (option unset)
14de8063 121 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
b32ddfaa 122 SMTP>> RCPT TO:<userx@domain.com>
76003495 123cmd buf flush ddd bytes
7c576fca 124sync_responses expect mail
e9166683 125 SMTP<< 250 OK
7c576fca 126sync_responses expect rcpt
b32ddfaa 127 SMTP<< 250 Accepted
8b9476ba 128holding verify callout open for cutthrough delivery
b32ddfaa 129----------- end cutthrough setup ------------
897024f1 130processing "accept" (TESTSUITE/test-config 54)
b32ddfaa 131accept: condition test succeeded in inline ACL
a7538db1 132end of inline ACL: ACCEPT
b32ddfaa
JH
133 SMTP>> DATA
134 SMTP<< 354 Enter message, ending with "." on a line by itself
1b37ac39
JH
135 ┌considering: ${tod_full}
136 ├──expanding: ${tod_full}
137 └─────result: Tue, 2 Mar 1999 09:44:33 +0000
138 ┌considering: Received: ${if def:sender_rcvhost {from $sender_rcvhost
f9913671 139 }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
f1be21cf
JH
140 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol }}${if def:tls_in_cipher_std { tls $tls_in_cipher_std
141 }}(Exim $version_number)
f9913671
JH
142 ${if def:sender_address {(envelope-from <$sender_address>)
143 }}id $message_exim_id${if def:received_for {
144 for $received_for}}
1b37ac39
JH
145 ├──condition: def:sender_rcvhost
146 ├─────result: false
147 ┌───scanning: from $sender_rcvhost
f9913671 148 }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
f1be21cf
JH
149 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol }}${if def:tls_in_cipher_std { tls $tls_in_cipher_std
150 }}(Exim $version_number)
f9913671
JH
151 ${if def:sender_address {(envelope-from <$sender_address>)
152 }}id $message_exim_id${if def:received_for {
153 for $received_for}}
1b37ac39 154 ├──expanding: from $sender_rcvhost
f9913671 155
1b37ac39 156 ├─────result: from
f9913671 157
1b37ac39
JH
158 └───skipping: result is not used
159 ┌considering: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
f1be21cf
JH
160 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol }}${if def:tls_in_cipher_std { tls $tls_in_cipher_std
161 }}(Exim $version_number)
f9913671
JH
162 ${if def:sender_address {(envelope-from <$sender_address>)
163 }}id $message_exim_id${if def:received_for {
164 for $received_for}}
1b37ac39
JH
165 ├──condition: def:sender_ident
166 ├─────result: true
167 ┌considering: from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
f1be21cf
JH
168 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol }}${if def:tls_in_cipher_std { tls $tls_in_cipher_std
169 }}(Exim $version_number)
f9913671
JH
170 ${if def:sender_address {(envelope-from <$sender_address>)
171 }}id $message_exim_id${if def:received_for {
172 for $received_for}}
173 ╎┌considering: $sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
f1be21cf
JH
174 ╎ }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol }}${if def:tls_in_cipher_std { tls $tls_in_cipher_std
175 ╎ }}(Exim $version_number)
f9913671
JH
176 ╎ ${if def:sender_address {(envelope-from <$sender_address>)
177 ╎ }}id $message_exim_id${if def:received_for {
178 ╎ for $received_for}}
179 ╎├──expanding: $sender_ident
180 ╎└─────result: CALLER
1b37ac39
JH
181 ├──expanding: from ${quote_local_part:$sender_ident}
182 └─────result: from CALLER
183 ├──condition: def:sender_helo_name
184 ├─────result: true
185 ┌considering: (helo=$sender_helo_name)
f1be21cf
JH
186 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol }}${if def:tls_in_cipher_std { tls $tls_in_cipher_std
187 }}(Exim $version_number)
f9913671
JH
188 ${if def:sender_address {(envelope-from <$sender_address>)
189 }}id $message_exim_id${if def:received_for {
190 for $received_for}}
1b37ac39 191 ├──expanding: (helo=$sender_helo_name)
f9913671 192
1b37ac39 193 └─────result: (helo=myhost.test.ex)
f9913671 194
1b37ac39 195 ├──expanding: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
f9913671 196 }}
1b37ac39 197 └─────result: from CALLER (helo=myhost.test.ex)
f9913671 198
1b37ac39
JH
199 ├──condition: def:received_protocol
200 ├─────result: true
f1be21cf
JH
201 ┌considering: with $received_protocol }}${if def:tls_in_cipher_std { tls $tls_in_cipher_std
202 }}(Exim $version_number)
f9913671
JH
203 ${if def:sender_address {(envelope-from <$sender_address>)
204 }}id $message_exim_id${if def:received_for {
205 for $received_for}}
f1be21cf
JH
206 ├──expanding: with $received_protocol
207 └─────result: with local-esmtp
208 ├──condition: def:tls_in_cipher_std
209 ├─────result: false
210 ┌───scanning: tls $tls_in_cipher_std
211 }}(Exim $version_number)
212 ${if def:sender_address {(envelope-from <$sender_address>)
213 }}id $message_exim_id${if def:received_for {
214 for $received_for}}
215 ├──expanding: tls $tls_in_cipher_std
216
217 ├─────result: tls
218
219 └───skipping: result is not used
1b37ac39
JH
220 ├──condition: def:sender_address
221 ├─────result: true
222 ┌considering: (envelope-from <$sender_address>)
f9913671
JH
223 }}id $message_exim_id${if def:received_for {
224 for $received_for}}
1b37ac39 225 ├──expanding: (envelope-from <$sender_address>)
f9913671 226
1b37ac39 227 └─────result: (envelope-from <CALLER@myhost.test.ex>)
f9913671 228
1b37ac39
JH
229 ├──condition: def:received_for
230 ├─────result: true
231 ┌considering:
f9913671 232 for $received_for}}
1b37ac39 233 ├──expanding:
f9913671 234 for $received_for
1b37ac39 235 └─────result:
f9913671 236 for userx@domain.com
1b37ac39 237 ├──expanding: Received: ${if def:sender_rcvhost {from $sender_rcvhost
f9913671 238 }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
f1be21cf
JH
239 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol }}${if def:tls_in_cipher_std { tls $tls_in_cipher_std
240 }}(Exim $version_number)
f9913671
JH
241 ${if def:sender_address {(envelope-from <$sender_address>)
242 }}id $message_exim_id${if def:received_for {
243 for $received_for}}
1b37ac39 244 └─────result: Received: from CALLER (helo=myhost.test.ex)
f9913671
JH
245 by myhost.test.ex with local-esmtp (Exim x.yz)
246 (envelope-from <CALLER@myhost.test.ex>)
247 id 10HmaX-0005vi-00
248 for userx@domain.com
36f53194
JH
249----------- start cutthrough headers send -----------
250----------- done cutthrough headers send ------------
1b37ac39
JH
251 ┌considering: ${tod_full}
252 ├──expanding: ${tod_full}
253 └─────result: Tue, 2 Mar 1999 09:44:33 +0000
b32ddfaa 254 SMTP>> .
d4dc049f 255 SMTP<< 250 OK id=10HmaY-0005vi-00
b32ddfaa 256LOG: MAIN
826cb8c2 257 >> userx@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] X=TLS1.x:ke-RSA-AES256-SHAnnn:xxx CV=no C="250 OK id=10HmaY-0005vi-00"
b32ddfaa 258 SMTP>> QUIT
2760b518 259 SMTP<< 221 myhost.test.ex closing connection
ae5afa61 260 SMTP(close)>>
b32ddfaa
JH
261----------- cutthrough shutdown (delivered) ------------
262LOG: MAIN
263 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
264LOG: MAIN
265 Completed
266LOG: smtp_connection MAIN
267 SMTP connection from CALLER closed by QUIT
9bfb7e1b 268>>>>>>>>>>>>>>>> Exim pid=pppp (msg setup toplevel) terminating with rc=0 >>>>>>>>>>>>>>>>
b32ddfaa
JH
269Exim version x.yz ....
270configuration file is TESTSUITE/test-config
271admin user
272 in hosts_connection_nolog? no (option unset)
273LOG: smtp_connection MAIN
274 SMTP connection from CALLER
1b37ac39
JH
275 ┌considering: $smtp_active_hostname ESMTP Exim $version_number $tod_full
276 ├──expanding: $smtp_active_hostname ESMTP Exim $version_number $tod_full
277 └─────result: myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
50dc7409 278 in dsn_advertise_hosts? no (option unset)
b32ddfaa 279 in pipelining_advertise_hosts? yes (matched "*")
aa368db3 280 in chunking_advertise_hosts? no (end of list)
b32ddfaa 281 in tls_advertise_hosts? yes (matched "*")
1b37ac39
JH
282 ┌considering: ${if eq {SERVER}{server}{queue}{cutthrough}}
283 ┌considering: SERVER}{server}{queue}{cutthrough}}
284 ├──expanding: SERVER
285 └─────result: SERVER
286 ┌considering: server}{queue}{cutthrough}}
287 ├──expanding: server
288 └─────result: server
289 ├──condition: eq {SERVER}{server}
290 ├─────result: false
291 ┌───scanning: queue}{cutthrough}}
292 ├──expanding: queue
293 ├─────result: queue
294 └───skipping: result is not used
295 ┌considering: cutthrough}}
296 ├──expanding: cutthrough
297 └─────result: cutthrough
298 ├──expanding: ${if eq {SERVER}{server}{queue}{cutthrough}}
299 └─────result: cutthrough
b32ddfaa 300using ACL "cutthrough"
897024f1 301processing "accept" (TESTSUITE/test-config 22)
b32ddfaa
JH
302check control = cutthrough_delivery
303check verify = recipient
304domain.com in "test.ex : *.test.ex"? no (end of list)
305domain.com in "! +local_domains"? yes (end of list)
1b37ac39
JH
306 ┌considering: $local_part
307 ├──expanding: $local_part
308 └─────result: usery
b32ddfaa
JH
309domain.com in "*"? yes (matched "*")
310----------- end verify ------------
311accept: condition test succeeded in ACL "cutthrough"
a7538db1 312end of ACL "cutthrough": ACCEPT
b32ddfaa
JH
313----------- start cutthrough setup ------------
314domain.com in "test.ex : *.test.ex"? no (end of list)
315domain.com in "! +local_domains"? yes (end of list)
1b37ac39
JH
316 ┌considering: $local_part
317 ├──expanding: $local_part
318 └─────result: usery
b32ddfaa 319domain.com in "*"? yes (matched "*")
cb340d8d 320Connecting to 127.0.0.1 [127.0.0.1]:1225 from ip4.ip4.ip4.ip4 ... connected
1b37ac39
JH
321 ┌considering: $primary_hostname
322 ├──expanding: $primary_hostname
323 └─────result: myhost.test.ex
b32ddfaa
JH
324 SMTP<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
325127.0.0.1 in hosts_avoid_esmtp? no (option unset)
326 SMTP>> EHLO myhost.test.ex
76003495 327cmd buf flush ddd bytes
b32ddfaa
JH
328 SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]
329 250-SIZE 52428800
330 250-8BITMIME
331 250-PIPELINING
332 250-STARTTLS
333 250 HELP
1b37ac39
JH
334 ┌considering: ${if eq {$address_data}{usery}{*}{:}}
335 ┌considering: $address_data}{usery}{*}{:}}
336 ├──expanding: $address_data
337 └─────result: usery
338 ┌considering: usery}{*}{:}}
339 ├──expanding: usery
340 └─────result: usery
341 ├──condition: eq {$address_data}{usery}
342 ├─────result: true
343 ┌considering: *}{:}}
344 ├──expanding: *
345 └─────result: *
346 ┌───scanning: :}}
347 ├──expanding: :
348 ├─────result: :
349 └───skipping: result is not used
350 ├──expanding: ${if eq {$address_data}{usery}{*}{:}}
351 └─────result: *
b32ddfaa 352127.0.0.1 in hosts_avoid_tls? yes (matched "*")
02b41d71
JH
353127.0.0.1 in hosts_avoid_pipelining? no (option unset)
354using PIPELINING
355not using DSN
da45993f 356127.0.0.1 in hosts_require_auth? no (option unset)
14de8063 357 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
b32ddfaa 358 SMTP>> RCPT TO:<usery@domain.com>
76003495 359cmd buf flush ddd bytes
7c576fca 360sync_responses expect mail
e9166683 361 SMTP<< 250 OK
7c576fca 362sync_responses expect rcpt
b32ddfaa 363 SMTP<< 250 Accepted
8b9476ba 364holding verify callout open for cutthrough delivery
b32ddfaa 365----------- end cutthrough setup ------------
897024f1 366processing "accept" (TESTSUITE/test-config 54)
b32ddfaa 367accept: condition test succeeded in inline ACL
a7538db1 368end of inline ACL: ACCEPT
b32ddfaa
JH
369 SMTP>> DATA
370 SMTP<< 354 Enter message, ending with "." on a line by itself
1b37ac39
JH
371 ┌considering: ${tod_full}
372 ├──expanding: ${tod_full}
373 └─────result: Tue, 2 Mar 1999 09:44:33 +0000
374 ┌considering: Received: ${if def:sender_rcvhost {from $sender_rcvhost
f9913671 375 }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
f1be21cf
JH
376 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol }}${if def:tls_in_cipher_std { tls $tls_in_cipher_std
377 }}(Exim $version_number)
f9913671
JH
378 ${if def:sender_address {(envelope-from <$sender_address>)
379 }}id $message_exim_id${if def:received_for {
380 for $received_for}}
1b37ac39
JH
381 ├──condition: def:sender_rcvhost
382 ├─────result: false
383 ┌───scanning: from $sender_rcvhost
f9913671 384 }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
f1be21cf
JH
385 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol }}${if def:tls_in_cipher_std { tls $tls_in_cipher_std
386 }}(Exim $version_number)
f9913671
JH
387 ${if def:sender_address {(envelope-from <$sender_address>)
388 }}id $message_exim_id${if def:received_for {
389 for $received_for}}
1b37ac39 390 ├──expanding: from $sender_rcvhost
f9913671 391
1b37ac39 392 ├─────result: from
f9913671 393
1b37ac39
JH
394 └───skipping: result is not used
395 ┌considering: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
f1be21cf
JH
396 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol }}${if def:tls_in_cipher_std { tls $tls_in_cipher_std
397 }}(Exim $version_number)
f9913671
JH
398 ${if def:sender_address {(envelope-from <$sender_address>)
399 }}id $message_exim_id${if def:received_for {
400 for $received_for}}
1b37ac39
JH
401 ├──condition: def:sender_ident
402 ├─────result: true
403 ┌considering: from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
f1be21cf
JH
404 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol }}${if def:tls_in_cipher_std { tls $tls_in_cipher_std
405 }}(Exim $version_number)
f9913671
JH
406 ${if def:sender_address {(envelope-from <$sender_address>)
407 }}id $message_exim_id${if def:received_for {
408 for $received_for}}
409 ╎┌considering: $sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
f1be21cf
JH
410 ╎ }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol }}${if def:tls_in_cipher_std { tls $tls_in_cipher_std
411 ╎ }}(Exim $version_number)
f9913671
JH
412 ╎ ${if def:sender_address {(envelope-from <$sender_address>)
413 ╎ }}id $message_exim_id${if def:received_for {
414 ╎ for $received_for}}
415 ╎├──expanding: $sender_ident
416 ╎└─────result: CALLER
1b37ac39
JH
417 ├──expanding: from ${quote_local_part:$sender_ident}
418 └─────result: from CALLER
419 ├──condition: def:sender_helo_name
420 ├─────result: true
421 ┌considering: (helo=$sender_helo_name)
f1be21cf
JH
422 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol }}${if def:tls_in_cipher_std { tls $tls_in_cipher_std
423 }}(Exim $version_number)
f9913671
JH
424 ${if def:sender_address {(envelope-from <$sender_address>)
425 }}id $message_exim_id${if def:received_for {
426 for $received_for}}
1b37ac39 427 ├──expanding: (helo=$sender_helo_name)
f9913671 428
1b37ac39 429 └─────result: (helo=myhost.test.ex)
f9913671 430
1b37ac39 431 ├──expanding: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
f9913671 432 }}
1b37ac39 433 └─────result: from CALLER (helo=myhost.test.ex)
f9913671 434
1b37ac39
JH
435 ├──condition: def:received_protocol
436 ├─────result: true
f1be21cf
JH
437 ┌considering: with $received_protocol }}${if def:tls_in_cipher_std { tls $tls_in_cipher_std
438 }}(Exim $version_number)
439 ${if def:sender_address {(envelope-from <$sender_address>)
440 }}id $message_exim_id${if def:received_for {
441 for $received_for}}
442 ├──expanding: with $received_protocol
443 └─────result: with local-esmtp
444 ├──condition: def:tls_in_cipher_std
445 ├─────result: false
446 ┌───scanning: tls $tls_in_cipher_std
447 }}(Exim $version_number)
f9913671
JH
448 ${if def:sender_address {(envelope-from <$sender_address>)
449 }}id $message_exim_id${if def:received_for {
450 for $received_for}}
f1be21cf
JH
451 ├──expanding: tls $tls_in_cipher_std
452
453 ├─────result: tls
454
455 └───skipping: result is not used
1b37ac39
JH
456 ├──condition: def:sender_address
457 ├─────result: true
458 ┌considering: (envelope-from <$sender_address>)
f9913671
JH
459 }}id $message_exim_id${if def:received_for {
460 for $received_for}}
1b37ac39 461 ├──expanding: (envelope-from <$sender_address>)
f9913671 462
1b37ac39 463 └─────result: (envelope-from <CALLER@myhost.test.ex>)
f9913671 464
1b37ac39
JH
465 ├──condition: def:received_for
466 ├─────result: true
467 ┌considering:
f9913671 468 for $received_for}}
1b37ac39 469 ├──expanding:
f9913671 470 for $received_for
1b37ac39 471 └─────result:
f9913671 472 for usery@domain.com
1b37ac39 473 ├──expanding: Received: ${if def:sender_rcvhost {from $sender_rcvhost
f9913671 474 }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
f1be21cf
JH
475 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol }}${if def:tls_in_cipher_std { tls $tls_in_cipher_std
476 }}(Exim $version_number)
f9913671
JH
477 ${if def:sender_address {(envelope-from <$sender_address>)
478 }}id $message_exim_id${if def:received_for {
479 for $received_for}}
1b37ac39 480 └─────result: Received: from CALLER (helo=myhost.test.ex)
f9913671
JH
481 by myhost.test.ex with local-esmtp (Exim x.yz)
482 (envelope-from <CALLER@myhost.test.ex>)
483 id 10HmaZ-0005vi-00
484 for usery@domain.com
36f53194
JH
485----------- start cutthrough headers send -----------
486----------- done cutthrough headers send ------------
1b37ac39
JH
487 ┌considering: ${tod_full}
488 ├──expanding: ${tod_full}
489 └─────result: Tue, 2 Mar 1999 09:44:33 +0000
b32ddfaa 490 SMTP>> .
d4dc049f 491 SMTP<< 250 OK id=10HmbA-0005vi-00
b32ddfaa 492LOG: MAIN
d4dc049f 493 >> usery@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] C="250 OK id=10HmbA-0005vi-00"
b32ddfaa 494 SMTP>> QUIT
2760b518 495 SMTP<< 221 myhost.test.ex closing connection
ae5afa61 496 SMTP(close)>>
b32ddfaa
JH
497----------- cutthrough shutdown (delivered) ------------
498LOG: MAIN
499 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
500LOG: MAIN
501 Completed
502LOG: smtp_connection MAIN
503 SMTP connection from CALLER closed by QUIT
9bfb7e1b 504>>>>>>>>>>>>>>>> Exim pid=pppp (msg setup toplevel) terminating with rc=0 >>>>>>>>>>>>>>>>
99400968
JH
505Exim version x.yz ....
506configuration file is TESTSUITE/test-config
507admin user
508 in hosts_connection_nolog? no (option unset)
509LOG: smtp_connection MAIN
510 SMTP connection from CALLER
1b37ac39
JH
511 ┌considering: $smtp_active_hostname ESMTP Exim $version_number $tod_full
512 ├──expanding: $smtp_active_hostname ESMTP Exim $version_number $tod_full
513 └─────result: myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
50dc7409 514 in dsn_advertise_hosts? no (option unset)
99400968 515 in pipelining_advertise_hosts? yes (matched "*")
aa368db3 516 in chunking_advertise_hosts? no (end of list)
99400968 517 in tls_advertise_hosts? yes (matched "*")
1b37ac39
JH
518 ┌considering: ${if eq {SERVER}{server}{queue}{cutthrough}}
519 ┌considering: SERVER}{server}{queue}{cutthrough}}
520 ├──expanding: SERVER
521 └─────result: SERVER
522 ┌considering: server}{queue}{cutthrough}}
523 ├──expanding: server
524 └─────result: server
525 ├──condition: eq {SERVER}{server}
526 ├─────result: false
527 ┌───scanning: queue}{cutthrough}}
528 ├──expanding: queue
529 ├─────result: queue
530 └───skipping: result is not used
531 ┌considering: cutthrough}}
532 ├──expanding: cutthrough
533 └─────result: cutthrough
534 ├──expanding: ${if eq {SERVER}{server}{queue}{cutthrough}}
535 └─────result: cutthrough
99400968 536using ACL "cutthrough"
897024f1 537processing "accept" (TESTSUITE/test-config 22)
99400968
JH
538check control = cutthrough_delivery
539check verify = recipient
540domain.com in "test.ex : *.test.ex"? no (end of list)
541domain.com in "! +local_domains"? yes (end of list)
1b37ac39
JH
542 ┌considering: $local_part
543 ├──expanding: $local_part
544 └─────result: usery
99400968
JH
545domain.com in "*"? yes (matched "*")
546----------- end verify ------------
547accept: condition test succeeded in ACL "cutthrough"
a7538db1 548end of ACL "cutthrough": ACCEPT
99400968
JH
549----------- start cutthrough setup ------------
550domain.com in "test.ex : *.test.ex"? no (end of list)
551domain.com in "! +local_domains"? yes (end of list)
1b37ac39
JH
552 ┌considering: $local_part
553 ├──expanding: $local_part
554 └─────result: usery
99400968 555domain.com in "*"? yes (matched "*")
cb340d8d 556Connecting to 127.0.0.1 [127.0.0.1]:1225 from ip4.ip4.ip4.ip4 ... connected
1b37ac39
JH
557 ┌considering: $primary_hostname
558 ├──expanding: $primary_hostname
559 └─────result: myhost.test.ex
99400968
JH
560 SMTP<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
561127.0.0.1 in hosts_avoid_esmtp? no (option unset)
562 SMTP>> EHLO myhost.test.ex
76003495 563cmd buf flush ddd bytes
99400968
JH
564 SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]
565 250-SIZE 52428800
566 250-8BITMIME
567 250-PIPELINING
568 250-STARTTLS
569 250 HELP
1b37ac39
JH
570 ┌considering: ${if eq {$address_data}{usery}{*}{:}}
571 ┌considering: $address_data}{usery}{*}{:}}
572 ├──expanding: $address_data
573 └─────result: usery
574 ┌considering: usery}{*}{:}}
575 ├──expanding: usery
576 └─────result: usery
577 ├──condition: eq {$address_data}{usery}
578 ├─────result: true
579 ┌considering: *}{:}}
580 ├──expanding: *
581 └─────result: *
582 ┌───scanning: :}}
583 ├──expanding: :
584 ├─────result: :
585 └───skipping: result is not used
586 ├──expanding: ${if eq {$address_data}{usery}{*}{:}}
587 └─────result: *
99400968 588127.0.0.1 in hosts_avoid_tls? yes (matched "*")
02b41d71
JH
589127.0.0.1 in hosts_avoid_pipelining? no (option unset)
590using PIPELINING
591not using DSN
da45993f 592127.0.0.1 in hosts_require_auth? no (option unset)
14de8063 593 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
99400968 594 SMTP>> RCPT TO:<usery@domain.com>
76003495 595cmd buf flush ddd bytes
7c576fca 596sync_responses expect mail
e9166683 597 SMTP<< 250 OK
7c576fca 598sync_responses expect rcpt
99400968 599 SMTP<< 250 Accepted
8b9476ba 600holding verify callout open for cutthrough delivery
99400968 601----------- end cutthrough setup ------------
897024f1 602processing "accept" (TESTSUITE/test-config 54)
99400968 603accept: condition test succeeded in inline ACL
a7538db1 604end of inline ACL: ACCEPT
99400968
JH
605 SMTP>> DATA
606 SMTP<< 354 Enter message, ending with "." on a line by itself
1b37ac39
JH
607 ┌considering: ${tod_full}
608 ├──expanding: ${tod_full}
609 └─────result: Tue, 2 Mar 1999 09:44:33 +0000
610 ┌considering: Received: ${if def:sender_rcvhost {from $sender_rcvhost
f9913671 611 }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
f1be21cf
JH
612 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol }}${if def:tls_in_cipher_std { tls $tls_in_cipher_std
613 }}(Exim $version_number)
f9913671
JH
614 ${if def:sender_address {(envelope-from <$sender_address>)
615 }}id $message_exim_id${if def:received_for {
616 for $received_for}}
1b37ac39
JH
617 ├──condition: def:sender_rcvhost
618 ├─────result: false
619 ┌───scanning: from $sender_rcvhost
f9913671 620 }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
f1be21cf
JH
621 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol }}${if def:tls_in_cipher_std { tls $tls_in_cipher_std
622 }}(Exim $version_number)
f9913671
JH
623 ${if def:sender_address {(envelope-from <$sender_address>)
624 }}id $message_exim_id${if def:received_for {
625 for $received_for}}
1b37ac39 626 ├──expanding: from $sender_rcvhost
f9913671 627
1b37ac39 628 ├─────result: from
f9913671 629
1b37ac39
JH
630 └───skipping: result is not used
631 ┌considering: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
f1be21cf
JH
632 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol }}${if def:tls_in_cipher_std { tls $tls_in_cipher_std
633 }}(Exim $version_number)
f9913671
JH
634 ${if def:sender_address {(envelope-from <$sender_address>)
635 }}id $message_exim_id${if def:received_for {
636 for $received_for}}
1b37ac39
JH
637 ├──condition: def:sender_ident
638 ├─────result: true
639 ┌considering: from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
f1be21cf
JH
640 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol }}${if def:tls_in_cipher_std { tls $tls_in_cipher_std
641 }}(Exim $version_number)
f9913671
JH
642 ${if def:sender_address {(envelope-from <$sender_address>)
643 }}id $message_exim_id${if def:received_for {
644 for $received_for}}
645 ╎┌considering: $sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
f1be21cf
JH
646 ╎ }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol }}${if def:tls_in_cipher_std { tls $tls_in_cipher_std
647 ╎ }}(Exim $version_number)
f9913671
JH
648 ╎ ${if def:sender_address {(envelope-from <$sender_address>)
649 ╎ }}id $message_exim_id${if def:received_for {
650 ╎ for $received_for}}
651 ╎├──expanding: $sender_ident
652 ╎└─────result: CALLER
1b37ac39
JH
653 ├──expanding: from ${quote_local_part:$sender_ident}
654 └─────result: from CALLER
655 ├──condition: def:sender_helo_name
656 ├─────result: true
657 ┌considering: (helo=$sender_helo_name)
f1be21cf
JH
658 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol }}${if def:tls_in_cipher_std { tls $tls_in_cipher_std
659 }}(Exim $version_number)
f9913671
JH
660 ${if def:sender_address {(envelope-from <$sender_address>)
661 }}id $message_exim_id${if def:received_for {
662 for $received_for}}
1b37ac39 663 ├──expanding: (helo=$sender_helo_name)
f9913671 664
1b37ac39 665 └─────result: (helo=myhost.test.ex)
f9913671 666
1b37ac39 667 ├──expanding: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
f9913671 668 }}
1b37ac39 669 └─────result: from CALLER (helo=myhost.test.ex)
f9913671 670
1b37ac39
JH
671 ├──condition: def:received_protocol
672 ├─────result: true
f1be21cf
JH
673 ┌considering: with $received_protocol }}${if def:tls_in_cipher_std { tls $tls_in_cipher_std
674 }}(Exim $version_number)
675 ${if def:sender_address {(envelope-from <$sender_address>)
676 }}id $message_exim_id${if def:received_for {
677 for $received_for}}
678 ├──expanding: with $received_protocol
679 └─────result: with local-esmtp
680 ├──condition: def:tls_in_cipher_std
681 ├─────result: false
682 ┌───scanning: tls $tls_in_cipher_std
683 }}(Exim $version_number)
f9913671
JH
684 ${if def:sender_address {(envelope-from <$sender_address>)
685 }}id $message_exim_id${if def:received_for {
686 for $received_for}}
f1be21cf
JH
687 ├──expanding: tls $tls_in_cipher_std
688
689 ├─────result: tls
690
691 └───skipping: result is not used
1b37ac39
JH
692 ├──condition: def:sender_address
693 ├─────result: true
694 ┌considering: (envelope-from <$sender_address>)
f9913671
JH
695 }}id $message_exim_id${if def:received_for {
696 for $received_for}}
1b37ac39 697 ├──expanding: (envelope-from <$sender_address>)
f9913671 698
1b37ac39 699 └─────result: (envelope-from <CALLER@myhost.test.ex>)
f9913671 700
1b37ac39
JH
701 ├──condition: def:received_for
702 ├─────result: true
703 ┌considering:
f9913671 704 for $received_for}}
1b37ac39 705 ├──expanding:
f9913671 706 for $received_for
1b37ac39 707 └─────result:
f9913671 708 for usery@domain.com
1b37ac39 709 ├──expanding: Received: ${if def:sender_rcvhost {from $sender_rcvhost
f9913671 710 }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
f1be21cf
JH
711 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol }}${if def:tls_in_cipher_std { tls $tls_in_cipher_std
712 }}(Exim $version_number)
f9913671
JH
713 ${if def:sender_address {(envelope-from <$sender_address>)
714 }}id $message_exim_id${if def:received_for {
715 for $received_for}}
1b37ac39 716 └─────result: Received: from CALLER (helo=myhost.test.ex)
f9913671
JH
717 by myhost.test.ex with local-esmtp (Exim x.yz)
718 (envelope-from <CALLER@myhost.test.ex>)
719 id 10HmbB-0005vi-00
720 for usery@domain.com
36f53194
JH
721----------- start cutthrough headers send -----------
722----------- done cutthrough headers send ------------
1b37ac39
JH
723 ┌considering: ${tod_full}
724 ├──expanding: ${tod_full}
725 └─────result: Tue, 2 Mar 1999 09:44:33 +0000
99400968 726 SMTP>> .
d4dc049f 727 SMTP<< 250 OK id=10HmbC-0005vi-00
99400968 728LOG: MAIN
d4dc049f 729 >> usery@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] C="250 OK id=10HmbC-0005vi-00"
99400968 730 SMTP>> QUIT
2760b518 731 SMTP<< 221 myhost.test.ex closing connection
ae5afa61 732 SMTP(close)>>
99400968
JH
733----------- cutthrough shutdown (delivered) ------------
734LOG: MAIN
735 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
736LOG: MAIN
737 Completed
738LOG: smtp_connection MAIN
739 SMTP connection from CALLER closed by QUIT
9bfb7e1b 740>>>>>>>>>>>>>>>> Exim pid=pppp (msg setup toplevel) terminating with rc=0 >>>>>>>>>>>>>>>>
b32ddfaa
JH
741
742******** SERVER ********