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