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