OCSP observability: variables $tls_{in,out}_ocsp
[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 127.0.0.1 in hosts_require_ocsp? no (option unset)
84 127.0.0.1 in hosts_request_ocsp? yes (matched "*")
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
91 127.0.0.1 in hosts_require_auth? no (option unset)
92 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
93 SMTP<< 250 OK
94 SMTP>> RCPT TO:<userx@domain.com>
95 SMTP<< 250 Accepted
96 ----------- end cutthrough setup ------------
97 processing "accept"
98 accept: condition test succeeded in inline ACL
99 SMTP>> DATA
100 SMTP<< 354 Enter message, ending with "." on a line by itself
101 expanding: ${tod_full}
102 result: Tue, 2 Mar 1999 09:44:33 +0000
103 condition: def:sender_rcvhost
104 result: false
105 expanding: from $sender_rcvhost
106
107 result: from
108
109 skipping: result is not used
110 condition: def:sender_ident
111 result: true
112 expanding: $sender_ident
113 result: CALLER
114 expanding: from ${quote_local_part:$sender_ident}
115 result: from CALLER
116 condition: def:sender_helo_name
117 result: true
118 expanding: (helo=$sender_helo_name)
119
120 result: (helo=myhost.test.ex)
121
122 expanding: ${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
126 condition: def:received_protocol
127 result: true
128 expanding: with $received_protocol
129 result: with local-esmtp
130 condition: def:sender_address
131 result: true
132 expanding: (envelope-from <$sender_address>)
133
134 result: (envelope-from <CALLER@myhost.test.ex>)
135
136 condition: def:received_for
137 result: true
138 expanding:
139 for $received_for
140 result:
141 for userx@domain.com
142 ----------- start cutthrough headers send -----------
143 ----------- done cutthrough headers send ------------
144 expanding: ${tod_full}
145 result: Tue, 2 Mar 1999 09:44:33 +0000
146 SMTP>> .
147 SMTP<< 250 OK id=10HmaX-0005vi-00
148 LOG: 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) ------------
152 LOG: MAIN
153 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
154 LOG: MAIN
155 Completed
156 LOG: smtp_connection MAIN
157 SMTP connection from CALLER closed by QUIT
158 >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
159 Exim version x.yz ....
160 configuration file is TESTSUITE/test-config
161 admin user
162 in hosts_connection_nolog? no (option unset)
163 LOG: smtp_connection MAIN
164 SMTP connection from CALLER
165 expanding: $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 "*")
169 expanding: SERVER
170 result: SERVER
171 expanding: server
172 result: server
173 condition: eq {SERVER}{server}
174 result: false
175 expanding: queue
176 result: queue
177 skipping: result is not used
178 expanding: cutthrough
179 result: cutthrough
180 expanding: ${if eq {SERVER}{server}{queue}{cutthrough}}
181 result: cutthrough
182 using ACL "cutthrough"
183 processing "accept"
184 check control = cutthrough_delivery
185 check verify = recipient
186 domain.com in "test.ex : *.test.ex"? no (end of list)
187 domain.com in "! +local_domains"? yes (end of list)
188 expanding: $local_part
189 result: usery
190 domain.com in "*"? yes (matched "*")
191 ----------- end verify ------------
192 accept: condition test succeeded in ACL "cutthrough"
193 ----------- start cutthrough setup ------------
194 domain.com in "test.ex : *.test.ex"? no (end of list)
195 domain.com in "! +local_domains"? yes (end of list)
196 expanding: $local_part
197 result: usery
198 domain.com in "*"? yes (matched "*")
199 Connecting to 127.0.0.1 [127.0.0.1]:1225 from ip4.ip4.ip4.ip4 ... connected
200 expanding: $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
203 127.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
211 expanding: $address_data
212 result: usery
213 expanding: usery
214 result: usery
215 condition: eq {$address_data}{usery}
216 result: true
217 expanding: *
218 result: *
219 expanding: :
220 result: :
221 skipping: result is not used
222 expanding: ${if eq {$address_data}{usery}{*}{:}}
223 result: *
224 127.0.0.1 in hosts_avoid_tls? yes (matched "*")
225 127.0.0.1 in hosts_require_auth? no (option unset)
226 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
227 SMTP<< 250 OK
228 SMTP>> RCPT TO:<usery@domain.com>
229 SMTP<< 250 Accepted
230 ----------- end cutthrough setup ------------
231 processing "accept"
232 accept: condition test succeeded in inline ACL
233 SMTP>> DATA
234 SMTP<< 354 Enter message, ending with "." on a line by itself
235 expanding: ${tod_full}
236 result: Tue, 2 Mar 1999 09:44:33 +0000
237 condition: def:sender_rcvhost
238 result: false
239 expanding: from $sender_rcvhost
240
241 result: from
242
243 skipping: result is not used
244 condition: def:sender_ident
245 result: true
246 expanding: $sender_ident
247 result: CALLER
248 expanding: from ${quote_local_part:$sender_ident}
249 result: from CALLER
250 condition: def:sender_helo_name
251 result: true
252 expanding: (helo=$sender_helo_name)
253
254 result: (helo=myhost.test.ex)
255
256 expanding: ${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
260 condition: def:received_protocol
261 result: true
262 expanding: with $received_protocol
263 result: with local-esmtp
264 condition: def:sender_address
265 result: true
266 expanding: (envelope-from <$sender_address>)
267
268 result: (envelope-from <CALLER@myhost.test.ex>)
269
270 condition: def:received_for
271 result: true
272 expanding:
273 for $received_for
274 result:
275 for usery@domain.com
276 ----------- start cutthrough headers send -----------
277 ----------- done cutthrough headers send ------------
278 expanding: ${tod_full}
279 result: Tue, 2 Mar 1999 09:44:33 +0000
280 SMTP>> .
281 SMTP<< 250 OK id=10HmaZ-0005vi-00
282 LOG: 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) ------------
286 LOG: MAIN
287 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
288 LOG: MAIN
289 Completed
290 LOG: smtp_connection MAIN
291 SMTP connection from CALLER closed by QUIT
292 >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
293 Exim version x.yz ....
294 configuration file is TESTSUITE/test-config
295 admin user
296 in hosts_connection_nolog? no (option unset)
297 LOG: smtp_connection MAIN
298 SMTP connection from CALLER
299 expanding: $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 "*")
303 expanding: SERVER
304 result: SERVER
305 expanding: server
306 result: server
307 condition: eq {SERVER}{server}
308 result: false
309 expanding: queue
310 result: queue
311 skipping: result is not used
312 expanding: cutthrough
313 result: cutthrough
314 expanding: ${if eq {SERVER}{server}{queue}{cutthrough}}
315 result: cutthrough
316 using ACL "cutthrough"
317 processing "accept"
318 check control = cutthrough_delivery
319 check verify = recipient
320 domain.com in "test.ex : *.test.ex"? no (end of list)
321 domain.com in "! +local_domains"? yes (end of list)
322 expanding: $local_part
323 result: usery
324 domain.com in "*"? yes (matched "*")
325 ----------- end verify ------------
326 accept: condition test succeeded in ACL "cutthrough"
327 ----------- start cutthrough setup ------------
328 domain.com in "test.ex : *.test.ex"? no (end of list)
329 domain.com in "! +local_domains"? yes (end of list)
330 expanding: $local_part
331 result: usery
332 domain.com in "*"? yes (matched "*")
333 Connecting to 127.0.0.1 [127.0.0.1]:1225 from ip4.ip4.ip4.ip4 ... connected
334 expanding: $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
337 127.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
345 expanding: $address_data
346 result: usery
347 expanding: usery
348 result: usery
349 condition: eq {$address_data}{usery}
350 result: true
351 expanding: *
352 result: *
353 expanding: :
354 result: :
355 skipping: result is not used
356 expanding: ${if eq {$address_data}{usery}{*}{:}}
357 result: *
358 127.0.0.1 in hosts_avoid_tls? yes (matched "*")
359 127.0.0.1 in hosts_require_auth? no (option unset)
360 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
361 SMTP<< 250 OK
362 SMTP>> RCPT TO:<usery@domain.com>
363 SMTP<< 250 Accepted
364 ----------- end cutthrough setup ------------
365 processing "accept"
366 accept: condition test succeeded in inline ACL
367 SMTP>> DATA
368 SMTP<< 354 Enter message, ending with "." on a line by itself
369 expanding: ${tod_full}
370 result: Tue, 2 Mar 1999 09:44:33 +0000
371 condition: def:sender_rcvhost
372 result: false
373 expanding: from $sender_rcvhost
374
375 result: from
376
377 skipping: result is not used
378 condition: def:sender_ident
379 result: true
380 expanding: $sender_ident
381 result: CALLER
382 expanding: from ${quote_local_part:$sender_ident}
383 result: from CALLER
384 condition: def:sender_helo_name
385 result: true
386 expanding: (helo=$sender_helo_name)
387
388 result: (helo=myhost.test.ex)
389
390 expanding: ${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
394 condition: def:received_protocol
395 result: true
396 expanding: with $received_protocol
397 result: with local-esmtp
398 condition: def:sender_address
399 result: true
400 expanding: (envelope-from <$sender_address>)
401
402 result: (envelope-from <CALLER@myhost.test.ex>)
403
404 condition: def:received_for
405 result: true
406 expanding:
407 for $received_for
408 result:
409 for usery@domain.com
410 ----------- start cutthrough headers send -----------
411 ----------- done cutthrough headers send ------------
412 expanding: ${tod_full}
413 result: Tue, 2 Mar 1999 09:44:33 +0000
414 SMTP>> .
415 SMTP<< 250 OK id=10HmbB-0005vi-00
416 LOG: 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) ------------
420 LOG: MAIN
421 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
422 LOG: MAIN
423 Completed
424 LOG: smtp_connection MAIN
425 SMTP connection from CALLER closed by QUIT
426 >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
427
428 ******** SERVER ********