OCSP observability: variables $tls_{in,out}_ocsp
[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
65867078 83127.0.0.1 in hosts_require_ocsp? no (option unset)
44662487 84127.0.0.1 in hosts_request_ocsp? yes (matched "*")
65867078
JH
85 in tls_verify_hosts? no (option unset)
86 in tls_try_verify_hosts? no (option unset)
b32ddfaa
JH
87 SMTP>> EHLO myhost.test.ex
88 SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]
89 250-SIZE 52428800
90 250-8BITMIME
91 250-PIPELINING
92 250 HELP
da45993f 93127.0.0.1 in hosts_require_auth? no (option unset)
b32ddfaa
JH
94 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
95 SMTP<< 250 OK
96 SMTP>> RCPT TO:<userx@domain.com>
97 SMTP<< 250 Accepted
98----------- end cutthrough setup ------------
99processing "accept"
100accept: condition test succeeded in inline ACL
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"
195----------- start cutthrough setup ------------
196domain.com in "test.ex : *.test.ex"? no (end of list)
197domain.com in "! +local_domains"? yes (end of list)
198expanding: $local_part
199 result: usery
200domain.com in "*"? yes (matched "*")
201Connecting to 127.0.0.1 [127.0.0.1]:1225 from ip4.ip4.ip4.ip4 ... connected
202expanding: $primary_hostname
203 result: myhost.test.ex
204 SMTP<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
205127.0.0.1 in hosts_avoid_esmtp? no (option unset)
206 SMTP>> EHLO myhost.test.ex
207 SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]
208 250-SIZE 52428800
209 250-8BITMIME
210 250-PIPELINING
211 250-STARTTLS
212 250 HELP
213expanding: $address_data
214 result: usery
215expanding: usery
216 result: usery
217condition: eq {$address_data}{usery}
218 result: true
219expanding: *
220 result: *
221expanding: :
222 result: :
223skipping: result is not used
224expanding: ${if eq {$address_data}{usery}{*}{:}}
225 result: *
226127.0.0.1 in hosts_avoid_tls? yes (matched "*")
da45993f 227127.0.0.1 in hosts_require_auth? no (option unset)
b32ddfaa
JH
228 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
229 SMTP<< 250 OK
230 SMTP>> RCPT TO:<usery@domain.com>
231 SMTP<< 250 Accepted
232----------- end cutthrough setup ------------
233processing "accept"
234accept: condition test succeeded in inline ACL
235 SMTP>> DATA
236 SMTP<< 354 Enter message, ending with "." on a line by itself
237expanding: ${tod_full}
238 result: Tue, 2 Mar 1999 09:44:33 +0000
239condition: def:sender_rcvhost
240 result: false
241expanding: from $sender_rcvhost
242
243 result: from
244
245skipping: result is not used
246condition: def:sender_ident
247 result: true
248expanding: $sender_ident
249 result: CALLER
250expanding: from ${quote_local_part:$sender_ident}
251 result: from CALLER
252condition: def:sender_helo_name
253 result: true
254expanding: (helo=$sender_helo_name)
255
256 result: (helo=myhost.test.ex)
257
258expanding: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
259 }}
260 result: from CALLER (helo=myhost.test.ex)
261
262condition: def:received_protocol
263 result: true
264expanding: with $received_protocol
265 result: with local-esmtp
266condition: def:sender_address
267 result: true
268expanding: (envelope-from <$sender_address>)
269
270 result: (envelope-from <CALLER@myhost.test.ex>)
271
272condition: def:received_for
273 result: true
274expanding:
275 for $received_for
276 result:
277 for usery@domain.com
36f53194
JH
278----------- start cutthrough headers send -----------
279----------- done cutthrough headers send ------------
b32ddfaa
JH
280expanding: ${tod_full}
281 result: Tue, 2 Mar 1999 09:44:33 +0000
282 SMTP>> .
283 SMTP<< 250 OK id=10HmaZ-0005vi-00
284LOG: MAIN
285 >> usery@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] C="250 OK id=10HmaZ-0005vi-00"
286 SMTP>> QUIT
287----------- cutthrough shutdown (delivered) ------------
288LOG: MAIN
289 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
290LOG: MAIN
291 Completed
292LOG: smtp_connection MAIN
293 SMTP connection from CALLER closed by QUIT
294>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
99400968
JH
295Exim version x.yz ....
296configuration file is TESTSUITE/test-config
297admin user
298 in hosts_connection_nolog? no (option unset)
299LOG: smtp_connection MAIN
300 SMTP connection from CALLER
301expanding: $smtp_active_hostname ESMTP Exim $version_number $tod_full
302 result: myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
303 in pipelining_advertise_hosts? yes (matched "*")
304 in tls_advertise_hosts? yes (matched "*")
305expanding: SERVER
306 result: SERVER
307expanding: server
308 result: server
309condition: eq {SERVER}{server}
310 result: false
311expanding: queue
312 result: queue
313skipping: result is not used
314expanding: cutthrough
315 result: cutthrough
316expanding: ${if eq {SERVER}{server}{queue}{cutthrough}}
317 result: cutthrough
318using ACL "cutthrough"
319processing "accept"
320check control = cutthrough_delivery
321check verify = recipient
322domain.com in "test.ex : *.test.ex"? no (end of list)
323domain.com in "! +local_domains"? yes (end of list)
324expanding: $local_part
325 result: usery
326domain.com in "*"? yes (matched "*")
327----------- end verify ------------
328accept: condition test succeeded in ACL "cutthrough"
329----------- start cutthrough setup ------------
330domain.com in "test.ex : *.test.ex"? no (end of list)
331domain.com in "! +local_domains"? yes (end of list)
332expanding: $local_part
333 result: usery
334domain.com in "*"? yes (matched "*")
335Connecting to 127.0.0.1 [127.0.0.1]:1225 from ip4.ip4.ip4.ip4 ... connected
336expanding: $primary_hostname
337 result: myhost.test.ex
338 SMTP<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
339127.0.0.1 in hosts_avoid_esmtp? no (option unset)
340 SMTP>> EHLO myhost.test.ex
341 SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]
342 250-SIZE 52428800
343 250-8BITMIME
344 250-PIPELINING
345 250-STARTTLS
346 250 HELP
347expanding: $address_data
348 result: usery
349expanding: usery
350 result: usery
351condition: eq {$address_data}{usery}
352 result: true
353expanding: *
354 result: *
355expanding: :
356 result: :
357skipping: result is not used
358expanding: ${if eq {$address_data}{usery}{*}{:}}
359 result: *
360127.0.0.1 in hosts_avoid_tls? yes (matched "*")
da45993f 361127.0.0.1 in hosts_require_auth? no (option unset)
99400968
JH
362 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
363 SMTP<< 250 OK
364 SMTP>> RCPT TO:<usery@domain.com>
365 SMTP<< 250 Accepted
366----------- end cutthrough setup ------------
367processing "accept"
368accept: condition test succeeded in inline ACL
369 SMTP>> DATA
370 SMTP<< 354 Enter message, ending with "." on a line by itself
371expanding: ${tod_full}
372 result: Tue, 2 Mar 1999 09:44:33 +0000
373condition: def:sender_rcvhost
374 result: false
375expanding: from $sender_rcvhost
376
377 result: from
378
379skipping: result is not used
380condition: def:sender_ident
381 result: true
382expanding: $sender_ident
383 result: CALLER
384expanding: from ${quote_local_part:$sender_ident}
385 result: from CALLER
386condition: def:sender_helo_name
387 result: true
388expanding: (helo=$sender_helo_name)
389
390 result: (helo=myhost.test.ex)
391
392expanding: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
393 }}
394 result: from CALLER (helo=myhost.test.ex)
395
396condition: def:received_protocol
397 result: true
398expanding: with $received_protocol
399 result: with local-esmtp
400condition: def:sender_address
401 result: true
402expanding: (envelope-from <$sender_address>)
403
404 result: (envelope-from <CALLER@myhost.test.ex>)
405
406condition: def:received_for
407 result: true
408expanding:
409 for $received_for
410 result:
411 for usery@domain.com
36f53194
JH
412----------- start cutthrough headers send -----------
413----------- done cutthrough headers send ------------
99400968
JH
414expanding: ${tod_full}
415 result: Tue, 2 Mar 1999 09:44:33 +0000
416 SMTP>> .
417 SMTP<< 250 OK id=10HmbB-0005vi-00
418LOG: MAIN
419 >> usery@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] C="250 OK id=10HmbB-0005vi-00"
420 SMTP>> QUIT
421----------- cutthrough shutdown (delivered) ------------
422LOG: MAIN
423 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
424LOG: MAIN
425 Completed
426LOG: smtp_connection MAIN
427 SMTP connection from CALLER closed by QUIT
428>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
b32ddfaa
JH
429
430******** SERVER ********