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