2 configuration file is TESTSUITE/test-config
4 in hosts_connection_nolog? no (option unset)
5 LOG: smtp_connection MAIN
6 SMTP connection from CALLER
7 expanding: $smtp_active_hostname ESMTP Exim $version_number $tod_full
8 result: myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
9 in pipelining_advertise_hosts? yes (matched "*")
10 in tls_advertise_hosts? yes (matched "*")
15 condition: eq {SERVER}{server}
19 skipping: result is not used
22 expanding: ${if eq {SERVER}{server}{queue}{cutthrough}}
24 using ACL "cutthrough"
26 check control = cutthrough_delivery
27 check verify = recipient
28 domain.com in "test.ex : *.test.ex"? no (end of list)
29 domain.com in "! +local_domains"? yes (end of list)
30 expanding: $local_part
32 domain.com in "*"? yes (matched "*")
33 ----------- end verify ------------
34 accept: condition test succeeded in ACL "cutthrough"
35 end of ACL "cutthrough": ACCEPT
36 ----------- start cutthrough setup ------------
37 domain.com in "test.ex : *.test.ex"? no (end of list)
38 domain.com in "! +local_domains"? yes (end of list)
39 expanding: $local_part
41 domain.com in "*"? yes (matched "*")
42 Connecting to 127.0.0.1 [127.0.0.1]:1225 from ip4.ip4.ip4.ip4 ... connected
43 expanding: $primary_hostname
44 result: myhost.test.ex
45 SMTP<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
46 127.0.0.1 in hosts_avoid_esmtp? no (option unset)
47 SMTP>> EHLO myhost.test.ex
48 SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]
54 expanding: $address_data
58 condition: eq {$address_data}{usery}
62 skipping: result is not used
65 expanding: ${if eq {$address_data}{usery}{*}{:}}
67 127.0.0.1 in hosts_avoid_tls? no (end of list)
68 expanding: $address_data
72 condition: eq {$address_data}{userz}
76 skipping: result is not used
79 expanding: ${if eq {$address_data}{userz}{*}{:}}
81 127.0.0.1 in hosts_verify_avoid_tls? no (end of list)
83 SMTP<< 220 TLS go ahead
84 127.0.0.1 in hosts_require_ocsp? no (option unset)
85 127.0.0.1 in hosts_request_ocsp? yes (matched "*")
86 SMTP>> EHLO myhost.test.ex
87 SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]
92 127.0.0.1 in hosts_require_auth? no (option unset)
93 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
95 SMTP>> RCPT TO:<userx@domain.com>
97 ----------- end cutthrough setup ------------
99 accept: condition test succeeded in inline ACL
100 end of inline ACL: ACCEPT
102 SMTP<< 354 Enter message, ending with "." on a line by itself
103 expanding: ${tod_full}
104 result: Tue, 2 Mar 1999 09:44:33 +0000
105 condition: def:sender_rcvhost
107 expanding: from $sender_rcvhost
111 skipping: result is not used
112 condition: def:sender_ident
114 expanding: $sender_ident
116 expanding: from ${quote_local_part:$sender_ident}
118 condition: def:sender_helo_name
120 expanding: (helo=$sender_helo_name)
122 result: (helo=myhost.test.ex)
124 expanding: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
126 result: from CALLER (helo=myhost.test.ex)
128 condition: def:received_protocol
130 expanding: with $received_protocol
131 result: with local-esmtp
132 condition: def:sender_address
134 expanding: (envelope-from <$sender_address>)
136 result: (envelope-from <CALLER@myhost.test.ex>)
138 condition: def:received_for
144 ----------- start cutthrough headers send -----------
145 ----------- done cutthrough headers send ------------
146 expanding: ${tod_full}
147 result: Tue, 2 Mar 1999 09:44:33 +0000
149 SMTP<< 250 OK id=10HmaX-0005vi-00
151 >> userx@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] X=TLSv1:AES256-SHA:256 C="250 OK id=10HmaX-0005vi-00"
153 ----------- cutthrough shutdown (delivered) ------------
155 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
158 LOG: smtp_connection MAIN
159 SMTP connection from CALLER closed by QUIT
160 >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
161 Exim version x.yz ....
162 configuration file is TESTSUITE/test-config
164 in hosts_connection_nolog? no (option unset)
165 LOG: smtp_connection MAIN
166 SMTP connection from CALLER
167 expanding: $smtp_active_hostname ESMTP Exim $version_number $tod_full
168 result: myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
169 in pipelining_advertise_hosts? yes (matched "*")
170 in tls_advertise_hosts? yes (matched "*")
175 condition: eq {SERVER}{server}
179 skipping: result is not used
180 expanding: cutthrough
182 expanding: ${if eq {SERVER}{server}{queue}{cutthrough}}
184 using ACL "cutthrough"
186 check control = cutthrough_delivery
187 check verify = recipient
188 domain.com in "test.ex : *.test.ex"? no (end of list)
189 domain.com in "! +local_domains"? yes (end of list)
190 expanding: $local_part
192 domain.com in "*"? yes (matched "*")
193 ----------- end verify ------------
194 accept: condition test succeeded in ACL "cutthrough"
195 end of ACL "cutthrough": ACCEPT
196 ----------- start cutthrough setup ------------
197 domain.com in "test.ex : *.test.ex"? no (end of list)
198 domain.com in "! +local_domains"? yes (end of list)
199 expanding: $local_part
201 domain.com in "*"? yes (matched "*")
202 Connecting to 127.0.0.1 [127.0.0.1]:1225 from ip4.ip4.ip4.ip4 ... connected
203 expanding: $primary_hostname
204 result: myhost.test.ex
205 SMTP<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
206 127.0.0.1 in hosts_avoid_esmtp? no (option unset)
207 SMTP>> EHLO myhost.test.ex
208 SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]
214 expanding: $address_data
218 condition: eq {$address_data}{usery}
224 skipping: result is not used
225 expanding: ${if eq {$address_data}{usery}{*}{:}}
227 127.0.0.1 in hosts_avoid_tls? yes (matched "*")
228 127.0.0.1 in hosts_require_auth? no (option unset)
229 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
231 SMTP>> RCPT TO:<usery@domain.com>
233 ----------- end cutthrough setup ------------
235 accept: condition test succeeded in inline ACL
236 end of inline ACL: ACCEPT
238 SMTP<< 354 Enter message, ending with "." on a line by itself
239 expanding: ${tod_full}
240 result: Tue, 2 Mar 1999 09:44:33 +0000
241 condition: def:sender_rcvhost
243 expanding: from $sender_rcvhost
247 skipping: result is not used
248 condition: def:sender_ident
250 expanding: $sender_ident
252 expanding: from ${quote_local_part:$sender_ident}
254 condition: def:sender_helo_name
256 expanding: (helo=$sender_helo_name)
258 result: (helo=myhost.test.ex)
260 expanding: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
262 result: from CALLER (helo=myhost.test.ex)
264 condition: def:received_protocol
266 expanding: with $received_protocol
267 result: with local-esmtp
268 condition: def:sender_address
270 expanding: (envelope-from <$sender_address>)
272 result: (envelope-from <CALLER@myhost.test.ex>)
274 condition: def:received_for
280 ----------- start cutthrough headers send -----------
281 ----------- done cutthrough headers send ------------
282 expanding: ${tod_full}
283 result: Tue, 2 Mar 1999 09:44:33 +0000
285 SMTP<< 250 OK id=10HmaZ-0005vi-00
287 >> usery@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] C="250 OK id=10HmaZ-0005vi-00"
289 ----------- cutthrough shutdown (delivered) ------------
291 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
294 LOG: smtp_connection MAIN
295 SMTP connection from CALLER closed by QUIT
296 >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
297 Exim version x.yz ....
298 configuration file is TESTSUITE/test-config
300 in hosts_connection_nolog? no (option unset)
301 LOG: smtp_connection MAIN
302 SMTP connection from CALLER
303 expanding: $smtp_active_hostname ESMTP Exim $version_number $tod_full
304 result: myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
305 in pipelining_advertise_hosts? yes (matched "*")
306 in tls_advertise_hosts? yes (matched "*")
311 condition: eq {SERVER}{server}
315 skipping: result is not used
316 expanding: cutthrough
318 expanding: ${if eq {SERVER}{server}{queue}{cutthrough}}
320 using ACL "cutthrough"
322 check control = cutthrough_delivery
323 check verify = recipient
324 domain.com in "test.ex : *.test.ex"? no (end of list)
325 domain.com in "! +local_domains"? yes (end of list)
326 expanding: $local_part
328 domain.com in "*"? yes (matched "*")
329 ----------- end verify ------------
330 accept: condition test succeeded in ACL "cutthrough"
331 end of ACL "cutthrough": ACCEPT
332 ----------- start cutthrough setup ------------
333 domain.com in "test.ex : *.test.ex"? no (end of list)
334 domain.com in "! +local_domains"? yes (end of list)
335 expanding: $local_part
337 domain.com in "*"? yes (matched "*")
338 Connecting to 127.0.0.1 [127.0.0.1]:1225 from ip4.ip4.ip4.ip4 ... connected
339 expanding: $primary_hostname
340 result: myhost.test.ex
341 SMTP<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
342 127.0.0.1 in hosts_avoid_esmtp? no (option unset)
343 SMTP>> EHLO myhost.test.ex
344 SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]
350 expanding: $address_data
354 condition: eq {$address_data}{usery}
360 skipping: result is not used
361 expanding: ${if eq {$address_data}{usery}{*}{:}}
363 127.0.0.1 in hosts_avoid_tls? yes (matched "*")
364 127.0.0.1 in hosts_require_auth? no (option unset)
365 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
367 SMTP>> RCPT TO:<usery@domain.com>
369 ----------- end cutthrough setup ------------
371 accept: condition test succeeded in inline ACL
372 end of inline ACL: ACCEPT
374 SMTP<< 354 Enter message, ending with "." on a line by itself
375 expanding: ${tod_full}
376 result: Tue, 2 Mar 1999 09:44:33 +0000
377 condition: def:sender_rcvhost
379 expanding: from $sender_rcvhost
383 skipping: result is not used
384 condition: def:sender_ident
386 expanding: $sender_ident
388 expanding: from ${quote_local_part:$sender_ident}
390 condition: def:sender_helo_name
392 expanding: (helo=$sender_helo_name)
394 result: (helo=myhost.test.ex)
396 expanding: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
398 result: from CALLER (helo=myhost.test.ex)
400 condition: def:received_protocol
402 expanding: with $received_protocol
403 result: with local-esmtp
404 condition: def:sender_address
406 expanding: (envelope-from <$sender_address>)
408 result: (envelope-from <CALLER@myhost.test.ex>)
410 condition: def:received_for
416 ----------- start cutthrough headers send -----------
417 ----------- done cutthrough headers send ------------
418 expanding: ${tod_full}
419 result: Tue, 2 Mar 1999 09:44:33 +0000
421 SMTP<< 250 OK id=10HmbB-0005vi-00
423 >> usery@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] C="250 OK id=10HmbB-0005vi-00"
425 ----------- cutthrough shutdown (delivered) ------------
427 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
430 LOG: smtp_connection MAIN
431 SMTP connection from CALLER closed by QUIT
432 >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
434 ******** SERVER ********