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