Testsuite cases for basic cutthrough_delivery.
[exim.git] / test / stderr / 5400
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 processing "accept"
7 check control = cutthrough_delivery
8 accept: condition test succeeded in inline ACL
9 ----------- start cutthrough setup ------------
10 Connecting 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 ------------
19 processing "accept"
20 accept: condition test succeeded in inline ACL
21   SMTP>> DATA
22   SMTP<< 354 Send data
23   SMTP>> .
24   SMTP<< 250 OK
25 ----------- cutthrough close ------------
26 LOG: MAIN
27   >> userx@domain.com R=all T=smtp
28 created log directory TESTSUITE/spool/log
29 LOG: MAIN
30   <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
31 LOG: MAIN
32   Completed
33 LOG: smtp_connection MAIN
34   SMTP connection from CALLER closed by QUIT
35 >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
36 Exim version x.yz ....
37 configuration file is TESTSUITE/test-config
38 admin user
39 LOG: smtp_connection MAIN
40   SMTP connection from CALLER
41 processing "accept"
42 check control = cutthrough_delivery
43 accept: condition test succeeded in inline ACL
44 ----------- start cutthrough setup ------------
45 Connecting 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 ------------
54 processing "accept"
55 check control = cutthrough_delivery
56 accept: condition test succeeded in inline ACL
57   SMTP>> QUIT
58 ----------- cutthrough shutdown ------------
59 LOG: MAIN
60   <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
61 LOG: smtp_connection MAIN
62   SMTP connection from CALLER closed by QUIT
63 >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
64 Exim version x.yz ....
65 configuration file is TESTSUITE/test-config
66 trusted user
67 admin user
68 >>>>>>>>>>>>>>>> Remote deliveries >>>>>>>>>>>>>>>>
69 --------> userx@domain.com <--------
70 smtp transport entered
71   userx@domain.com
72   usery@domain.com
73 checking status of 127.0.0.1
74 127.0.0.1 [127.0.0.1]:1111 status = usable
75 delivering 10HmaY-0005vi-00 to 127.0.0.1 [127.0.0.1] (userx@domain.com, ...)
76 Connecting 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
80 not 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 "."
90 writing data block fd=dddd size=sss timeout=300
91   SMTP<< 250 OK
92 ok=1 send_quit=1 send_rset=0 continue_more=0 yield=0 first_address is NULL
93 transport_check_waiting entered
94   sequence=1 local_max=500 global_max=-1
95 no messages waiting for 127.0.0.1
96   SMTP>> QUIT
97 Leaving smtp transport
98 LOG: MAIN
99   => userx@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1]
100 LOG: MAIN
101   -> usery@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1]
102 LOG: MAIN
103   Completed
104 >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>