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