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