Fix callouts connection fallback from TLS to cleartext. Bug 1897
[exim.git] / test / stderr / 0432
CommitLineData
54c5ebb1
PH
1>>> host in hosts_connection_nolog? no (option unset)
2>>> host in host_lookup? no (option unset)
3>>> host in host_reject_connection? no (option unset)
4>>> host in sender_unqualified_hosts? no (option unset)
5>>> host in recipient_unqualified_hosts? no (option unset)
6>>> host in helo_verify_hosts? no (option unset)
7>>> host in helo_try_verify_hosts? no (option unset)
8>>> host in helo_accept_junk_hosts? no (option unset)
9>>> using ACL "mail"
10>>> processing "accept"
11>>> check verify = sender/callout=1s,maxwait=1s
12>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
13>>> routing x@y
14>>> calling r1 router
15>>> routed by r1 router
16>>> local host found for non-MX address
54c5ebb1
PH
17MUNGED: ::1 will be omitted in what follows
18>>> get[host|ipnode]byname[2] looked up these IP addresses:
19>>> name=127.0.0.1 address=127.0.0.1
20>>> Attempting full verification using callout
21>>> ... callout omitted by default when host testing
22>>> (Use -bhc if you want the callouts to happen.)
23>>> ----------- end verify ------------
6968512f 24>>> accept: condition test succeeded in ACL "mail"
a7538db1 25>>> end of ACL "mail": ACCEPT
54c5ebb1
PH
26Exim version x.yz ....
27changed uid/gid: forcing real = effective
28 uid=uuuu gid=CALLER_GID pid=pppp
29configuration file is TESTSUITE/test-config
30admin user
31changed uid/gid: privilege not needed
32 uid=EXIM_UID gid=EXIM_GID pid=pppp
50dc7409 33DSN: r1 propagating DSN
54c5ebb1
PH
34originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
35sender address = CALLER@myhost.test.ex
36sender_fullhost = [1.2.3.4]
37sender_rcvhost = [1.2.3.4]
38host in hosts_connection_nolog? no (option unset)
39LOG: smtp_connection MAIN
40 SMTP connection from [1.2.3.4]
41host in host_lookup? no (option unset)
42set_process_info: pppp handling incoming connection from [1.2.3.4]
43host in host_reject_connection? no (option unset)
44host in sender_unqualified_hosts? no (option unset)
45host in recipient_unqualified_hosts? no (option unset)
46host in helo_verify_hosts? no (option unset)
47host in helo_try_verify_hosts? no (option unset)
48host in helo_accept_junk_hosts? no (option unset)
898d150f 49SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
54c5ebb1
PH
50smtp_setup_msg entered
51SMTP<< mail from:<x@y>
ddf1b11a
JH
52spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
53log directory space = -1K inodes = -1 check_space = 10240K inodes = 100
54c5ebb1
PH
54using ACL "mail"
55processing "accept"
56check verify = sender/callout=1s,maxwait=1s
57>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
58Verifying x@y
59>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
60Considering x@y
61>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
62routing x@y
63--------> r1 router <--------
64local_part=x domain=y
65calling r1 router
66r1 router called for x@y
67 domain = y
68set transport t1
69queued for t1 transport: local_part = x
70domain = y
71 errors_to=NULL
72 domain_data=NULL localpart_data=NULL
73routed by r1 router
74 envelope to: x@y
75 transport: t1
76using host_fake_gethostbyname for 127.0.0.1 (IPv4)
77local host found for non-MX address
54c5ebb1
PH
78MUNGED: ::1 will be omitted in what follows
79get[host|ipnode]byname[2] looked up these IP addresses:
80 name=127.0.0.1 address=127.0.0.1
81Attempting full verification using callout
82locking TESTSUITE/spool/db/callout.lockfile
7b4c8c1f 83locked TESTSUITE/spool/db/callout.lockfile
54c5ebb1
PH
84EXIM_DBOPEN(TESTSUITE/spool/db/callout)
85returned from EXIM_DBOPEN
86opened hints database TESTSUITE/spool/db/callout: flags=O_RDWR
87dbfn_read: key=y
6f4d5ad3 88callout cache: no domain record found for y
54c5ebb1 89dbfn_read: key=x@y
6f4d5ad3 90callout cache: no address record found for x@y
7b4c8c1f 91closed hints database and lockfile
7eb59ff9
JH
92interface=NULL port=1224
93Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected
54c5ebb1 94 SMTP<< 220 server ready
cb9d95ae
JH
95127.0.0.1 in hosts_avoid_esmtp? no (option unset)
96 SMTP>> EHLO myhost.test.ex
76003495 97cmd buf flush ddd bytes
54c5ebb1 98 SMTP<< 250 OK
fcc8e047 99127.0.0.1 in hosts_require_auth? no (option unset)
54c5ebb1 100 SMTP>> MAIL FROM:<>
76003495 101cmd buf flush ddd bytes
54c5ebb1
PH
102 SMTP<< 250 OK
103 SMTP>> RCPT TO:<x@y>
76003495 104cmd buf flush ddd bytes
54c5ebb1
PH
105 SMTP<< 250 OK
106 SMTP>> QUIT
76003495 107cmd buf flush ddd bytes
ae5afa61 108 SMTP(close)>>
54c5ebb1 109locking TESTSUITE/spool/db/callout.lockfile
7b4c8c1f 110locked TESTSUITE/spool/db/callout.lockfile
54c5ebb1
PH
111EXIM_DBOPEN(TESTSUITE/spool/db/callout)
112returned from EXIM_DBOPEN
113opened hints database TESTSUITE/spool/db/callout: flags=O_RDWR|O_CREAT
114dbfn_write: key=y
8b9476ba 115wrote callout cache domain record for y:
54c5ebb1
PH
116 result=1 postmaster=0 random=0
117dbfn_write: key=x@y
8b9476ba 118wrote positive callout cache address record for x@y
7b4c8c1f 119closed hints database and lockfile
54c5ebb1
PH
120----------- end verify ------------
121sender x@y verified ok
6968512f 122accept: condition test succeeded in ACL "mail"
a7538db1 123end of ACL "mail": ACCEPT
898d150f 124SMTP>> 250 OK
54c5ebb1 125SMTP<< quit
898d150f 126SMTP>> 221 myhost.test.ex closing connection
54c5ebb1
PH
127LOG: smtp_connection MAIN
128 SMTP connection from [1.2.3.4] closed by QUIT
129search_tidyup called
130>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
131Exim version x.yz ....
132changed uid/gid: forcing real = effective
133 uid=uuuu gid=CALLER_GID pid=pppp
134configuration file is TESTSUITE/test-config
135admin user
136changed uid/gid: privilege not needed
137 uid=EXIM_UID gid=EXIM_GID pid=pppp
50dc7409 138DSN: r1 propagating DSN
54c5ebb1
PH
139originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
140sender address = CALLER@myhost.test.ex
141sender_fullhost = [1.2.3.4]
142sender_rcvhost = [1.2.3.4]
143host in hosts_connection_nolog? no (option unset)
144LOG: smtp_connection MAIN
145 SMTP connection from [1.2.3.4]
146host in host_lookup? no (option unset)
147set_process_info: pppp handling incoming connection from [1.2.3.4]
148host in host_reject_connection? no (option unset)
149host in sender_unqualified_hosts? no (option unset)
150host in recipient_unqualified_hosts? no (option unset)
151host in helo_verify_hosts? no (option unset)
152host in helo_try_verify_hosts? no (option unset)
153host in helo_accept_junk_hosts? no (option unset)
898d150f 154SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
54c5ebb1
PH
155smtp_setup_msg entered
156SMTP<< mail from:<x@y>
ddf1b11a
JH
157spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
158log directory space = -1K inodes = -1 check_space = 10240K inodes = 100
54c5ebb1
PH
159using ACL "mail"
160processing "accept"
161check verify = sender/callout=1s,maxwait=1s
162>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
163Verifying x@y
164>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
165Considering x@y
166>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
167routing x@y
168--------> r1 router <--------
169local_part=x domain=y
170calling r1 router
171r1 router called for x@y
172 domain = y
173set transport t1
174queued for t1 transport: local_part = x
175domain = y
176 errors_to=NULL
177 domain_data=NULL localpart_data=NULL
178routed by r1 router
179 envelope to: x@y
180 transport: t1
181using host_fake_gethostbyname for 127.0.0.1 (IPv4)
182local host found for non-MX address
54c5ebb1
PH
183MUNGED: ::1 will be omitted in what follows
184get[host|ipnode]byname[2] looked up these IP addresses:
185 name=127.0.0.1 address=127.0.0.1
186Attempting full verification using callout
187locking TESTSUITE/spool/db/callout.lockfile
7b4c8c1f 188locked TESTSUITE/spool/db/callout.lockfile
54c5ebb1
PH
189EXIM_DBOPEN(TESTSUITE/spool/db/callout)
190returned from EXIM_DBOPEN
191opened hints database TESTSUITE/spool/db/callout: flags=O_RDWR
192dbfn_read: key=y
6f4d5ad3 193callout cache: found domain record for y
54c5ebb1 194dbfn_read: key=x@y
6f4d5ad3 195callout cache: found address record for x@y
54c5ebb1 196callout cache: address record is positive
7b4c8c1f 197closed hints database and lockfile
54c5ebb1
PH
198----------- end verify ------------
199sender x@y verified ok
6968512f 200accept: condition test succeeded in ACL "mail"
a7538db1 201end of ACL "mail": ACCEPT
898d150f 202SMTP>> 250 OK
54c5ebb1 203SMTP<< quit
898d150f 204SMTP>> 221 myhost.test.ex closing connection
54c5ebb1
PH
205LOG: smtp_connection MAIN
206 SMTP connection from [1.2.3.4] closed by QUIT
207search_tidyup called
208>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
209>>> host in hosts_connection_nolog? no (option unset)
210>>> host in host_lookup? no (option unset)
211>>> host in host_reject_connection? no (option unset)
212>>> host in sender_unqualified_hosts? no (option unset)
213>>> host in recipient_unqualified_hosts? no (option unset)
214>>> host in helo_verify_hosts? no (option unset)
215>>> host in helo_try_verify_hosts? no (option unset)
216>>> host in helo_accept_junk_hosts? no (option unset)
217>>> using ACL "mail"
218>>> processing "accept"
219>>> check verify = sender/callout=1s,maxwait=1s
220>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
221>>> routing x@y
222>>> calling r1 router
223>>> routed by r1 router
224>>> local host found for non-MX address
54c5ebb1
PH
225MUNGED: ::1 will be omitted in what follows
226>>> get[host|ipnode]byname[2] looked up these IP addresses:
227>>> name=127.0.0.1 address=127.0.0.1
228>>> Attempting full verification using callout
6f4d5ad3
JH
229>>> callout cache: found domain record for y
230>>> callout cache: found address record for x@y
54c5ebb1
PH
231>>> callout cache: address record is positive
232>>> ----------- end verify ------------
6968512f 233>>> accept: condition test succeeded in ACL "mail"
a7538db1 234>>> end of ACL "mail": ACCEPT
54c5ebb1
PH
235>>> host in hosts_connection_nolog? no (option unset)
236>>> host in host_lookup? no (option unset)
237>>> host in host_reject_connection? no (option unset)
238>>> host in sender_unqualified_hosts? no (option unset)
239>>> host in recipient_unqualified_hosts? no (option unset)
240>>> host in helo_verify_hosts? no (option unset)
241>>> host in helo_try_verify_hosts? no (option unset)
242>>> host in helo_accept_junk_hosts? no (option unset)
243>>> using ACL "mail"
244>>> processing "accept"
245>>> check verify = sender/callout=1s,maxwait=1s
246>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
247>>> routing a@b
248>>> calling r1 router
249>>> routed by r1 router
250>>> local host found for non-MX address
54c5ebb1
PH
251MUNGED: ::1 will be omitted in what follows
252>>> get[host|ipnode]byname[2] looked up these IP addresses:
253>>> name=127.0.0.1 address=127.0.0.1
254>>> Attempting full verification using callout
6f4d5ad3
JH
255>>> callout cache: no domain record found for b
256>>> callout cache: no address record found for a@b
7eb59ff9
JH
257>>> interface=NULL port=1224
258>>> Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected
54c5ebb1 259>>> SMTP<< 220 server ready
cb9d95ae
JH
260>>> 127.0.0.1 in hosts_avoid_esmtp? no (option unset)
261>>> SMTP>> EHLO myhost.test.ex
58fc5fb2 262>>> cmd buf flush 21 bytes
54c5ebb1 263>>> SMTP<< 250 OK
fcc8e047 264>>> 127.0.0.1 in hosts_require_auth? no (option unset)
54c5ebb1 265>>> SMTP>> MAIL FROM:<>
58fc5fb2 266>>> cmd buf flush 14 bytes
54c5ebb1
PH
267>>> SMTP<< 250 OK
268>>> SMTP>> RCPT TO:<a@b>
58fc5fb2 269>>> cmd buf flush 15 bytes
54c5ebb1
PH
270>>> SMTP<< 250 OK
271>>> SMTP>> QUIT
58fc5fb2 272>>> cmd buf flush 6 bytes
ae5afa61 273>>> SMTP(close)>>
8b9476ba 274>>> wrote callout cache domain record for b:
54c5ebb1 275>>> result=1 postmaster=0 random=0
8b9476ba 276>>> wrote positive callout cache address record for a@b
54c5ebb1 277>>> ----------- end verify ------------
6968512f 278>>> accept: condition test succeeded in ACL "mail"
a7538db1 279>>> end of ACL "mail": ACCEPT
54c5ebb1
PH
280>>> host in hosts_connection_nolog? no (option unset)
281>>> host in host_lookup? no (option unset)
282>>> host in host_reject_connection? no (option unset)
283>>> host in sender_unqualified_hosts? no (option unset)
284>>> host in recipient_unqualified_hosts? no (option unset)
285>>> host in helo_verify_hosts? no (option unset)
286>>> host in helo_try_verify_hosts? no (option unset)
287>>> host in helo_accept_junk_hosts? no (option unset)
288>>> using ACL "mail"
289>>> processing "accept"
290>>> check verify = sender/callout=1s,maxwait=1s
291>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
292>>> routing p1@q
293>>> calling r1 router
294>>> routed by r1 router
295>>> local host found for non-MX address
54c5ebb1
PH
296MUNGED: ::1 will be omitted in what follows
297>>> get[host|ipnode]byname[2] looked up these IP addresses:
298>>> name=127.0.0.1 address=127.0.0.1
299>>> Attempting full verification using callout
6f4d5ad3
JH
300>>> callout cache: no domain record found for q
301>>> callout cache: no address record found for p1@q
7eb59ff9
JH
302>>> interface=NULL port=1224
303>>> Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected
54c5ebb1 304>>> SMTP<< 220 server ready
cb9d95ae
JH
305>>> 127.0.0.1 in hosts_avoid_esmtp? no (option unset)
306>>> SMTP>> EHLO myhost.test.ex
58fc5fb2 307>>> cmd buf flush 21 bytes
54c5ebb1 308>>> SMTP timeout
ae5afa61 309>>> SMTP(close)>>
54c5ebb1 310>>> ----------- end verify ------------
6968512f 311>>> accept: condition test deferred in ACL "mail"
54c5ebb1
PH
312LOG: H=[1.2.3.4] sender verify defer for <p1@q>: Could not complete sender verify callout
313LOG: H=[1.2.3.4] temporarily rejected MAIL <p1@q>: Could not complete sender verify callout