2 configuration file is TESTSUITE/test-config
4 LOG: smtp_connection MAIN
5 SMTP connection from CALLER
8 check control = cutthrough_delivery
9 check verify = recipient
10 ----------- end verify ------------
11 accept: condition test succeeded in ACL "acl_rcpt"
12 ----------- start cutthrough setup ------------
13 Connecting to 127.0.0.1 [127.0.0.1]:1224 from ip4.ip4.ip4.ip4 ... connected
15 SMTP>> EHLO myhost.test.ex
17 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
19 SMTP>> RCPT TO:<userx@domain.com>
20 SMTP<< 250 Recipient OK
21 ----------- end cutthrough setup ------------
23 accept: condition test succeeded in inline ACL
26 ----------- start cutthrough headers send -----------
27 ----------- done cutthrough headers send ------------
31 >> userx@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] C="250 OK"
32 created log directory TESTSUITE/spool/log
34 ----------- cutthrough shutdown (delivered) ------------
36 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
39 LOG: smtp_connection MAIN
40 SMTP connection from CALLER closed by QUIT
41 >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>