More debug in smtp transport
[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
JH
32using ACL "cutthrough"
33processing "accept"
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
JH
129----------- end cutthrough setup ------------
130processing "accept"
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)
492fd282 140 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
141 ${if def:sender_address {(envelope-from <$sender_address>)
142 }}id $message_exim_id${if def:received_for {
143 for $received_for}}
1b37ac39
JH
144 ├──condition: def:sender_rcvhost
145 ├─────result: false
146 ┌───scanning: from $sender_rcvhost
f9913671 147 }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
492fd282 148 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
149 ${if def:sender_address {(envelope-from <$sender_address>)
150 }}id $message_exim_id${if def:received_for {
151 for $received_for}}
1b37ac39 152 ├──expanding: from $sender_rcvhost
f9913671 153
1b37ac39 154 ├─────result: from
f9913671 155
1b37ac39
JH
156 └───skipping: result is not used
157 ┌considering: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
492fd282 158 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
159 ${if def:sender_address {(envelope-from <$sender_address>)
160 }}id $message_exim_id${if def:received_for {
161 for $received_for}}
1b37ac39
JH
162 ├──condition: def:sender_ident
163 ├─────result: true
164 ┌considering: from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
492fd282 165 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
166 ${if def:sender_address {(envelope-from <$sender_address>)
167 }}id $message_exim_id${if def:received_for {
168 for $received_for}}
169 ╎┌considering: $sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
492fd282 170 ╎ }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
171 ╎ ${if def:sender_address {(envelope-from <$sender_address>)
172 ╎ }}id $message_exim_id${if def:received_for {
173 ╎ for $received_for}}
174 ╎├──expanding: $sender_ident
175 ╎└─────result: CALLER
1b37ac39
JH
176 ├──expanding: from ${quote_local_part:$sender_ident}
177 └─────result: from CALLER
178 ├──condition: def:sender_helo_name
179 ├─────result: true
180 ┌considering: (helo=$sender_helo_name)
492fd282 181 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
182 ${if def:sender_address {(envelope-from <$sender_address>)
183 }}id $message_exim_id${if def:received_for {
184 for $received_for}}
1b37ac39 185 ├──expanding: (helo=$sender_helo_name)
f9913671 186
1b37ac39 187 └─────result: (helo=myhost.test.ex)
f9913671 188
1b37ac39 189 ├──expanding: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
f9913671 190 }}
1b37ac39 191 └─────result: from CALLER (helo=myhost.test.ex)
f9913671 192
1b37ac39
JH
193 ├──condition: def:received_protocol
194 ├─────result: true
492fd282 195 ┌considering: with $received_protocol}} (Exim $version_number)
f9913671
JH
196 ${if def:sender_address {(envelope-from <$sender_address>)
197 }}id $message_exim_id${if def:received_for {
198 for $received_for}}
1b37ac39
JH
199 ├──expanding: with $received_protocol
200 └─────result: with local-esmtp
1b37ac39
JH
201 ├──condition: def:sender_address
202 ├─────result: true
203 ┌considering: (envelope-from <$sender_address>)
f9913671
JH
204 }}id $message_exim_id${if def:received_for {
205 for $received_for}}
1b37ac39 206 ├──expanding: (envelope-from <$sender_address>)
f9913671 207
1b37ac39 208 └─────result: (envelope-from <CALLER@myhost.test.ex>)
f9913671 209
1b37ac39
JH
210 ├──condition: def:received_for
211 ├─────result: true
212 ┌considering:
f9913671 213 for $received_for}}
1b37ac39 214 ├──expanding:
f9913671 215 for $received_for
1b37ac39 216 └─────result:
f9913671 217 for userx@domain.com
1b37ac39 218 ├──expanding: Received: ${if def:sender_rcvhost {from $sender_rcvhost
f9913671 219 }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
492fd282 220 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
221 ${if def:sender_address {(envelope-from <$sender_address>)
222 }}id $message_exim_id${if def:received_for {
223 for $received_for}}
1b37ac39 224 └─────result: Received: from CALLER (helo=myhost.test.ex)
f9913671
JH
225 by myhost.test.ex with local-esmtp (Exim x.yz)
226 (envelope-from <CALLER@myhost.test.ex>)
227 id 10HmaX-0005vi-00
228 for userx@domain.com
36f53194
JH
229----------- start cutthrough headers send -----------
230----------- done cutthrough headers send ------------
1b37ac39
JH
231 ┌considering: ${tod_full}
232 ├──expanding: ${tod_full}
233 └─────result: Tue, 2 Mar 1999 09:44:33 +0000
b32ddfaa 234 SMTP>> .
d4dc049f 235 SMTP<< 250 OK id=10HmaY-0005vi-00
b32ddfaa 236LOG: MAIN
ba86e143 237 >> userx@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] X=TLS1.x:ke_RSA_AES_256_CBC_SHAnnn:256 CV=no C="250 OK id=10HmaY-0005vi-00"
b32ddfaa 238 SMTP>> QUIT
2760b518 239 SMTP<< 221 myhost.test.ex closing connection
ae5afa61 240 SMTP(close)>>
b32ddfaa
JH
241----------- cutthrough shutdown (delivered) ------------
242LOG: MAIN
243 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
244LOG: MAIN
245 Completed
246LOG: smtp_connection MAIN
247 SMTP connection from CALLER closed by QUIT
9bfb7e1b 248>>>>>>>>>>>>>>>> Exim pid=pppp (msg setup toplevel) terminating with rc=0 >>>>>>>>>>>>>>>>
b32ddfaa
JH
249Exim version x.yz ....
250configuration file is TESTSUITE/test-config
251admin user
252 in hosts_connection_nolog? no (option unset)
253LOG: smtp_connection MAIN
254 SMTP connection from CALLER
1b37ac39
JH
255 ┌considering: $smtp_active_hostname ESMTP Exim $version_number $tod_full
256 ├──expanding: $smtp_active_hostname ESMTP Exim $version_number $tod_full
257 └─────result: myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
50dc7409 258 in dsn_advertise_hosts? no (option unset)
b32ddfaa 259 in pipelining_advertise_hosts? yes (matched "*")
aa368db3 260 in chunking_advertise_hosts? no (end of list)
b32ddfaa 261 in tls_advertise_hosts? yes (matched "*")
1b37ac39
JH
262 ┌considering: ${if eq {SERVER}{server}{queue}{cutthrough}}
263 ┌considering: SERVER}{server}{queue}{cutthrough}}
264 ├──expanding: SERVER
265 └─────result: SERVER
266 ┌considering: server}{queue}{cutthrough}}
267 ├──expanding: server
268 └─────result: server
269 ├──condition: eq {SERVER}{server}
270 ├─────result: false
271 ┌───scanning: queue}{cutthrough}}
272 ├──expanding: queue
273 ├─────result: queue
274 └───skipping: result is not used
275 ┌considering: cutthrough}}
276 ├──expanding: cutthrough
277 └─────result: cutthrough
278 ├──expanding: ${if eq {SERVER}{server}{queue}{cutthrough}}
279 └─────result: cutthrough
b32ddfaa
JH
280using ACL "cutthrough"
281processing "accept"
282check control = cutthrough_delivery
283check verify = recipient
284domain.com in "test.ex : *.test.ex"? no (end of list)
285domain.com in "! +local_domains"? yes (end of list)
1b37ac39
JH
286 ┌considering: $local_part
287 ├──expanding: $local_part
288 └─────result: usery
b32ddfaa
JH
289domain.com in "*"? yes (matched "*")
290----------- end verify ------------
291accept: condition test succeeded in ACL "cutthrough"
a7538db1 292end of ACL "cutthrough": ACCEPT
b32ddfaa
JH
293----------- start cutthrough setup ------------
294domain.com in "test.ex : *.test.ex"? no (end of list)
295domain.com in "! +local_domains"? yes (end of list)
1b37ac39
JH
296 ┌considering: $local_part
297 ├──expanding: $local_part
298 └─────result: usery
b32ddfaa 299domain.com in "*"? yes (matched "*")
cb340d8d 300Connecting to 127.0.0.1 [127.0.0.1]:1225 from ip4.ip4.ip4.ip4 ... connected
1b37ac39
JH
301 ┌considering: $primary_hostname
302 ├──expanding: $primary_hostname
303 └─────result: myhost.test.ex
b32ddfaa
JH
304 SMTP<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
305127.0.0.1 in hosts_avoid_esmtp? no (option unset)
306 SMTP>> EHLO myhost.test.ex
76003495 307cmd buf flush ddd bytes
b32ddfaa
JH
308 SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]
309 250-SIZE 52428800
310 250-8BITMIME
311 250-PIPELINING
312 250-STARTTLS
313 250 HELP
1b37ac39
JH
314 ┌considering: ${if eq {$address_data}{usery}{*}{:}}
315 ┌considering: $address_data}{usery}{*}{:}}
316 ├──expanding: $address_data
317 └─────result: usery
318 ┌considering: usery}{*}{:}}
319 ├──expanding: usery
320 └─────result: usery
321 ├──condition: eq {$address_data}{usery}
322 ├─────result: true
323 ┌considering: *}{:}}
324 ├──expanding: *
325 └─────result: *
326 ┌───scanning: :}}
327 ├──expanding: :
328 ├─────result: :
329 └───skipping: result is not used
330 ├──expanding: ${if eq {$address_data}{usery}{*}{:}}
331 └─────result: *
b32ddfaa 332127.0.0.1 in hosts_avoid_tls? yes (matched "*")
02b41d71
JH
333127.0.0.1 in hosts_avoid_pipelining? no (option unset)
334using PIPELINING
335not using DSN
da45993f 336127.0.0.1 in hosts_require_auth? no (option unset)
14de8063 337 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
b32ddfaa 338 SMTP>> RCPT TO:<usery@domain.com>
76003495 339cmd buf flush ddd bytes
7c576fca 340sync_responses expect mail
e9166683 341 SMTP<< 250 OK
7c576fca 342sync_responses expect rcpt
b32ddfaa 343 SMTP<< 250 Accepted
8b9476ba 344holding verify callout open for cutthrough delivery
b32ddfaa
JH
345----------- end cutthrough setup ------------
346processing "accept"
347accept: condition test succeeded in inline ACL
a7538db1 348end of inline ACL: ACCEPT
b32ddfaa
JH
349 SMTP>> DATA
350 SMTP<< 354 Enter message, ending with "." on a line by itself
1b37ac39
JH
351 ┌considering: ${tod_full}
352 ├──expanding: ${tod_full}
353 └─────result: Tue, 2 Mar 1999 09:44:33 +0000
354 ┌considering: Received: ${if def:sender_rcvhost {from $sender_rcvhost
f9913671 355 }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
492fd282 356 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
357 ${if def:sender_address {(envelope-from <$sender_address>)
358 }}id $message_exim_id${if def:received_for {
359 for $received_for}}
1b37ac39
JH
360 ├──condition: def:sender_rcvhost
361 ├─────result: false
362 ┌───scanning: from $sender_rcvhost
f9913671 363 }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
492fd282 364 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
365 ${if def:sender_address {(envelope-from <$sender_address>)
366 }}id $message_exim_id${if def:received_for {
367 for $received_for}}
1b37ac39 368 ├──expanding: from $sender_rcvhost
f9913671 369
1b37ac39 370 ├─────result: from
f9913671 371
1b37ac39
JH
372 └───skipping: result is not used
373 ┌considering: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
492fd282 374 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
375 ${if def:sender_address {(envelope-from <$sender_address>)
376 }}id $message_exim_id${if def:received_for {
377 for $received_for}}
1b37ac39
JH
378 ├──condition: def:sender_ident
379 ├─────result: true
380 ┌considering: from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
492fd282 381 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
382 ${if def:sender_address {(envelope-from <$sender_address>)
383 }}id $message_exim_id${if def:received_for {
384 for $received_for}}
385 ╎┌considering: $sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
492fd282 386 ╎ }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (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}}
390 ╎├──expanding: $sender_ident
391 ╎└─────result: CALLER
1b37ac39
JH
392 ├──expanding: from ${quote_local_part:$sender_ident}
393 └─────result: from CALLER
394 ├──condition: def:sender_helo_name
395 ├─────result: true
396 ┌considering: (helo=$sender_helo_name)
492fd282 397 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (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 401 ├──expanding: (helo=$sender_helo_name)
f9913671 402
1b37ac39 403 └─────result: (helo=myhost.test.ex)
f9913671 404
1b37ac39 405 ├──expanding: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
f9913671 406 }}
1b37ac39 407 └─────result: from CALLER (helo=myhost.test.ex)
f9913671 408
1b37ac39
JH
409 ├──condition: def:received_protocol
410 ├─────result: true
492fd282 411 ┌considering: with $received_protocol}} (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}}
1b37ac39
JH
415 ├──expanding: with $received_protocol
416 └─────result: with local-esmtp
1b37ac39
JH
417 ├──condition: def:sender_address
418 ├─────result: true
419 ┌considering: (envelope-from <$sender_address>)
f9913671
JH
420 }}id $message_exim_id${if def:received_for {
421 for $received_for}}
1b37ac39 422 ├──expanding: (envelope-from <$sender_address>)
f9913671 423
1b37ac39 424 └─────result: (envelope-from <CALLER@myhost.test.ex>)
f9913671 425
1b37ac39
JH
426 ├──condition: def:received_for
427 ├─────result: true
428 ┌considering:
f9913671 429 for $received_for}}
1b37ac39 430 ├──expanding:
f9913671 431 for $received_for
1b37ac39 432 └─────result:
f9913671 433 for usery@domain.com
1b37ac39 434 ├──expanding: Received: ${if def:sender_rcvhost {from $sender_rcvhost
f9913671 435 }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
492fd282 436 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
437 ${if def:sender_address {(envelope-from <$sender_address>)
438 }}id $message_exim_id${if def:received_for {
439 for $received_for}}
1b37ac39 440 └─────result: Received: from CALLER (helo=myhost.test.ex)
f9913671
JH
441 by myhost.test.ex with local-esmtp (Exim x.yz)
442 (envelope-from <CALLER@myhost.test.ex>)
443 id 10HmaZ-0005vi-00
444 for usery@domain.com
36f53194
JH
445----------- start cutthrough headers send -----------
446----------- done cutthrough headers send ------------
1b37ac39
JH
447 ┌considering: ${tod_full}
448 ├──expanding: ${tod_full}
449 └─────result: Tue, 2 Mar 1999 09:44:33 +0000
b32ddfaa 450 SMTP>> .
d4dc049f 451 SMTP<< 250 OK id=10HmbA-0005vi-00
b32ddfaa 452LOG: MAIN
d4dc049f 453 >> usery@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] C="250 OK id=10HmbA-0005vi-00"
b32ddfaa 454 SMTP>> QUIT
2760b518 455 SMTP<< 221 myhost.test.ex closing connection
ae5afa61 456 SMTP(close)>>
b32ddfaa
JH
457----------- cutthrough shutdown (delivered) ------------
458LOG: MAIN
459 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
460LOG: MAIN
461 Completed
462LOG: smtp_connection MAIN
463 SMTP connection from CALLER closed by QUIT
9bfb7e1b 464>>>>>>>>>>>>>>>> Exim pid=pppp (msg setup toplevel) terminating with rc=0 >>>>>>>>>>>>>>>>
99400968
JH
465Exim version x.yz ....
466configuration file is TESTSUITE/test-config
467admin user
468 in hosts_connection_nolog? no (option unset)
469LOG: smtp_connection MAIN
470 SMTP connection from CALLER
1b37ac39
JH
471 ┌considering: $smtp_active_hostname ESMTP Exim $version_number $tod_full
472 ├──expanding: $smtp_active_hostname ESMTP Exim $version_number $tod_full
473 └─────result: myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
50dc7409 474 in dsn_advertise_hosts? no (option unset)
99400968 475 in pipelining_advertise_hosts? yes (matched "*")
aa368db3 476 in chunking_advertise_hosts? no (end of list)
99400968 477 in tls_advertise_hosts? yes (matched "*")
1b37ac39
JH
478 ┌considering: ${if eq {SERVER}{server}{queue}{cutthrough}}
479 ┌considering: SERVER}{server}{queue}{cutthrough}}
480 ├──expanding: SERVER
481 └─────result: SERVER
482 ┌considering: server}{queue}{cutthrough}}
483 ├──expanding: server
484 └─────result: server
485 ├──condition: eq {SERVER}{server}
486 ├─────result: false
487 ┌───scanning: queue}{cutthrough}}
488 ├──expanding: queue
489 ├─────result: queue
490 └───skipping: result is not used
491 ┌considering: cutthrough}}
492 ├──expanding: cutthrough
493 └─────result: cutthrough
494 ├──expanding: ${if eq {SERVER}{server}{queue}{cutthrough}}
495 └─────result: cutthrough
99400968
JH
496using ACL "cutthrough"
497processing "accept"
498check control = cutthrough_delivery
499check verify = recipient
500domain.com in "test.ex : *.test.ex"? no (end of list)
501domain.com in "! +local_domains"? yes (end of list)
1b37ac39
JH
502 ┌considering: $local_part
503 ├──expanding: $local_part
504 └─────result: usery
99400968
JH
505domain.com in "*"? yes (matched "*")
506----------- end verify ------------
507accept: condition test succeeded in ACL "cutthrough"
a7538db1 508end of ACL "cutthrough": ACCEPT
99400968
JH
509----------- start cutthrough setup ------------
510domain.com in "test.ex : *.test.ex"? no (end of list)
511domain.com in "! +local_domains"? yes (end of list)
1b37ac39
JH
512 ┌considering: $local_part
513 ├──expanding: $local_part
514 └─────result: usery
99400968 515domain.com in "*"? yes (matched "*")
cb340d8d 516Connecting to 127.0.0.1 [127.0.0.1]:1225 from ip4.ip4.ip4.ip4 ... connected
1b37ac39
JH
517 ┌considering: $primary_hostname
518 ├──expanding: $primary_hostname
519 └─────result: myhost.test.ex
99400968
JH
520 SMTP<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
521127.0.0.1 in hosts_avoid_esmtp? no (option unset)
522 SMTP>> EHLO myhost.test.ex
76003495 523cmd buf flush ddd bytes
99400968
JH
524 SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]
525 250-SIZE 52428800
526 250-8BITMIME
527 250-PIPELINING
528 250-STARTTLS
529 250 HELP
1b37ac39
JH
530 ┌considering: ${if eq {$address_data}{usery}{*}{:}}
531 ┌considering: $address_data}{usery}{*}{:}}
532 ├──expanding: $address_data
533 └─────result: usery
534 ┌considering: usery}{*}{:}}
535 ├──expanding: usery
536 └─────result: usery
537 ├──condition: eq {$address_data}{usery}
538 ├─────result: true
539 ┌considering: *}{:}}
540 ├──expanding: *
541 └─────result: *
542 ┌───scanning: :}}
543 ├──expanding: :
544 ├─────result: :
545 └───skipping: result is not used
546 ├──expanding: ${if eq {$address_data}{usery}{*}{:}}
547 └─────result: *
99400968 548127.0.0.1 in hosts_avoid_tls? yes (matched "*")
02b41d71
JH
549127.0.0.1 in hosts_avoid_pipelining? no (option unset)
550using PIPELINING
551not using DSN
da45993f 552127.0.0.1 in hosts_require_auth? no (option unset)
14de8063 553 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
99400968 554 SMTP>> RCPT TO:<usery@domain.com>
76003495 555cmd buf flush ddd bytes
7c576fca 556sync_responses expect mail
e9166683 557 SMTP<< 250 OK
7c576fca 558sync_responses expect rcpt
99400968 559 SMTP<< 250 Accepted
8b9476ba 560holding verify callout open for cutthrough delivery
99400968
JH
561----------- end cutthrough setup ------------
562processing "accept"
563accept: condition test succeeded in inline ACL
a7538db1 564end of inline ACL: ACCEPT
99400968
JH
565 SMTP>> DATA
566 SMTP<< 354 Enter message, ending with "." on a line by itself
1b37ac39
JH
567 ┌considering: ${tod_full}
568 ├──expanding: ${tod_full}
569 └─────result: Tue, 2 Mar 1999 09:44:33 +0000
570 ┌considering: Received: ${if def:sender_rcvhost {from $sender_rcvhost
f9913671 571 }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
492fd282 572 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
573 ${if def:sender_address {(envelope-from <$sender_address>)
574 }}id $message_exim_id${if def:received_for {
575 for $received_for}}
1b37ac39
JH
576 ├──condition: def:sender_rcvhost
577 ├─────result: false
578 ┌───scanning: from $sender_rcvhost
f9913671 579 }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
492fd282 580 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
581 ${if def:sender_address {(envelope-from <$sender_address>)
582 }}id $message_exim_id${if def:received_for {
583 for $received_for}}
1b37ac39 584 ├──expanding: from $sender_rcvhost
f9913671 585
1b37ac39 586 ├─────result: from
f9913671 587
1b37ac39
JH
588 └───skipping: result is not used
589 ┌considering: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
492fd282 590 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
591 ${if def:sender_address {(envelope-from <$sender_address>)
592 }}id $message_exim_id${if def:received_for {
593 for $received_for}}
1b37ac39
JH
594 ├──condition: def:sender_ident
595 ├─────result: true
596 ┌considering: from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
492fd282 597 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
598 ${if def:sender_address {(envelope-from <$sender_address>)
599 }}id $message_exim_id${if def:received_for {
600 for $received_for}}
601 ╎┌considering: $sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
492fd282 602 ╎ }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
603 ╎ ${if def:sender_address {(envelope-from <$sender_address>)
604 ╎ }}id $message_exim_id${if def:received_for {
605 ╎ for $received_for}}
606 ╎├──expanding: $sender_ident
607 ╎└─────result: CALLER
1b37ac39
JH
608 ├──expanding: from ${quote_local_part:$sender_ident}
609 └─────result: from CALLER
610 ├──condition: def:sender_helo_name
611 ├─────result: true
612 ┌considering: (helo=$sender_helo_name)
492fd282 613 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (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 617 ├──expanding: (helo=$sender_helo_name)
f9913671 618
1b37ac39 619 └─────result: (helo=myhost.test.ex)
f9913671 620
1b37ac39 621 ├──expanding: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
f9913671 622 }}
1b37ac39 623 └─────result: from CALLER (helo=myhost.test.ex)
f9913671 624
1b37ac39
JH
625 ├──condition: def:received_protocol
626 ├─────result: true
492fd282 627 ┌considering: with $received_protocol}} (Exim $version_number)
f9913671
JH
628 ${if def:sender_address {(envelope-from <$sender_address>)
629 }}id $message_exim_id${if def:received_for {
630 for $received_for}}
1b37ac39
JH
631 ├──expanding: with $received_protocol
632 └─────result: with local-esmtp
1b37ac39
JH
633 ├──condition: def:sender_address
634 ├─────result: true
635 ┌considering: (envelope-from <$sender_address>)
f9913671
JH
636 }}id $message_exim_id${if def:received_for {
637 for $received_for}}
1b37ac39 638 ├──expanding: (envelope-from <$sender_address>)
f9913671 639
1b37ac39 640 └─────result: (envelope-from <CALLER@myhost.test.ex>)
f9913671 641
1b37ac39
JH
642 ├──condition: def:received_for
643 ├─────result: true
644 ┌considering:
f9913671 645 for $received_for}}
1b37ac39 646 ├──expanding:
f9913671 647 for $received_for
1b37ac39 648 └─────result:
f9913671 649 for usery@domain.com
1b37ac39 650 ├──expanding: Received: ${if def:sender_rcvhost {from $sender_rcvhost
f9913671 651 }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
492fd282 652 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
653 ${if def:sender_address {(envelope-from <$sender_address>)
654 }}id $message_exim_id${if def:received_for {
655 for $received_for}}
1b37ac39 656 └─────result: Received: from CALLER (helo=myhost.test.ex)
f9913671
JH
657 by myhost.test.ex with local-esmtp (Exim x.yz)
658 (envelope-from <CALLER@myhost.test.ex>)
659 id 10HmbB-0005vi-00
660 for usery@domain.com
36f53194
JH
661----------- start cutthrough headers send -----------
662----------- done cutthrough headers send ------------
1b37ac39
JH
663 ┌considering: ${tod_full}
664 ├──expanding: ${tod_full}
665 └─────result: Tue, 2 Mar 1999 09:44:33 +0000
99400968 666 SMTP>> .
d4dc049f 667 SMTP<< 250 OK id=10HmbC-0005vi-00
99400968 668LOG: MAIN
d4dc049f 669 >> usery@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] C="250 OK id=10HmbC-0005vi-00"
99400968 670 SMTP>> QUIT
2760b518 671 SMTP<< 221 myhost.test.ex closing connection
ae5afa61 672 SMTP(close)>>
99400968
JH
673----------- cutthrough shutdown (delivered) ------------
674LOG: MAIN
675 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
676LOG: MAIN
677 Completed
678LOG: smtp_connection MAIN
679 SMTP connection from CALLER closed by QUIT
9bfb7e1b 680>>>>>>>>>>>>>>>> Exim pid=pppp (msg setup toplevel) terminating with rc=0 >>>>>>>>>>>>>>>>
b32ddfaa
JH
681
682******** SERVER ********