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