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