1b42441d963f616cb87632e752202dab096749a5
[exim.git] / test / stderr / 5401
1 Exim version x.yz ....
2 configuration file is TESTSUITE/test-config
3 admin user
4 LOG: smtp_connection MAIN
5 SMTP connection from CALLER
6 using ACL "acl_rcpt"
7 processing "accept"
8 check control = cutthrough_delivery
9 check verify = recipient
10 ----------- end verify ------------
11 accept: condition test succeeded in ACL "acl_rcpt"
12 end of ACL "acl_rcpt": ACCEPT
13 ----------- start cutthrough setup ------------
14 Connecting to 127.0.0.1 [127.0.0.1]:1224 from ip4.ip4.ip4.ip4 ... connected
15 SMTP<< 220 ESMTP
16 SMTP>> EHLO myhost.test.ex
17 SMTP<< 250 OK
18 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
19 SMTP<< 250 Sender OK
20 SMTP>> RCPT TO:<userx@domain.com>
21 SMTP<< 250 Recipient OK
22 ----------- end cutthrough setup ------------
23 processing "accept"
24 accept: condition test succeeded in inline ACL
25 end of inline ACL: ACCEPT
26 SMTP>> DATA
27 SMTP<< 354 Send data
28 ----------- start cutthrough headers send -----------
29 ----------- done cutthrough headers send ------------
30 SMTP>> .
31 SMTP<< 250 OK
32 LOG: MAIN
33 >> userx@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] C="250 OK"
34 created log directory TESTSUITE/spool/log
35 SMTP>> QUIT
36 ----------- cutthrough shutdown (delivered) ------------
37 LOG: MAIN
38 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
39 LOG: MAIN
40 Completed
41 LOG: smtp_connection MAIN
42 SMTP connection from CALLER closed by QUIT
43 >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>