Testsuite: increase retry time (for really slow test host)
[exim.git] / test / stderr / 2201
CommitLineData
54c5ebb1
PH
1Exim version x.yz ....
2changed uid/gid: forcing real = effective
3 uid=uuuu gid=CALLER_GID pid=pppp
d8fe1c03
PH
4seeking password data for user "CALLER": cache not available
5getpwnam() succeeded uid=CALLER_UID gid=CALLER_GID
54c5ebb1
PH
6configuration file is TESTSUITE/test-config
7trusted user
8admin user
d8fe1c03
PH
9seeking password data for user "CALLER": using cached result
10getpwnam() succeeded uid=CALLER_UID gid=CALLER_GID
54c5ebb1
PH
11originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
12sender address = CALLER@myhost.test.ex
13Address testing: uid=uuuu gid=EXIM_GID euid=uuuu egid=EXIM_GID
14>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
15Testing test.ex@test.ex
16>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
17Considering test.ex@test.ex
18>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
19routing test.ex@test.ex
14b3c5bc
JH
20--------> r0 router <--------
21local_part=test.ex domain=test.ex
22checking senders
23address match test: subject=CALLER@myhost.test.ex pattern=a@shorthost.test.ex
24CALLER@myhost.test.ex in "a@shorthost.test.ex"? no (end of list)
25r0 router skipped: senders mismatch
54c5ebb1
PH
26--------> r1 router <--------
27local_part=test.ex domain=test.ex
28checking domains
29search_open: dnsdb "NULL"
30search_find: file="NULL"
31 key="test.ex" partial=-1 affix=NULL starflags=0
32LRU list:
33internal_search_find: file="NULL"
34 type=dnsdb key="test.ex"
35database lookup required for test.ex
36dnsdb key: test.ex
37DNS lookup of test.ex (TXT) using fakens
38DNS lookup of test.ex (TXT) succeeded
39lookup yielded: A TXT record for test.ex.
40test.ex in "dnsdb;test.ex"? yes (matched "dnsdb;test.ex")
41checking local_parts
42search_open: dnsdb "NULL"
43 cached open
44search_find: file="NULL"
45 key="test.ex" partial=-1 affix=NULL starflags=0
46LRU list:
47internal_search_find: file="NULL"
48 type=dnsdb key="test.ex"
49cached data used for lookup of test.ex
50lookup yielded: A TXT record for test.ex.
51test.ex in "dnsdb;test.ex"? yes (matched "dnsdb;test.ex")
52calling r1 router
53r1 router called for test.ex@test.ex
54 domain = test.ex
55set transport local_delivery
56queued for local_delivery transport: local_part = test.ex
57domain = test.ex
58 errors_to=NULL
59 domain_data=A TXT record for test.ex. localpart_data=A TXT record for test.ex.
60routed by r1 router
61 envelope to: test.ex@test.ex
62 transport: local_delivery
63>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
64Testing unknown@test.ex
65>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
66Considering unknown@test.ex
67>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
68routing unknown@test.ex
14b3c5bc
JH
69--------> r0 router <--------
70local_part=unknown domain=test.ex
71checking senders
72address match test: subject=CALLER@myhost.test.ex pattern=a@shorthost.test.ex
73CALLER@myhost.test.ex in "a@shorthost.test.ex"? no (end of list)
74r0 router skipped: senders mismatch
54c5ebb1
PH
75--------> r1 router <--------
76local_part=unknown domain=test.ex
77checking domains
78search_open: dnsdb "NULL"
79 cached open
80search_find: file="NULL"
81 key="test.ex" partial=-1 affix=NULL starflags=0
82LRU list:
83internal_search_find: file="NULL"
84 type=dnsdb key="test.ex"
85cached data used for lookup of test.ex
86lookup yielded: A TXT record for test.ex.
87test.ex in "dnsdb;test.ex"? yes (matched "dnsdb;test.ex")
88checking local_parts
89search_open: dnsdb "NULL"
90 cached open
91search_find: file="NULL"
92 key="unknown" partial=-1 affix=NULL starflags=0
93LRU list:
94internal_search_find: file="NULL"
95 type=dnsdb key="unknown"
96database lookup required for unknown
97dnsdb key: unknown
98DNS lookup of unknown (TXT) using fakens
99DNS lookup of unknown (TXT) gave HOST_NOT_FOUND
100returning DNS_NOMATCH
101lookup failed
102unknown in "dnsdb;unknown"? no (end of list)
103r1 router skipped: local_parts mismatch
104--------> r2 router <--------
105local_part=unknown domain=test.ex
106checking domains
107search_open: dnsdb "NULL"
108 cached open
109search_find: file="NULL"
110 key="test.ex" partial=-1 affix=NULL starflags=0
111LRU list:
112internal_search_find: file="NULL"
113 type=dnsdb key="test.ex"
114cached data used for lookup of test.ex
115lookup yielded: A TXT record for test.ex.
116test.ex in "dnsdb;test.ex"? yes (matched "dnsdb;test.ex")
117checking senders
cd5567b1 118address match test: subject=CALLER@myhost.test.ex pattern=dnsdb;A=myhost.test.ex
54c5ebb1
PH
119search_open: dnsdb "NULL"
120 cached open
121search_find: file="NULL"
122 key="A=myhost.test.ex" partial=-1 affix=NULL starflags=0
123LRU list:
124internal_search_find: file="NULL"
125 type=dnsdb key="A=myhost.test.ex"
126database lookup required for A=myhost.test.ex
127dnsdb key: myhost.test.ex
128DNS lookup of myhost.test.ex (A) using fakens
129DNS lookup of myhost.test.ex (A) succeeded
130lookup yielded: V4NET.10.10.10
131CALLER@myhost.test.ex in "dnsdb;A=myhost.test.ex"? yes (matched "dnsdb;A=myhost.test.ex")
132calling r2 router
133r2 router called for unknown@test.ex
134 domain = test.ex
135set transport local_delivery
136queued for local_delivery transport: local_part = unknown
137domain = test.ex
138 errors_to=NULL
139 domain_data=A TXT record for test.ex. localpart_data=NULL
140routed by r2 router
141 envelope to: unknown@test.ex
142 transport: local_delivery
143search_tidyup called
9bfb7e1b 144>>>>>>>>>>>>>>>> Exim pid=pppp (main) terminating with rc=0 >>>>>>>>>>>>>>>>
14b3c5bc
JH
145Exim version x.yz ....
146configuration file is TESTSUITE/test-config
147trusted user
148admin user
149search_tidyup called
150search_tidyup called
151search_open: dnsdb "NULL"
152search_find: file="NULL"
153 key="a=shorthost.test.ex" partial=-1 affix=NULL starflags=0
154LRU list:
155internal_search_find: file="NULL"
156 type=dnsdb key="a=shorthost.test.ex"
157database lookup required for a=shorthost.test.ex
158dnsdb key: shorthost.test.ex
159lookup yielded: 127.0.0.1
160search_open: dnsdb "NULL"
161 cached open
162search_find: file="NULL"
163 key="a=shorthost.test.ex" partial=-1 affix=NULL starflags=0
164LRU list:
165internal_search_find: file="NULL"
166 type=dnsdb key="a=shorthost.test.ex"
167cached data used for lookup of a=shorthost.test.ex
168lookup yielded: 127.0.0.1
169search_open: dnsdb "NULL"
170 cached open
171search_find: file="NULL"
172 key="a=shorthost.test.ex" partial=-1 affix=NULL starflags=0
173LRU list:
174internal_search_find: file="NULL"
175 type=dnsdb key="a=shorthost.test.ex"
176cached data found but past valid time; database lookup required for a=shorthost.test.ex
177dnsdb key: shorthost.test.ex
178lookup yielded: 127.0.0.1
179LOG: MAIN
180 <= a@shorthost.test.ex U=CALLER P=local S=sss
181created log directory TESTSUITE/spool/log
182search_tidyup called
9bfb7e1b 183>>>>>>>>>>>>>>>> Exim pid=pppp (main) terminating with rc=0 >>>>>>>>>>>>>>>>
14b3c5bc
JH
184
185******** SERVER ********
186Exim version x.yz ....
187configuration file is TESTSUITE/test-config
188trusted user
189admin user
190ppppp daemon_smtp_port overridden by -oX:
191ppppp <: 1225
14b3c5bc
JH
192ppppp listening on all interfaces (IPv4) port 1225
193ppppp pid written to TESTSUITE/spool/exim-daemon.pid
194ppppp LOG: MAIN
195ppppp exim x.yz daemon started: pid=pppp, no queue runs, listening for SMTP on port 1225
196ppppp daemon running with uid=EXIM_UID gid=EXIM_GID euid=EXIM_UID egid=EXIM_GID
197ppppp Listening...
198ppppp Connection request from 127.0.0.1 port sssss
199ppppp 1 SMTP accept process running
200ppppp Listening...
201ppppp Process ppppp is handling incoming connection from [127.0.0.1]
202ppppp Process ppppp is ready for new message
203ppppp DNS list check: rbl.test.ex/V4NET.11.12.14
204ppppp new DNS lookup for 14.12.11.V4NET.rbl.test.ex
205ppppp DNS lookup for 14.12.11.V4NET.rbl.test.ex succeeded (yielding 127.0.0.2)
206ppppp => that means V4NET.11.12.14 is listed at rbl.test.ex
207ppppp DNS list check: rbl.test.ex/V4NET.11.12.14
208ppppp using result of previous DNS lookup
209ppppp DNS lookup for 14.12.11.V4NET.rbl.test.ex succeeded (yielding 127.0.0.2)
210ppppp => that means V4NET.11.12.14 is listed at rbl.test.ex
211ppppp DNS list check: rbl.test.ex/V4NET.11.12.14
212ppppp cached data found but past valid time; new DNS lookup for 14.12.11.V4NET.rbl.test.ex
213ppppp DNS lookup for 14.12.11.V4NET.rbl.test.ex succeeded (yielding 127.0.0.2)
214ppppp => that means V4NET.11.12.14 is listed at rbl.test.ex
14b3c5bc
JH
215ppppp LOG: MAIN
216ppppp <= a@shorthost.test.ex H=localhost (myhost.test.ex) [127.0.0.1] P=esmtp S=sss id=E10HmaX-0005vi-00@myhost.test.ex
217ppppp Process ppppp is ready for new message
218ppppp LOG: smtp_connection MAIN
219ppppp SMTP connection from localhost (myhost.test.ex) [127.0.0.1] closed by QUIT
220ppppp child ppppp ended: status=0x0
221ppppp normal exit, 0
222ppppp 0 SMTP accept processes now running
223ppppp Listening...