2 WARNING: enabling "trust" authentication for local connections
3 You can change this by editing pg_hba.conf or using the option -A, or
4 --auth-local and --auth-host, the next time you run initdb.
6 configuration file is TESTSUITE/test-config
8 dropping to exim gid; retaining priv uid
9 search_open: pgsql "NULL"
10 search_find: file="NULL"
11 key="select name from them where id='ph10';" partial=-1 affix=NULL starflags=0 opts=NULL
13 internal_search_find: file="NULL"
14 type=pgsql key="select name from them where id='ph10';" opts=NULL
15 database lookup required for select name from them where id='ph10';
16 PostgreSQL query: "select name from them where id='ph10';" opts 'NULL'
17 PGSQL new connection: host=localhost port=1223 database=test user=CALLER
18 creating new cache entry
19 lookup yielded: Philip Hazel
20 search_open: pgsql "NULL"
22 search_find: file="NULL"
23 key="select name from them where id='ph10';" partial=-1 affix=NULL starflags=0 opts=NULL
25 internal_search_find: file="NULL"
26 type=pgsql key="select name from them where id='ph10';" opts=NULL
27 cached data used for lookup of select name from them where id='ph10';
28 lookup yielded: Philip Hazel
29 search_open: pgsql "NULL"
31 search_find: file="NULL"
32 key="select name from them where id='xxxx';" partial=-1 affix=NULL starflags=0 opts=NULL
34 internal_search_find: file="NULL"
35 type=pgsql key="select name from them where id='xxxx';" opts=NULL
36 database lookup required for select name from them where id='xxxx';
37 PostgreSQL query: "select name from them where id='xxxx';" opts 'NULL'
38 PGSQL using cached connection for localhost:1223/test/CALLER
40 creating new cache entry
42 search_open: pgsql "NULL"
44 search_find: file="NULL"
45 key="select name from them where id='nothing';" partial=-1 affix=NULL starflags=0 opts=NULL
47 internal_search_find: file="NULL"
48 type=pgsql key="select name from them where id='nothing';" opts=NULL
49 database lookup required for select name from them where id='nothing';
50 PostgreSQL query: "select name from them where id='nothing';" opts 'NULL'
51 PGSQL using cached connection for localhost:1223/test/CALLER
52 creating new cache entry
54 search_open: pgsql "NULL"
56 search_find: file="NULL"
57 key="select id,name from them where id='nothing';" partial=-1 affix=NULL starflags=0 opts=NULL
59 internal_search_find: file="NULL"
60 type=pgsql key="select id,name from them where id='nothing';" opts=NULL
61 database lookup required for select id,name from them where id='nothing';
62 PostgreSQL query: "select id,name from them where id='nothing';" opts 'NULL'
63 PGSQL using cached connection for localhost:1223/test/CALLER
64 creating new cache entry
65 lookup yielded: id=nothing name=""
66 search_open: pgsql "NULL"
68 search_find: file="NULL"
69 key="delete from them where id='nonexist';" partial=-1 affix=NULL starflags=0 opts=NULL
71 internal_search_find: file="NULL"
72 type=pgsql key="delete from them where id='nonexist';" opts=NULL
73 database lookup required for delete from them where id='nonexist';
74 PostgreSQL query: "delete from them where id='nonexist';" opts 'NULL'
75 PGSQL using cached connection for localhost:1223/test/CALLER
76 PGSQL: command does not return any data but was successful. Rows affected: 0
77 lookup forced cache cleanup
79 search_open: pgsql "NULL"
81 search_find: file="NULL"
82 key="select * from them where id='quote2';" partial=-1 affix=NULL starflags=0 opts=NULL
84 internal_search_find: file="NULL"
85 type=pgsql key="select * from them where id='quote2';" opts=NULL
86 database lookup required for select * from them where id='quote2';
87 PostgreSQL query: "select * from them where id='quote2';" opts 'NULL'
88 PGSQL using cached connection for localhost:1223/test/CALLER
89 creating new cache entry
90 lookup yielded: name="\"stquot" id=quote2
91 search_open: pgsql "NULL"
93 search_find: file="NULL"
94 key="select * from them where id='newline';" partial=-1 affix=NULL starflags=0 opts=NULL
96 internal_search_find: file="NULL"
97 type=pgsql key="select * from them where id='newline';" opts=NULL
98 database lookup required for select * from them where id='newline';
99 PostgreSQL query: "select * from them where id='newline';" opts 'NULL'
100 PGSQL using cached connection for localhost:1223/test/CALLER
101 creating new cache entry
102 lookup yielded: name="before
\r
104 search_open: pgsql "NULL"
106 search_find: file="NULL"
107 key="select * from them where id='tab';" partial=-1 affix=NULL starflags=0 opts=NULL
109 internal_search_find: file="NULL"
110 type=pgsql key="select * from them where id='tab';" opts=NULL
111 database lookup required for select * from them where id='tab';
112 PostgreSQL query: "select * from them where id='tab';" opts 'NULL'
113 PGSQL using cached connection for localhost:1223/test/CALLER
114 creating new cache entry
115 lookup yielded: name="x x" id=tab
116 search_open: pgsql "NULL"
118 search_find: file="NULL"
119 key="select * from them where name='''stquot';" partial=-1 affix=NULL starflags=0 opts=NULL
121 internal_search_find: file="NULL"
122 type=pgsql key="select * from them where name='''stquot';" opts=NULL
123 database lookup required for select * from them where name='''stquot';
124 PostgreSQL query: "select * from them where name='''stquot';" opts 'NULL'
125 PGSQL using cached connection for localhost:1223/test/CALLER
126 creating new cache entry
127 lookup yielded: name='stquot id=quote1
128 search_open: pgsql "NULL"
130 search_find: file="NULL"
131 key="servers=x:localhost; select name from them where id='ph10';" partial=-1 affix=NULL starflags=0 opts=NULL
133 internal_search_find: file="NULL"
134 type=pgsql key="servers=x:localhost; select name from them where id='ph10';" opts=NULL
135 database lookup required for servers=x:localhost; select name from them where id='ph10';
136 PostgreSQL query: "servers=x:localhost; select name from them where id='ph10';" opts 'NULL'
137 lookup deferred: PostgreSQL server "x" not found in pgsql_servers
138 search_open: pgsql "NULL"
140 search_find: file="NULL"
141 key="servers=localhost::1223:x; select name from them where id='ph10';" partial=-1 affix=NULL starflags=0 opts=NULL
143 internal_search_find: file="NULL"
144 type=pgsql key="servers=localhost::1223:x; select name from them where id='ph10';" opts=NULL
145 database lookup required for servers=localhost::1223:x; select name from them where id='ph10';
146 PostgreSQL query: "servers=localhost::1223:x; select name from them where id='ph10';" opts 'NULL'
147 PGSQL using cached connection for localhost:1223/test/CALLER
148 creating new cache entry
149 lookup yielded: Philip Hazel
150 search_open: pgsql "NULL"
152 search_find: file="NULL"
153 key="servers=localhost::1223/test/CALLER/:x; select name from them where id='ph10';" partial=-1 affix=NULL starflags=0 opts=NULL
155 internal_search_find: file="NULL"
156 type=pgsql key="servers=localhost::1223/test/CALLER/:x; select name from them where id='ph10';" opts=NULL
157 database lookup required for servers=localhost::1223/test/CALLER/:x; select name from them where id='ph10';
158 PostgreSQL query: "servers=localhost::1223/test/CALLER/:x; select name from them where id='ph10';" opts 'NULL'
159 PGSQL using cached connection for localhost:1223/test/CALLER
160 creating new cache entry
161 lookup yielded: Philip Hazel
162 search_open: pgsql "NULL"
164 search_find: file="NULL"
165 key="servers=(TESTSUITE/pgsql/.s.PGSQL.1223)/test/CALLER/:x; select name from them where id='ph10';" partial=-1 affix=NULL starflags=0 opts=NULL
167 internal_search_find: file="NULL"
168 type=pgsql key="servers=(TESTSUITE/pgsql/.s.PGSQL.1223)/test/CALLER/:x; select name from them where id='ph10';" opts=NULL
169 database lookup required for servers=(TESTSUITE/pgsql/.s.PGSQL.1223)/test/CALLER/:x; select name from them where id='ph10';
170 PostgreSQL query: "servers=(TESTSUITE/pgsql/.s.PGSQL.1223)/test/CALLER/:x; select name from them where id='ph10';" opts 'NULL'
171 PGSQL new connection: socket=TESTSUITE/pgsql/.s.PGSQL.1223 database=test user=CALLER
172 creating new cache entry
173 lookup yielded: Philip Hazel
174 search_open: pgsql "NULL"
176 search_find: file="NULL"
177 key="SELECT name FROM them WHERE id IN ('ph10', 'aaaa');" partial=-1 affix=NULL starflags=0 opts=NULL
179 internal_search_find: file="NULL"
180 type=pgsql key="SELECT name FROM them WHERE id IN ('ph10', 'aaaa');" opts=NULL
181 database lookup required for SELECT name FROM them WHERE id IN ('ph10', 'aaaa');
182 PostgreSQL query: "SELECT name FROM them WHERE id IN ('ph10', 'aaaa');" opts 'NULL'
183 PGSQL using cached connection for localhost:1223/test/CALLER
184 creating new cache entry
185 lookup yielded: Philip Hazel
187 search_open: pgsql "NULL"
189 search_find: file="NULL"
190 key="SELECT * FROM them WHERE id IN ('ph10', 'aaaa');" partial=-1 affix=NULL starflags=0 opts=NULL
192 internal_search_find: file="NULL"
193 type=pgsql key="SELECT * FROM them WHERE id IN ('ph10', 'aaaa');" opts=NULL
194 database lookup required for SELECT * FROM them WHERE id IN ('ph10', 'aaaa');
195 PostgreSQL query: "SELECT * FROM them WHERE id IN ('ph10', 'aaaa');" opts 'NULL'
196 PGSQL using cached connection for localhost:1223/test/CALLER
197 creating new cache entry
198 lookup yielded: name="Philip Hazel" id=ph10
199 name=Aristotle id=aaaa
200 search_open: pgsql "NULL"
202 search_find: file="NULL"
203 key="delete from them where id='aaaa'" partial=-1 affix=NULL starflags=0 opts=NULL
205 internal_search_find: file="NULL"
206 type=pgsql key="delete from them where id='aaaa'" opts=NULL
207 database lookup required for delete from them where id='aaaa'
208 PostgreSQL query: "delete from them where id='aaaa'" opts 'NULL'
209 PGSQL using cached connection for localhost:1223/test/CALLER
210 PGSQL: command does not return any data but was successful. Rows affected: 1
211 lookup forced cache cleanup
214 close PGSQL connection: (TESTSUITE/pgsql/.s.PGSQL.1223)/test/CALLER
215 close PGSQL connection: localhost:1223/test/CALLER
216 >>>>>>>>>>>>>>>> Exim pid=pppp (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
217 Exim version x.yz ....
218 changed uid/gid: forcing real = effective
219 uid=uuuu gid=CALLER_GID pid=pppp
220 configuration file is TESTSUITE/test-config
222 changed uid/gid: privilege not needed
223 uid=EXIM_UID gid=EXIM_GID pid=pppp
224 seeking password data for user "CALLER": cache not available
225 getpwnam() succeeded uid=CALLER_UID gid=CALLER_GID
226 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
227 sender address = CALLER@myhost.test.ex
228 sender_fullhost = [10.0.0.0]
229 sender_rcvhost = [10.0.0.0]
230 host in hosts_connection_nolog? no (option unset)
231 LOG: smtp_connection MAIN
232 SMTP connection from [10.0.0.0]
233 host in host_lookup? no (option unset)
234 set_process_info: pppp handling incoming connection from [10.0.0.0]
235 host in host_reject_connection? no (option unset)
236 host in sender_unqualified_hosts? no (option unset)
237 host in recipient_unqualified_hosts? no (option unset)
238 host in helo_verify_hosts? no (option unset)
239 host in helo_try_verify_hosts? no (option unset)
240 host in helo_accept_junk_hosts? no (option unset)
241 SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
242 smtp_setup_msg entered
244 test in helo_lookup_domains? no (end of list)
245 sender_fullhost = (test) [10.0.0.0]
246 sender_rcvhost = [10.0.0.0] (helo=test)
247 set_process_info: pppp handling incoming connection from (test) [10.0.0.0]
248 SMTP>> 250 myhost.test.ex Hello test [10.0.0.0]
249 SMTP<< mail from:<a@b>
250 spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
251 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
254 using ACL "check_recipient"
255 processing "warn" (TESTSUITE/test-config 27)
256 search_open: pgsql "NULL"
257 search_find: file="NULL"
258 key="select name from them where id = 'c'" partial=-1 affix=NULL starflags=0 opts=NULL
260 internal_search_find: file="NULL"
261 type=pgsql key="select name from them where id = 'c'" opts=NULL
262 database lookup required for select name from them where id = 'c'
263 PostgreSQL query: "select name from them where id = 'c'" opts 'NULL'
264 PGSQL new connection: host=localhost port=1223 database=test user=CALLER
266 creating new cache entry
268 check set acl_m0 = ok: ${lookup pgsql {select name from them where id = '$local_part'}}
270 search_open: pgsql "NULL"
272 search_find: file="NULL"
273 key="select name from them where id = 'c'" partial=-1 affix=NULL starflags=0 opts="servers=SSPEC"
275 internal_search_find: file="NULL"
276 type=pgsql key="select name from them where id = 'c'" opts="servers=SSPEC"
277 cached data found but wrong opts; database lookup required for select name from them where id = 'c'
278 PostgreSQL query: "select name from them where id = 'c'" opts 'servers=SSPEC'
279 lookup deferred: PostgreSQL server "SSPEC" not found in pgsql_servers
280 warn: condition test deferred in ACL "check_recipient"
282 H=(test) [10.0.0.0] Warning: ACL "warn" statement skipped: condition test deferred: PostgreSQL server "SSPEC" not found in pgsql_servers
283 processing "warn" (TESTSUITE/test-config 38)
284 check set acl_m0 = ok: hostlist
285 check hosts = net-pgsql;select * from them where id='$local_part'
286 search_open: pgsql "NULL"
288 search_find: file="NULL"
289 key="select * from them where id='c'" partial=-1 affix=NULL starflags=0 opts=NULL
291 internal_search_find: file="NULL"
292 type=pgsql key="select * from them where id='c'" opts=NULL
293 database lookup required for select * from them where id='c'
294 PostgreSQL query: "select * from them where id='c'" opts 'NULL'
295 PGSQL using cached connection for localhost:1223/test/CALLER
297 creating new cache entry
299 host in "net-pgsql;select * from them where id='c'"? no (end of list)
300 warn: condition test failed in ACL "check_recipient"
301 processing "warn" (TESTSUITE/test-config 41)
302 check set acl_m0 = FAIL: hostlist
303 check hosts = <& net-pgsql;servers=SSPEC; select * from them where id='$local_part'
304 search_open: pgsql "NULL"
306 search_find: file="NULL"
307 key="servers=SSPEC; select * from them where id='c'" partial=-1 affix=NULL starflags=0 opts=NULL
309 internal_search_find: file="NULL"
310 type=pgsql key="servers=SSPEC; select * from them where id='c'" opts=NULL
311 database lookup required for servers=SSPEC; select * from them where id='c'
312 PostgreSQL query: "servers=SSPEC; select * from them where id='c'" opts 'NULL'
313 lookup deferred: PostgreSQL server "SSPEC" not found in pgsql_servers
314 host in "<& net-pgsql;servers=SSPEC; select * from them where id='c'"? list match deferred for net-pgsql;servers=SSPEC; select * from them where id='c'
315 warn: condition test deferred in ACL "check_recipient"
317 H=(test) [10.0.0.0] Warning: ACL "warn" statement skipped: condition test deferred: PostgreSQL server "SSPEC" not found in pgsql_servers
318 processing "warn" (TESTSUITE/test-config 46)
319 check set acl_m0 = FAIL: hostlist
320 check hosts = <& net-pgsql,servers=SSPEC; select * from them where id='$local_part'
321 search_open: pgsql "NULL"
323 search_find: file="NULL"
324 key=" select * from them where id='c'" partial=-1 affix=NULL starflags=0 opts="servers=SSPEC"
326 internal_search_find: file="NULL"
327 type=pgsql key=" select * from them where id='c'" opts="servers=SSPEC"
328 database lookup required for select * from them where id='c'
329 PostgreSQL query: " select * from them where id='c'" opts 'servers=SSPEC'
330 lookup deferred: PostgreSQL server "SSPEC" not found in pgsql_servers
331 host in "<& net-pgsql,servers=SSPEC; select * from them where id='c'"? list match deferred for net-pgsql,servers=SSPEC; select * from them where id='c'
332 warn: condition test deferred in ACL "check_recipient"
334 H=(test) [10.0.0.0] Warning: ACL "warn" statement skipped: condition test deferred: PostgreSQL server "SSPEC" not found in pgsql_servers
335 processing "accept" (TESTSUITE/test-config 49)
336 check domains = +local_domains
337 d in "@"? no (end of list)
338 d in "+local_domains"? no (end of list)
339 accept: condition test failed in ACL "check_recipient"
340 processing "accept" (TESTSUITE/test-config 50)
341 check hosts = +relay_hosts
342 search_open: pgsql "NULL"
344 search_find: file="NULL"
345 key="select * from them where id='10.0.0.0'" partial=-1 affix=NULL starflags=0 opts=NULL
347 internal_search_find: file="NULL"
348 type=pgsql key="select * from them where id='10.0.0.0'" opts=NULL
349 database lookup required for select * from them where id='10.0.0.0'
350 PostgreSQL query: "select * from them where id='10.0.0.0'" opts 'NULL'
351 PGSQL using cached connection for localhost:1223/test/CALLER
353 creating new cache entry
355 host in "net-pgsql;select * from them where id='10.0.0.0'"? no (end of list)
356 host in "+relay_hosts"? no (end of list)
357 accept: condition test failed in ACL "check_recipient"
358 processing "deny" (TESTSUITE/test-config 51)
359 message: relay not permitted
360 deny: condition test succeeded in ACL "check_recipient"
361 end of ACL "check_recipient": DENY
362 SMTP>> 550 relay not permitted
364 H=(test) [10.0.0.0] F=<a@b> rejected RCPT <c@d>: relay not permitted
366 using ACL "check_recipient"
367 processing "warn" (TESTSUITE/test-config 27)
368 search_open: pgsql "NULL"
370 search_find: file="NULL"
371 key="select name from them where id = 'c'" partial=-1 affix=NULL starflags=0 opts=NULL
373 internal_search_find: file="NULL"
374 type=pgsql key="select name from them where id = 'c'" opts=NULL
375 cached data used for lookup of select name from them where id = 'c'
377 check set acl_m0 = ok: ${lookup pgsql {select name from them where id = '$local_part'}}
379 search_open: pgsql "NULL"
381 search_find: file="NULL"
382 key="select name from them where id = 'c'" partial=-1 affix=NULL starflags=0 opts="servers=SSPEC"
384 internal_search_find: file="NULL"
385 type=pgsql key="select name from them where id = 'c'" opts="servers=SSPEC"
386 cached data found but wrong opts; database lookup required for select name from them where id = 'c'
387 PostgreSQL query: "select name from them where id = 'c'" opts 'servers=SSPEC'
388 lookup deferred: PostgreSQL server "SSPEC" not found in pgsql_servers
389 warn: condition test deferred in ACL "check_recipient"
391 H=(test) [10.0.0.0] Warning: ACL "warn" statement skipped: condition test deferred: PostgreSQL server "SSPEC" not found in pgsql_servers
392 processing "warn" (TESTSUITE/test-config 38)
393 check set acl_m0 = ok: hostlist
394 check hosts = net-pgsql;select * from them where id='$local_part'
395 search_open: pgsql "NULL"
397 search_find: file="NULL"
398 key="select * from them where id='c'" partial=-1 affix=NULL starflags=0 opts=NULL
400 internal_search_find: file="NULL"
401 type=pgsql key="select * from them where id='c'" opts=NULL
402 cached data used for lookup of select * from them where id='c'
404 host in "net-pgsql;select * from them where id='c'"? no (end of list)
405 warn: condition test failed in ACL "check_recipient"
406 processing "warn" (TESTSUITE/test-config 41)
407 check set acl_m0 = FAIL: hostlist
408 check hosts = <& net-pgsql;servers=SSPEC; select * from them where id='$local_part'
409 search_open: pgsql "NULL"
411 search_find: file="NULL"
412 key="servers=SSPEC; select * from them where id='c'" partial=-1 affix=NULL starflags=0 opts=NULL
414 internal_search_find: file="NULL"
415 type=pgsql key="servers=SSPEC; select * from them where id='c'" opts=NULL
416 database lookup required for servers=SSPEC; select * from them where id='c'
417 PostgreSQL query: "servers=SSPEC; select * from them where id='c'" opts 'NULL'
418 lookup deferred: PostgreSQL server "SSPEC" not found in pgsql_servers
419 host in "<& net-pgsql;servers=SSPEC; select * from them where id='c'"? list match deferred for net-pgsql;servers=SSPEC; select * from them where id='c'
420 warn: condition test deferred in ACL "check_recipient"
422 H=(test) [10.0.0.0] Warning: ACL "warn" statement skipped: condition test deferred: PostgreSQL server "SSPEC" not found in pgsql_servers
423 processing "warn" (TESTSUITE/test-config 46)
424 check set acl_m0 = FAIL: hostlist
425 check hosts = <& net-pgsql,servers=SSPEC; select * from them where id='$local_part'
426 search_open: pgsql "NULL"
428 search_find: file="NULL"
429 key=" select * from them where id='c'" partial=-1 affix=NULL starflags=0 opts="servers=SSPEC"
431 internal_search_find: file="NULL"
432 type=pgsql key=" select * from them where id='c'" opts="servers=SSPEC"
433 database lookup required for select * from them where id='c'
434 PostgreSQL query: " select * from them where id='c'" opts 'servers=SSPEC'
435 lookup deferred: PostgreSQL server "SSPEC" not found in pgsql_servers
436 host in "<& net-pgsql,servers=SSPEC; select * from them where id='c'"? list match deferred for net-pgsql,servers=SSPEC; select * from them where id='c'
437 warn: condition test deferred in ACL "check_recipient"
439 H=(test) [10.0.0.0] Warning: ACL "warn" statement skipped: condition test deferred: PostgreSQL server "SSPEC" not found in pgsql_servers
440 processing "accept" (TESTSUITE/test-config 49)
441 check domains = +local_domains
442 d in "@"? no (end of list)
443 d in "+local_domains"? no (end of list)
444 accept: condition test failed in ACL "check_recipient"
445 processing "accept" (TESTSUITE/test-config 50)
446 check hosts = +relay_hosts
447 search_open: pgsql "NULL"
449 search_find: file="NULL"
450 key="select * from them where id='10.0.0.0'" partial=-1 affix=NULL starflags=0 opts=NULL
452 internal_search_find: file="NULL"
453 type=pgsql key="select * from them where id='10.0.0.0'" opts=NULL
454 cached data used for lookup of select * from them where id='10.0.0.0'
456 host in "net-pgsql;select * from them where id='10.0.0.0'"? no (end of list)
457 host in "+relay_hosts"? no (end of list)
458 accept: condition test failed in ACL "check_recipient"
459 processing "deny" (TESTSUITE/test-config 51)
460 message: relay not permitted
461 deny: condition test succeeded in ACL "check_recipient"
462 end of ACL "check_recipient": DENY
463 SMTP>> 550 relay not permitted
465 H=(test) [10.0.0.0] F=<a@b> rejected RCPT <c@d>: relay not permitted
467 SMTP>> 221 myhost.test.ex closing connection
468 LOG: smtp_connection MAIN
469 SMTP connection from (test) [10.0.0.0] closed by QUIT
471 close PGSQL connection: localhost:1223/test/CALLER
472 >>>>>>>>>>>>>>>> Exim pid=pppp (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
473 Exim version x.yz ....
474 changed uid/gid: forcing real = effective
475 uid=uuuu gid=CALLER_GID pid=pppp
476 configuration file is TESTSUITE/test-config
478 changed uid/gid: privilege not needed
479 uid=EXIM_UID gid=EXIM_GID pid=pppp
480 seeking password data for user "CALLER": cache not available
481 getpwnam() succeeded uid=CALLER_UID gid=CALLER_GID
482 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
483 sender address = CALLER@myhost.test.ex
484 set_process_info: pppp accepting a local non-SMTP message from <CALLER@myhost.test.ex>
485 spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
486 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
487 Sender: CALLER@myhost.test.ex
493 rewrite_one_header: type=F:
494 From: CALLER_NAME <CALLER@myhost.test.ex>
496 >>Headers after rewriting and local additions:
497 I Message-Id: <E10HmaX-0005vi-00@myhost.test.ex>
498 F From: CALLER_NAME <CALLER@myhost.test.ex>
499 Date: Tue, 2 Mar 1999 09:44:33 +0000
501 Data file name: TESTSUITE/spool//input//10HmaX-0005vi-00-D
502 Data file written for message 10HmaX-0005vi-00
503 >>Generated Received: header line
504 P Received: from CALLER by myhost.test.ex with local (Exim x.yz)
505 (envelope-from <CALLER@myhost.test.ex>)
507 for CALLER@myhost.test.ex;
508 Tue, 2 Mar 1999 09:44:33 +0000
509 Writing spool header file: TESTSUITE/spool//input//hdr.10HmaX-0005vi-00
510 DSN: **** SPOOL_OUT - address: <CALLER@myhost.test.ex> errorsto: <NULL> orcpt: <NULL> dsn_flags: 0x0
511 Renaming spool header file: TESTSUITE/spool//input//10HmaX-0005vi-00-H
512 Size of headers = sss
514 <= CALLER@myhost.test.ex U=CALLER P=local S=sss
515 created log directory TESTSUITE/spool/log
517 exec TESTSUITE/eximdir/exim -DEXIM_PATH=TESTSUITE/eximdir/exim -C TESTSUITE/test-config -d=0xf7715cfd -MCd local-accept-delivery -odi -Mc 10HmaX-0005vi-00
518 Exim version x.yz ....
519 changed uid/gid: forcing real = effective
520 uid=uuuu gid=EXIM_GID pid=pppp
521 configuration file is TESTSUITE/test-config
524 dropping to exim gid; retaining priv uid
525 seeking password data for user "CALLER": cache not available
526 getpwnam() succeeded uid=CALLER_UID gid=CALLER_GID
527 set_process_info: pppp delivering specified messages
528 set_process_info: pppp delivering 10HmaX-0005vi-00
529 Trying spool file TESTSUITE/spool//input//10HmaX-0005vi-00-D
530 reading spool file 10HmaX-0005vi-00-H
531 user=CALLER uid=CALLER_UID gid=CALLER_GID sender=CALLER@myhost.test.ex
532 sender_local=1 ident=CALLER
535 ---- End of tree ----
537 **** SPOOL_IN - No additional fields
538 body_linecount=1 message_linecount=8
539 DSN: set orcpt: flags: 0x0
540 Delivery address list:
541 CALLER@myhost.test.ex
542 locking TESTSUITE/spool/db/retry.lockfile
543 locked TESTSUITE/spool/db/retry.lockfile
544 EXIM_DBOPEN: file <TESTSUITE/spool/db/retry> dir <TESTSUITE/spool/db> flags=O_RDONLY
545 returned from EXIM_DBOPEN: (nil)
546 failed to open DB file TESTSUITE/spool/db/retry: No such file or directory
547 no retry data available
548 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
549 Considering: CALLER@myhost.test.ex
550 unique = CALLER@myhost.test.ex
551 no domain retry record
552 no address retry record
553 CALLER@myhost.test.ex: queued for routing
554 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
555 routing CALLER@myhost.test.ex
556 --------> r1 router <--------
557 local_part=CALLER domain=myhost.test.ex
558 processing address_data
559 search_open: pgsql "NULL"
560 search_find: file="NULL"
561 key="select name from them where id='ph10'" partial=-1 affix=NULL starflags=0 opts=NULL
563 internal_search_find: file="NULL"
564 type=pgsql key="select name from them where id='ph10'" opts=NULL
565 database lookup required for select name from them where id='ph10'
566 PostgreSQL query: "select name from them where id='ph10'" opts 'NULL'
567 PGSQL new connection: host=localhost port=1223 database=test user=CALLER
568 creating new cache entry
569 lookup yielded: Philip Hazel
571 r1 router called for CALLER@myhost.test.ex
572 domain = myhost.test.ex
574 queued for t1 transport: local_part = CALLER
575 domain = myhost.test.ex
577 domain_data=NULL local_part_data=NULL
579 envelope to: CALLER@myhost.test.ex
581 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
584 CALLER@myhost.test.ex
589 close PGSQL connection: localhost:1223/test/CALLER
590 >>>>>>>>>>>>>>>> Local deliveries >>>>>>>>>>>>>>>>
591 --------> CALLER@myhost.test.ex <--------
592 locking TESTSUITE/spool/db/retry.lockfile
593 locked TESTSUITE/spool/db/retry.lockfile
594 EXIM_DBOPEN: file <TESTSUITE/spool/db/retry> dir <TESTSUITE/spool/db> flags=O_RDONLY
595 returned from EXIM_DBOPEN: (nil)
596 failed to open DB file TESTSUITE/spool/db/retry: No such file or directory
597 no retry data available
599 changed uid/gid: local delivery to CALLER <CALLER@myhost.test.ex> transport=t1
600 uid=CALLER_UID gid=CALLER_GID pid=pppp
602 set_process_info: pppp delivering 10HmaX-0005vi-00 to CALLER using t1
603 appendfile transport entered
604 search_open: pgsql "NULL"
605 search_find: file="NULL"
606 key="select id from them where id='ph10'" partial=-1 affix=NULL starflags=0 opts=NULL
608 internal_search_find: file="NULL"
609 type=pgsql key="select id from them where id='ph10'" opts=NULL
610 database lookup required for select id from them where id='ph10'
611 PostgreSQL query: "select id from them where id='ph10'" opts 'NULL'
612 PGSQL new connection: host=localhost port=1223 database=test user=CALLER
613 creating new cache entry
615 appendfile: mode=600 notify_comsat=0 quota=0 warning=0
616 file=TESTSUITE/test-mail/ph10 format=unix
617 message_prefix=From ${if def:return_path{$return_path}{MAILER-DAEMON}} ${tod_bsdinbox}\n
619 maildir_use_size_file=no
620 locking by lockfile fcntl
621 lock name: TESTSUITE/test-mail/ph10.lock
622 hitch name: TESTSUITE/test-mail/ph10.lock.test.ex.dddddddd.pppppppp
624 mailbox TESTSUITE/test-mail/ph10 is locked
625 writing to file TESTSUITE/test-mail/ph10
626 writing data block fd=dddd size=sss timeout=0
627 cannot use sendfile for body: spoolfile not wireformat
628 writing data block fd=dddd size=sss timeout=0
629 writing data block fd=dddd size=sss timeout=0
630 appendfile yields 0 with errno=dd more_errno=dd
632 close PGSQL connection: localhost:1223/test/CALLER
633 journalling CALLER@myhost.test.ex
634 t1 transport returned OK for CALLER@myhost.test.ex
635 post-process CALLER@myhost.test.ex (0)
636 CALLER@myhost.test.ex delivered
638 => CALLER <CALLER@myhost.test.ex> R=r1 T=t1
639 >>>>>>>>>>>>>>>> deliveries are done >>>>>>>>>>>>>>>>
640 changed uid/gid: post-delivery tidying
641 uid=EXIM_UID gid=EXIM_GID pid=pppp
642 set_process_info: pppp tidying up after delivering 10HmaX-0005vi-00
643 Processing retry items
645 CALLER@myhost.test.ex: no retry items
648 end of retry processing
649 DSN: processing router : r1
650 DSN: processing successful delivery address: CALLER@myhost.test.ex
651 DSN: Sender_address: CALLER@myhost.test.ex
652 DSN: orcpt: NULL flags: 0x0
653 DSN: envid: NULL ret: 0
654 DSN: Final recipient: CALLER@myhost.test.ex
655 DSN: Remote SMTP server supports DSN: 0
656 DSN: not sending DSN success message
659 end delivery of 10HmaX-0005vi-00
662 >>>>>>>>>>>>>>>> Exim pid=pppp (local-accept-delivery) terminating with rc=0 >>>>>>>>>>>>>>>>
664 >>>>>>>>>>>>>>>> Exim pid=pppp (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
665 Exim version x.yz ....
666 configuration file is TESTSUITE/test-config
668 dropping to exim gid; retaining priv uid
669 search_open: pgsql "NULL"
670 search_find: file="NULL"
671 key="select name from them where id='ph10';" partial=-1 affix=NULL starflags=0 opts=NULL
673 internal_search_find: file="NULL"
674 type=pgsql key="select name from them where id='ph10';" opts=NULL
675 database lookup required for select name from them where id='ph10';
676 PostgreSQL query: "select name from them where id='ph10';" opts 'NULL'
677 PGSQL new connection: socket=TESTSUITE/pgsql/.s.PGSQL.1223 database=test user=CALLER
678 creating new cache entry
679 lookup yielded: Philip Hazel
681 close PGSQL connection: (TESTSUITE/pgsql/.s.PGSQL.1223)/test/CALLER
682 >>>>>>>>>>>>>>>> Exim pid=pppp (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
684 ******** SERVER ********