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