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