Testsuite: sort output of retry DB dumps
[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"
a7538db1 12end of ACL "acl_rcpt": ACCEPT
528fde2a
JH
13----------- start cutthrough setup ------------
14Connecting to 127.0.0.1 [127.0.0.1]:1224 from ip4.ip4.ip4.ip4 ... connected
15 SMTP<< 220 ESMTP
613dd4ae 16 SMTP>> EHLO myhost.test.ex
528fde2a 17 SMTP<< 250 OK
9d6bb16d 18 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
528fde2a
JH
19 SMTP<< 250 Sender OK
20 SMTP>> RCPT TO:<userx@domain.com>
21 SMTP<< 250 Recipient OK
22----------- end cutthrough setup ------------
23processing "accept"
24accept: condition test succeeded in inline ACL
a7538db1 25end of inline ACL: ACCEPT
528fde2a
JH
26 SMTP>> DATA
27 SMTP<< 354 Send data
511a6c14
JH
28----------- start cutthrough headers send -----------
29----------- done cutthrough headers send ------------
528fde2a
JH
30 SMTP>> .
31 SMTP<< 250 OK
528fde2a 32LOG: MAIN
6822b909 33 >> userx@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] C="250 OK"
528fde2a 34created log directory TESTSUITE/spool/log
613dd4ae 35 SMTP>> QUIT
4ed8d31a 36----------- cutthrough shutdown (delivered) ------------
528fde2a
JH
37LOG: MAIN
38 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
39LOG: MAIN
40 Completed
41LOG: smtp_connection MAIN
42 SMTP connection from CALLER closed by QUIT
43>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>