Merge branch 'master' of ssh://git.exim.org/home/git/exim
[exim.git] / test / stderr / 5420
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
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
da45993f 89127.0.0.1 in hosts_require_auth? no (option unset)
b32ddfaa
JH
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 ------------
95processing "accept"
96accept: condition test succeeded in inline ACL
97 SMTP>> DATA
98 SMTP<< 354 Enter message, ending with "." on a line by itself
99expanding: ${tod_full}
100 result: Tue, 2 Mar 1999 09:44:33 +0000
101condition: def:sender_rcvhost
102 result: false
103expanding: from $sender_rcvhost
104
105 result: from
106
107skipping: result is not used
108condition: def:sender_ident
109 result: true
110expanding: $sender_ident
111 result: CALLER
112expanding: from ${quote_local_part:$sender_ident}
113 result: from CALLER
114condition: def:sender_helo_name
115 result: true
116expanding: (helo=$sender_helo_name)
117
118 result: (helo=myhost.test.ex)
119
120expanding: ${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
124condition: def:received_protocol
125 result: true
126expanding: with $received_protocol
127 result: with local-esmtp
128condition: def:sender_address
129 result: true
130expanding: (envelope-from <$sender_address>)
131
132 result: (envelope-from <CALLER@myhost.test.ex>)
133
134condition: def:received_for
135 result: true
136expanding:
137 for $received_for
138 result:
139 for userx@domain.com
36f53194
JH
140----------- start cutthrough headers send -----------
141----------- done cutthrough headers send ------------
b32ddfaa
JH
142expanding: ${tod_full}
143 result: Tue, 2 Mar 1999 09:44:33 +0000
144 SMTP>> .
145 SMTP<< 250 OK id=10HmaX-0005vi-00
146LOG: MAIN
389ca47a 147 >> userx@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] X=TLS1.x:xxxxRSA_AES_256_CBC_SHAnnn:256 C="250 OK id=10HmaX-0005vi-00"
b32ddfaa
JH
148 SMTP>> QUIT
149----------- cutthrough shutdown (delivered) ------------
150LOG: MAIN
151 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
152LOG: MAIN
153 Completed
154LOG: smtp_connection MAIN
155 SMTP connection from CALLER closed by QUIT
156>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
157Exim version x.yz ....
158configuration file is TESTSUITE/test-config
159admin user
160 in hosts_connection_nolog? no (option unset)
161LOG: smtp_connection MAIN
162 SMTP connection from CALLER
163expanding: $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 "*")
167expanding: SERVER
168 result: SERVER
169expanding: server
170 result: server
171condition: eq {SERVER}{server}
172 result: false
173expanding: queue
174 result: queue
175skipping: result is not used
176expanding: cutthrough
177 result: cutthrough
178expanding: ${if eq {SERVER}{server}{queue}{cutthrough}}
179 result: cutthrough
180using ACL "cutthrough"
181processing "accept"
182check control = cutthrough_delivery
183check verify = recipient
184domain.com in "test.ex : *.test.ex"? no (end of list)
185domain.com in "! +local_domains"? yes (end of list)
186expanding: $local_part
187 result: usery
188domain.com in "*"? yes (matched "*")
189----------- end verify ------------
190accept: condition test succeeded in ACL "cutthrough"
191----------- start cutthrough setup ------------
192domain.com in "test.ex : *.test.ex"? no (end of list)
193domain.com in "! +local_domains"? yes (end of list)
194expanding: $local_part
195 result: usery
196domain.com in "*"? yes (matched "*")
197Connecting to 127.0.0.1 [127.0.0.1]:1225 from ip4.ip4.ip4.ip4 ... connected
198expanding: $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
201127.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
209expanding: $address_data
210 result: usery
211expanding: usery
212 result: usery
213condition: eq {$address_data}{usery}
214 result: true
215expanding: *
216 result: *
217expanding: :
218 result: :
219skipping: result is not used
220expanding: ${if eq {$address_data}{usery}{*}{:}}
221 result: *
222127.0.0.1 in hosts_avoid_tls? yes (matched "*")
da45993f 223127.0.0.1 in hosts_require_auth? no (option unset)
b32ddfaa
JH
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 ------------
229processing "accept"
230accept: condition test succeeded in inline ACL
231 SMTP>> DATA
232 SMTP<< 354 Enter message, ending with "." on a line by itself
233expanding: ${tod_full}
234 result: Tue, 2 Mar 1999 09:44:33 +0000
235condition: def:sender_rcvhost
236 result: false
237expanding: from $sender_rcvhost
238
239 result: from
240
241skipping: result is not used
242condition: def:sender_ident
243 result: true
244expanding: $sender_ident
245 result: CALLER
246expanding: from ${quote_local_part:$sender_ident}
247 result: from CALLER
248condition: def:sender_helo_name
249 result: true
250expanding: (helo=$sender_helo_name)
251
252 result: (helo=myhost.test.ex)
253
254expanding: ${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
258condition: def:received_protocol
259 result: true
260expanding: with $received_protocol
261 result: with local-esmtp
262condition: def:sender_address
263 result: true
264expanding: (envelope-from <$sender_address>)
265
266 result: (envelope-from <CALLER@myhost.test.ex>)
267
268condition: def:received_for
269 result: true
270expanding:
271 for $received_for
272 result:
273 for usery@domain.com
36f53194
JH
274----------- start cutthrough headers send -----------
275----------- done cutthrough headers send ------------
b32ddfaa
JH
276expanding: ${tod_full}
277 result: Tue, 2 Mar 1999 09:44:33 +0000
278 SMTP>> .
279 SMTP<< 250 OK id=10HmaZ-0005vi-00
280LOG: 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) ------------
284LOG: MAIN
285 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
286LOG: MAIN
287 Completed
288LOG: smtp_connection MAIN
289 SMTP connection from CALLER closed by QUIT
290>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
99400968
JH
291Exim version x.yz ....
292configuration file is TESTSUITE/test-config
293admin user
294 in hosts_connection_nolog? no (option unset)
295LOG: smtp_connection MAIN
296 SMTP connection from CALLER
297expanding: $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 "*")
301expanding: SERVER
302 result: SERVER
303expanding: server
304 result: server
305condition: eq {SERVER}{server}
306 result: false
307expanding: queue
308 result: queue
309skipping: result is not used
310expanding: cutthrough
311 result: cutthrough
312expanding: ${if eq {SERVER}{server}{queue}{cutthrough}}
313 result: cutthrough
314using ACL "cutthrough"
315processing "accept"
316check control = cutthrough_delivery
317check verify = recipient
318domain.com in "test.ex : *.test.ex"? no (end of list)
319domain.com in "! +local_domains"? yes (end of list)
320expanding: $local_part
321 result: usery
322domain.com in "*"? yes (matched "*")
323----------- end verify ------------
324accept: condition test succeeded in ACL "cutthrough"
325----------- start cutthrough setup ------------
326domain.com in "test.ex : *.test.ex"? no (end of list)
327domain.com in "! +local_domains"? yes (end of list)
328expanding: $local_part
329 result: usery
330domain.com in "*"? yes (matched "*")
331Connecting to 127.0.0.1 [127.0.0.1]:1225 from ip4.ip4.ip4.ip4 ... connected
332expanding: $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
335127.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
343expanding: $address_data
344 result: usery
345expanding: usery
346 result: usery
347condition: eq {$address_data}{usery}
348 result: true
349expanding: *
350 result: *
351expanding: :
352 result: :
353skipping: result is not used
354expanding: ${if eq {$address_data}{usery}{*}{:}}
355 result: *
356127.0.0.1 in hosts_avoid_tls? yes (matched "*")
da45993f 357127.0.0.1 in hosts_require_auth? no (option unset)
99400968
JH
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 ------------
363processing "accept"
364accept: condition test succeeded in inline ACL
365 SMTP>> DATA
366 SMTP<< 354 Enter message, ending with "." on a line by itself
367expanding: ${tod_full}
368 result: Tue, 2 Mar 1999 09:44:33 +0000
369condition: def:sender_rcvhost
370 result: false
371expanding: from $sender_rcvhost
372
373 result: from
374
375skipping: result is not used
376condition: def:sender_ident
377 result: true
378expanding: $sender_ident
379 result: CALLER
380expanding: from ${quote_local_part:$sender_ident}
381 result: from CALLER
382condition: def:sender_helo_name
383 result: true
384expanding: (helo=$sender_helo_name)
385
386 result: (helo=myhost.test.ex)
387
388expanding: ${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
392condition: def:received_protocol
393 result: true
394expanding: with $received_protocol
395 result: with local-esmtp
396condition: def:sender_address
397 result: true
398expanding: (envelope-from <$sender_address>)
399
400 result: (envelope-from <CALLER@myhost.test.ex>)
401
402condition: def:received_for
403 result: true
404expanding:
405 for $received_for
406 result:
407 for usery@domain.com
36f53194
JH
408----------- start cutthrough headers send -----------
409----------- done cutthrough headers send ------------
99400968
JH
410expanding: ${tod_full}
411 result: Tue, 2 Mar 1999 09:44:33 +0000
412 SMTP>> .
413 SMTP<< 250 OK id=10HmbB-0005vi-00
414LOG: 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) ------------
418LOG: MAIN
419 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
420LOG: MAIN
421 Completed
422LOG: smtp_connection MAIN
423 SMTP connection from CALLER closed by QUIT
424>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
b32ddfaa
JH
425
426******** SERVER ********