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