Handle recursion better, caused by ACLs.
[exim.git] / test / stderr / 5400
... / ...
CommitLineData
1Exim version x.yz ....
2configuration file is TESTSUITE/test-config
3admin user
4LOG: smtp_connection MAIN
5 SMTP connection from CALLER
6using ACL "ar"
7processing "accept"
8check control = cutthrough_delivery
9check logwrite = rcpt for $local_part@$domain
10 = rcpt for userx@domain.com
11LOG: MAIN
12 rcpt for userx@domain.com
13created log directory TESTSUITE/spool/log
14accept: condition test succeeded in ACL "ar"
15----------- start cutthrough setup ------------
16Connecting to 127.0.0.1 [127.0.0.1]:1224 from ip4.ip4.ip4.ip4 ... connected
17 SMTP<< 220 ESMTP
18 SMTP>> EHLO myhost.test.ex
19 SMTP<< 250 OK
20 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
21 SMTP<< 250 Sender OK
22 SMTP>> RCPT TO:<userx@domain.com>
23 SMTP<< 250 Recipient OK
24----------- end cutthrough setup ------------
25processing "accept"
26accept: condition test succeeded in inline ACL
27 SMTP>> DATA
28 SMTP<< 354 Send data
29 SMTP>>(nl)
30 SMTP>> .
31 SMTP<< 250 OK
32LOG: MAIN
33 >> userx@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] C="250 OK"
34 SMTP>> QUIT
35----------- cutthrough shutdown (delivered) ------------
36LOG: MAIN
37 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
38LOG: MAIN
39 Completed
40LOG: smtp_connection MAIN
41 SMTP connection from CALLER closed by QUIT
42>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
43Exim version x.yz ....
44configuration file is TESTSUITE/test-config
45admin user
46LOG: smtp_connection MAIN
47 SMTP connection from CALLER
48using ACL "ar"
49processing "accept"
50check control = cutthrough_delivery
51check logwrite = rcpt for $local_part@$domain
52 = rcpt for userz@domain.com
53LOG: MAIN
54 rcpt for userz@domain.com
55accept: condition test succeeded in ACL "ar"
56----------- start cutthrough setup ------------
57Connecting to 127.0.0.1 [127.0.0.1]:1224 from ip4.ip4.ip4.ip4 ... connected
58 SMTP<< 220 SMTP only spoken here
59 SMTP>> EHLO myhost.test.ex
60 SMTP<< 550 Not here, mate
61 SMTP>> HELO myhost.test.ex
62 SMTP<< 250 OK
63 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
64 SMTP<< 250 Sender OK
65 SMTP>> RCPT TO:<userz@domain.com>
66 SMTP<< 250 Recipient OK
67----------- end cutthrough setup ------------
68processing "accept"
69accept: condition test succeeded in inline ACL
70 SMTP>> DATA
71 SMTP<< 354 Send data
72 SMTP>>(nl)
73 SMTP>> .
74 SMTP<< 250 OK
75LOG: MAIN
76 >> userz@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] C="250 OK"
77 SMTP>> QUIT
78----------- cutthrough shutdown (delivered) ------------
79LOG: MAIN
80 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
81LOG: MAIN
82 Completed
83LOG: smtp_connection MAIN
84 SMTP connection from CALLER closed by QUIT
85>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
86Exim version x.yz ....
87configuration file is TESTSUITE/test-config
88admin user
89LOG: smtp_connection MAIN
90 SMTP connection from CALLER
91using ACL "ar"
92processing "accept"
93check control = cutthrough_delivery
94check logwrite = rcpt for $local_part@$domain
95 = rcpt for usery@domain.com
96LOG: MAIN
97 rcpt for usery@domain.com
98accept: condition test succeeded in ACL "ar"
99----------- start cutthrough setup ------------
100Connecting to 127.0.0.1 [127.0.0.1]:1224 from ip4.ip4.ip4.ip4 ... connected
101 SMTP<< 220 ESMTP
102 SMTP>> EHLO myhost.test.ex
103 SMTP<< 250 OK
104 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
105 SMTP<< 250 Sender OK
106 SMTP>> RCPT TO:<usery@domain.com>
107 SMTP<< 250 Recipient OK
108----------- end cutthrough setup ------------
109using ACL "ar"
110processing "accept"
111check control = cutthrough_delivery
112check logwrite = rcpt for $local_part@$domain
113 = rcpt for userx@domain.com
114LOG: MAIN
115 rcpt for userx@domain.com
116accept: condition test succeeded in ACL "ar"
117 SMTP>> QUIT
118----------- cutthrough shutdown (more than one recipient) ------------
119LOG: MAIN
120 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
121LOG: smtp_connection MAIN
122 SMTP connection from CALLER closed by QUIT
123>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
124Exim version x.yz ....
125configuration file is TESTSUITE/test-config
126trusted user
127admin user
128skipping ACL configuration - not needed
129>>>>>>>>>>>>>>>> Remote deliveries >>>>>>>>>>>>>>>>
130--------> usery@domain.com <--------
131smtp transport entered
132 usery@domain.com
133 userx@domain.com
134checking status of 127.0.0.1
135127.0.0.1 [127.0.0.1]:1111 status = usable
136delivering 10HmaZ-0005vi-00 to 127.0.0.1 [127.0.0.1] (usery@domain.com, ...)
137Connecting to 127.0.0.1 [127.0.0.1]:1224 from ip4.ip4.ip4.ip4 ... connected
138 SMTP<< 220 ESMTP
139 SMTP>> EHLO myhost.test.ex
140 SMTP<< 250 OK
141not using PIPELINING
142 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
143 SMTP<< 250 Sender OK
144 SMTP>> RCPT TO:<usery@domain.com>
145 SMTP<< 250 Recipient OK
146 SMTP>> RCPT TO:<userx@domain.com>
147 SMTP<< 250 Recipient OK
148 SMTP>> DATA
149 SMTP<< 354 Send data
150 SMTP>> writing message and terminating "."
151writing data block fd=dddd size=sss timeout=300
152 SMTP<< 250 OK
153ok=1 send_quit=1 send_rset=0 continue_more=0 yield=0 first_address is NULL
154transport_check_waiting entered
155 sequence=1 local_max=500 global_max=-1
156no messages waiting for 127.0.0.1
157 SMTP>> QUIT
158Leaving smtp transport
159LOG: MAIN
160 => usery@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] C="250 OK"
161LOG: MAIN
162 -> userx@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] C="250 OK"
163LOG: MAIN
164 Completed
165>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>