Testsuite cases for basic cutthrough_delivery.
[exim.git] / test / stderr / 5400
CommitLineData
528fde2a
JH
1Exim version x.yz ....
2configuration file is TESTSUITE/test-config
3admin user
4LOG: smtp_connection MAIN
5 SMTP connection from CALLER
6processing "accept"
7check control = cutthrough_delivery
8accept: condition test succeeded in inline ACL
9----------- start cutthrough setup ------------
10Connecting to 127.0.0.1 [127.0.0.1]:1224 from ip4.ip4.ip4.ip4 ... connected
11 SMTP<< 220 ESMTP
12 SMTP>> HELO myhost.test.ex
13 SMTP<< 250 OK
14 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
15 SMTP<< 250 Sender OK
16 SMTP>> RCPT TO:<userx@domain.com>
17 SMTP<< 250 Recipient OK
18----------- end cutthrough setup ------------
19processing "accept"
20accept: condition test succeeded in inline ACL
21 SMTP>> DATA
22 SMTP<< 354 Send data
23 SMTP>> .
24 SMTP<< 250 OK
25----------- cutthrough close ------------
26LOG: MAIN
27 >> userx@domain.com R=all T=smtp
28created log directory TESTSUITE/spool/log
29LOG: MAIN
30 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
31LOG: MAIN
32 Completed
33LOG: smtp_connection MAIN
34 SMTP connection from CALLER closed by QUIT
35>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
36Exim version x.yz ....
37configuration file is TESTSUITE/test-config
38admin user
39LOG: smtp_connection MAIN
40 SMTP connection from CALLER
41processing "accept"
42check control = cutthrough_delivery
43accept: condition test succeeded in inline ACL
44----------- start cutthrough setup ------------
45Connecting to 127.0.0.1 [127.0.0.1]:1224 from ip4.ip4.ip4.ip4 ... connected
46 SMTP<< 220 ESMTP
47 SMTP>> HELO myhost.test.ex
48 SMTP<< 250 OK
49 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
50 SMTP<< 250 Sender OK
51 SMTP>> RCPT TO:<userx@domain.com>
52 SMTP<< 250 Recipient OK
53----------- end cutthrough setup ------------
54processing "accept"
55check control = cutthrough_delivery
56accept: condition test succeeded in inline ACL
57 SMTP>> QUIT
58----------- cutthrough shutdown ------------
59LOG: MAIN
60 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
61LOG: smtp_connection MAIN
62 SMTP connection from CALLER closed by QUIT
63>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
64Exim version x.yz ....
65configuration file is TESTSUITE/test-config
66trusted user
67admin user
68>>>>>>>>>>>>>>>> Remote deliveries >>>>>>>>>>>>>>>>
69--------> userx@domain.com <--------
70smtp transport entered
71 userx@domain.com
72 usery@domain.com
73checking status of 127.0.0.1
74127.0.0.1 [127.0.0.1]:1111 status = usable
75delivering 10HmaY-0005vi-00 to 127.0.0.1 [127.0.0.1] (userx@domain.com, ...)
76Connecting to 127.0.0.1 [127.0.0.1]:1224 from ip4.ip4.ip4.ip4 ... connected
77 SMTP<< 220 ESMTP
78 SMTP>> EHLO myhost.test.ex
79 SMTP<< 250 OK
80not using PIPELINING
81 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
82 SMTP<< 250 Sender OK
83 SMTP>> RCPT TO:<userx@domain.com>
84 SMTP<< 250 Recipient OK
85 SMTP>> RCPT TO:<usery@domain.com>
86 SMTP<< 250 Recipient OK
87 SMTP>> DATA
88 SMTP<< 354 Send data
89 SMTP>> writing message and terminating "."
90writing data block fd=dddd size=sss timeout=300
91 SMTP<< 250 OK
92ok=1 send_quit=1 send_rset=0 continue_more=0 yield=0 first_address is NULL
93transport_check_waiting entered
94 sequence=1 local_max=500 global_max=-1
95no messages waiting for 127.0.0.1
96 SMTP>> QUIT
97Leaving smtp transport
98LOG: MAIN
99 => userx@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1]
100LOG: MAIN
101 -> usery@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1]
102LOG: MAIN
103 Completed
104>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>