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