334301139792122ee7f4d28224e110f77cbbee7d
[exim.git] / test / stderr / 5410
1 Exim version x.yz ....
2 configuration file is TESTSUITE/test-config
3 admin user
4 in hosts_connection_nolog? no (option unset)
5 LOG: smtp_connection MAIN
6 SMTP connection from CALLER
7 expanding: $smtp_active_hostname ESMTP Exim $version_number $tod_full
8 result: myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
9 in pipelining_advertise_hosts? yes (matched "*")
10 in tls_advertise_hosts? yes (matched "*")
11 expanding: SERVER
12 result: SERVER
13 expanding: server
14 result: server
15 condition: eq {SERVER}{server}
16 result: false
17 expanding: queue
18 result: queue
19 skipping: result is not used
20 expanding: cutthrough
21 result: cutthrough
22 expanding: ${if eq {SERVER}{server}{queue}{cutthrough}}
23 result: cutthrough
24 using ACL "cutthrough"
25 processing "accept"
26 check control = cutthrough_delivery
27 check verify = recipient
28 domain.com in "test.ex : *.test.ex"? no (end of list)
29 domain.com in "! +local_domains"? yes (end of list)
30 expanding: $local_part
31 result: userx
32 domain.com in "*"? yes (matched "*")
33 ----------- end verify ------------
34 accept: condition test succeeded in ACL "cutthrough"
35 ----------- start cutthrough setup ------------
36 domain.com in "test.ex : *.test.ex"? no (end of list)
37 domain.com in "! +local_domains"? yes (end of list)
38 expanding: $local_part
39 result: userx
40 domain.com in "*"? yes (matched "*")
41 Connecting to 127.0.0.1 [127.0.0.1]:1225 from ip4.ip4.ip4.ip4 ... connected
42 expanding: $primary_hostname
43 result: myhost.test.ex
44 SMTP<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
45 127.0.0.1 in hosts_avoid_esmtp? no (option unset)
46 SMTP>> EHLO myhost.test.ex
47 SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]
48 250-SIZE 52428800
49 250-8BITMIME
50 250-PIPELINING
51 250-STARTTLS
52 250 HELP
53 expanding: $address_data
54 result: userx
55 expanding: usery
56 result: usery
57 condition: eq {$address_data}{usery}
58 result: false
59 expanding: *
60 result: *
61 skipping: result is not used
62 expanding: :
63 result: :
64 expanding: ${if eq {$address_data}{usery}{*}{:}}
65 result: :
66 127.0.0.1 in hosts_avoid_tls? no (end of list)
67 expanding: $address_data
68 result: userx
69 expanding: userz
70 result: userz
71 condition: eq {$address_data}{userz}
72 result: false
73 expanding: *
74 result: *
75 skipping: result is not used
76 expanding: :
77 result: :
78 expanding: ${if eq {$address_data}{userz}{*}{:}}
79 result: :
80 127.0.0.1 in hosts_verify_avoid_tls? no (end of list)
81 SMTP>> STARTTLS
82 SMTP<< 220 TLS go ahead
83 SMTP>> EHLO myhost.test.ex
84 SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]
85 250-SIZE 52428800
86 250-8BITMIME
87 250-PIPELINING
88 250 HELP
89 127.0.0.1 in hosts_require_auth? no (option unset)
90 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
91 SMTP<< 250 OK
92 SMTP>> RCPT TO:<userx@domain.com>
93 SMTP<< 250 Accepted
94 ----------- end cutthrough setup ------------
95 processing "accept"
96 accept: condition test succeeded in inline ACL
97 SMTP>> DATA
98 SMTP<< 354 Enter message, ending with "." on a line by itself
99 expanding: ${tod_full}
100 result: Tue, 2 Mar 1999 09:44:33 +0000
101 condition: def:sender_rcvhost
102 result: false
103 expanding: from $sender_rcvhost
104
105 result: from
106
107 skipping: result is not used
108 condition: def:sender_ident
109 result: true
110 expanding: $sender_ident
111 result: CALLER
112 expanding: from ${quote_local_part:$sender_ident}
113 result: from CALLER
114 condition: def:sender_helo_name
115 result: true
116 expanding: (helo=$sender_helo_name)
117
118 result: (helo=myhost.test.ex)
119
120 expanding: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
121 }}
122 result: from CALLER (helo=myhost.test.ex)
123
124 condition: def:received_protocol
125 result: true
126 expanding: with $received_protocol
127 result: with local-esmtp
128 condition: def:sender_address
129 result: true
130 expanding: (envelope-from <$sender_address>)
131
132 result: (envelope-from <CALLER@myhost.test.ex>)
133
134 condition: def:received_for
135 result: true
136 expanding:
137 for $received_for
138 result:
139 for userx@domain.com
140 ----------- start cutthrough headers send -----------
141 ----------- done cutthrough headers send ------------
142 expanding: ${tod_full}
143 result: Tue, 2 Mar 1999 09:44:33 +0000
144 SMTP>> .
145 SMTP<< 250 OK id=10HmaX-0005vi-00
146 LOG: MAIN
147 >> userx@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] X=TLSv1:AES256-SHA:256 C="250 OK id=10HmaX-0005vi-00"
148 SMTP>> QUIT
149 ----------- cutthrough shutdown (delivered) ------------
150 LOG: MAIN
151 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
152 LOG: MAIN
153 Completed
154 LOG: smtp_connection MAIN
155 SMTP connection from CALLER closed by QUIT
156 >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
157 Exim version x.yz ....
158 configuration file is TESTSUITE/test-config
159 admin user
160 in hosts_connection_nolog? no (option unset)
161 LOG: smtp_connection MAIN
162 SMTP connection from CALLER
163 expanding: $smtp_active_hostname ESMTP Exim $version_number $tod_full
164 result: myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
165 in pipelining_advertise_hosts? yes (matched "*")
166 in tls_advertise_hosts? yes (matched "*")
167 expanding: SERVER
168 result: SERVER
169 expanding: server
170 result: server
171 condition: eq {SERVER}{server}
172 result: false
173 expanding: queue
174 result: queue
175 skipping: result is not used
176 expanding: cutthrough
177 result: cutthrough
178 expanding: ${if eq {SERVER}{server}{queue}{cutthrough}}
179 result: cutthrough
180 using ACL "cutthrough"
181 processing "accept"
182 check control = cutthrough_delivery
183 check verify = recipient
184 domain.com in "test.ex : *.test.ex"? no (end of list)
185 domain.com in "! +local_domains"? yes (end of list)
186 expanding: $local_part
187 result: usery
188 domain.com in "*"? yes (matched "*")
189 ----------- end verify ------------
190 accept: condition test succeeded in ACL "cutthrough"
191 ----------- start cutthrough setup ------------
192 domain.com in "test.ex : *.test.ex"? no (end of list)
193 domain.com in "! +local_domains"? yes (end of list)
194 expanding: $local_part
195 result: usery
196 domain.com in "*"? yes (matched "*")
197 Connecting to 127.0.0.1 [127.0.0.1]:1225 from ip4.ip4.ip4.ip4 ... connected
198 expanding: $primary_hostname
199 result: myhost.test.ex
200 SMTP<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
201 127.0.0.1 in hosts_avoid_esmtp? no (option unset)
202 SMTP>> EHLO myhost.test.ex
203 SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]
204 250-SIZE 52428800
205 250-8BITMIME
206 250-PIPELINING
207 250-STARTTLS
208 250 HELP
209 expanding: $address_data
210 result: usery
211 expanding: usery
212 result: usery
213 condition: eq {$address_data}{usery}
214 result: true
215 expanding: *
216 result: *
217 expanding: :
218 result: :
219 skipping: result is not used
220 expanding: ${if eq {$address_data}{usery}{*}{:}}
221 result: *
222 127.0.0.1 in hosts_avoid_tls? yes (matched "*")
223 127.0.0.1 in hosts_require_auth? no (option unset)
224 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
225 SMTP<< 250 OK
226 SMTP>> RCPT TO:<usery@domain.com>
227 SMTP<< 250 Accepted
228 ----------- end cutthrough setup ------------
229 processing "accept"
230 accept: condition test succeeded in inline ACL
231 SMTP>> DATA
232 SMTP<< 354 Enter message, ending with "." on a line by itself
233 expanding: ${tod_full}
234 result: Tue, 2 Mar 1999 09:44:33 +0000
235 condition: def:sender_rcvhost
236 result: false
237 expanding: from $sender_rcvhost
238
239 result: from
240
241 skipping: result is not used
242 condition: def:sender_ident
243 result: true
244 expanding: $sender_ident
245 result: CALLER
246 expanding: from ${quote_local_part:$sender_ident}
247 result: from CALLER
248 condition: def:sender_helo_name
249 result: true
250 expanding: (helo=$sender_helo_name)
251
252 result: (helo=myhost.test.ex)
253
254 expanding: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
255 }}
256 result: from CALLER (helo=myhost.test.ex)
257
258 condition: def:received_protocol
259 result: true
260 expanding: with $received_protocol
261 result: with local-esmtp
262 condition: def:sender_address
263 result: true
264 expanding: (envelope-from <$sender_address>)
265
266 result: (envelope-from <CALLER@myhost.test.ex>)
267
268 condition: def:received_for
269 result: true
270 expanding:
271 for $received_for
272 result:
273 for usery@domain.com
274 ----------- start cutthrough headers send -----------
275 ----------- done cutthrough headers send ------------
276 expanding: ${tod_full}
277 result: Tue, 2 Mar 1999 09:44:33 +0000
278 SMTP>> .
279 SMTP<< 250 OK id=10HmaZ-0005vi-00
280 LOG: MAIN
281 >> usery@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] C="250 OK id=10HmaZ-0005vi-00"
282 SMTP>> QUIT
283 ----------- cutthrough shutdown (delivered) ------------
284 LOG: MAIN
285 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
286 LOG: MAIN
287 Completed
288 LOG: smtp_connection MAIN
289 SMTP connection from CALLER closed by QUIT
290 >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
291 Exim version x.yz ....
292 configuration file is TESTSUITE/test-config
293 admin user
294 in hosts_connection_nolog? no (option unset)
295 LOG: smtp_connection MAIN
296 SMTP connection from CALLER
297 expanding: $smtp_active_hostname ESMTP Exim $version_number $tod_full
298 result: myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
299 in pipelining_advertise_hosts? yes (matched "*")
300 in tls_advertise_hosts? yes (matched "*")
301 expanding: SERVER
302 result: SERVER
303 expanding: server
304 result: server
305 condition: eq {SERVER}{server}
306 result: false
307 expanding: queue
308 result: queue
309 skipping: result is not used
310 expanding: cutthrough
311 result: cutthrough
312 expanding: ${if eq {SERVER}{server}{queue}{cutthrough}}
313 result: cutthrough
314 using ACL "cutthrough"
315 processing "accept"
316 check control = cutthrough_delivery
317 check verify = recipient
318 domain.com in "test.ex : *.test.ex"? no (end of list)
319 domain.com in "! +local_domains"? yes (end of list)
320 expanding: $local_part
321 result: usery
322 domain.com in "*"? yes (matched "*")
323 ----------- end verify ------------
324 accept: condition test succeeded in ACL "cutthrough"
325 ----------- start cutthrough setup ------------
326 domain.com in "test.ex : *.test.ex"? no (end of list)
327 domain.com in "! +local_domains"? yes (end of list)
328 expanding: $local_part
329 result: usery
330 domain.com in "*"? yes (matched "*")
331 Connecting to 127.0.0.1 [127.0.0.1]:1225 from ip4.ip4.ip4.ip4 ... connected
332 expanding: $primary_hostname
333 result: myhost.test.ex
334 SMTP<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
335 127.0.0.1 in hosts_avoid_esmtp? no (option unset)
336 SMTP>> EHLO myhost.test.ex
337 SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]
338 250-SIZE 52428800
339 250-8BITMIME
340 250-PIPELINING
341 250-STARTTLS
342 250 HELP
343 expanding: $address_data
344 result: usery
345 expanding: usery
346 result: usery
347 condition: eq {$address_data}{usery}
348 result: true
349 expanding: *
350 result: *
351 expanding: :
352 result: :
353 skipping: result is not used
354 expanding: ${if eq {$address_data}{usery}{*}{:}}
355 result: *
356 127.0.0.1 in hosts_avoid_tls? yes (matched "*")
357 127.0.0.1 in hosts_require_auth? no (option unset)
358 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
359 SMTP<< 250 OK
360 SMTP>> RCPT TO:<usery@domain.com>
361 SMTP<< 250 Accepted
362 ----------- end cutthrough setup ------------
363 processing "accept"
364 accept: condition test succeeded in inline ACL
365 SMTP>> DATA
366 SMTP<< 354 Enter message, ending with "." on a line by itself
367 expanding: ${tod_full}
368 result: Tue, 2 Mar 1999 09:44:33 +0000
369 condition: def:sender_rcvhost
370 result: false
371 expanding: from $sender_rcvhost
372
373 result: from
374
375 skipping: result is not used
376 condition: def:sender_ident
377 result: true
378 expanding: $sender_ident
379 result: CALLER
380 expanding: from ${quote_local_part:$sender_ident}
381 result: from CALLER
382 condition: def:sender_helo_name
383 result: true
384 expanding: (helo=$sender_helo_name)
385
386 result: (helo=myhost.test.ex)
387
388 expanding: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
389 }}
390 result: from CALLER (helo=myhost.test.ex)
391
392 condition: def:received_protocol
393 result: true
394 expanding: with $received_protocol
395 result: with local-esmtp
396 condition: def:sender_address
397 result: true
398 expanding: (envelope-from <$sender_address>)
399
400 result: (envelope-from <CALLER@myhost.test.ex>)
401
402 condition: def:received_for
403 result: true
404 expanding:
405 for $received_for
406 result:
407 for usery@domain.com
408 ----------- start cutthrough headers send -----------
409 ----------- done cutthrough headers send ------------
410 expanding: ${tod_full}
411 result: Tue, 2 Mar 1999 09:44:33 +0000
412 SMTP>> .
413 SMTP<< 250 OK id=10HmbB-0005vi-00
414 LOG: MAIN
415 >> usery@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] C="250 OK id=10HmbB-0005vi-00"
416 SMTP>> QUIT
417 ----------- cutthrough shutdown (delivered) ------------
418 LOG: MAIN
419 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
420 LOG: MAIN
421 Completed
422 LOG: smtp_connection MAIN
423 SMTP connection from CALLER closed by QUIT
424 >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
425
426 ******** SERVER ********