Testtsuite: output changes resulting
[exim.git] / test / stderr / 2620
CommitLineData
de1294ea
JH
1
2WARNING: enabling "trust" authentication for local connections
3You 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.
54c5ebb1
PH
5Exim version x.yz ....
6configuration file is TESTSUITE/test-config
7admin user
8search_open: pgsql "NULL"
9search_find: file="NULL"
de1294ea 10 key="select name from them where id='ph10';" partial=-1 affix=NULL starflags=0
54c5ebb1
PH
11LRU list:
12internal_search_find: file="NULL"
de1294ea
JH
13 type=pgsql key="select name from them where id='ph10';"
14database lookup required for select name from them where id='ph10';
15PostgreSQL query: select name from them where id='ph10';
16PGSQL new connection: host=localhost port=1223 database=test user=CALLER
54c5ebb1
PH
17lookup yielded: Philip Hazel
18search_open: pgsql "NULL"
19 cached open
20search_find: file="NULL"
de1294ea 21 key="select name from them where id='ph10';" partial=-1 affix=NULL starflags=0
54c5ebb1
PH
22LRU list:
23internal_search_find: file="NULL"
de1294ea
JH
24 type=pgsql key="select name from them where id='ph10';"
25cached data used for lookup of select name from them where id='ph10';
54c5ebb1
PH
26lookup yielded: Philip Hazel
27search_open: pgsql "NULL"
28 cached open
29search_find: file="NULL"
30 key="select name from them where id='xxxx';" partial=-1 affix=NULL starflags=0
31LRU list:
32internal_search_find: file="NULL"
33 type=pgsql key="select name from them where id='xxxx';"
34database lookup required for select name from them where id='xxxx';
b7670459 35PostgreSQL query: select name from them where id='xxxx';
de1294ea 36PGSQL using cached connection for localhost:1223/test/CALLER
54c5ebb1
PH
37PGSQL: no data found
38lookup failed
39search_open: pgsql "NULL"
40 cached open
41search_find: file="NULL"
42 key="select name from them where id='nothing';" partial=-1 affix=NULL starflags=0
43LRU list:
44internal_search_find: file="NULL"
45 type=pgsql key="select name from them where id='nothing';"
46database lookup required for select name from them where id='nothing';
b7670459 47PostgreSQL query: select name from them where id='nothing';
de1294ea 48PGSQL using cached connection for localhost:1223/test/CALLER
54c5ebb1
PH
49lookup yielded:
50search_open: pgsql "NULL"
51 cached open
52search_find: file="NULL"
53 key="select id,name from them where id='nothing';" partial=-1 affix=NULL starflags=0
54LRU list:
55internal_search_find: file="NULL"
56 type=pgsql key="select id,name from them where id='nothing';"
57database lookup required for select id,name from them where id='nothing';
b7670459 58PostgreSQL query: select id,name from them where id='nothing';
de1294ea 59PGSQL using cached connection for localhost:1223/test/CALLER
54c5ebb1
PH
60lookup yielded: id=nothing name=""
61search_open: pgsql "NULL"
62 cached open
63search_find: file="NULL"
64 key="delete from them where id='nonexist';" partial=-1 affix=NULL starflags=0
65LRU list:
66internal_search_find: file="NULL"
67 type=pgsql key="delete from them where id='nonexist';"
68database lookup required for delete from them where id='nonexist';
b7670459 69PostgreSQL query: delete from them where id='nonexist';
de1294ea 70PGSQL using cached connection for localhost:1223/test/CALLER
54c5ebb1
PH
71PGSQL: command does not return any data but was successful. Rows affected: 0
72lookup forced cache cleanup
73lookup yielded: 0
74search_open: pgsql "NULL"
75 cached open
76search_find: file="NULL"
77 key="select * from them where id='quote2';" partial=-1 affix=NULL starflags=0
78LRU list:
79internal_search_find: file="NULL"
80 type=pgsql key="select * from them where id='quote2';"
81database lookup required for select * from them where id='quote2';
b7670459 82PostgreSQL query: select * from them where id='quote2';
de1294ea 83PGSQL using cached connection for localhost:1223/test/CALLER
54c5ebb1
PH
84lookup yielded: name="\"stquot" id=quote2
85search_open: pgsql "NULL"
86 cached open
87search_find: file="NULL"
88 key="select * from them where id='newline';" partial=-1 affix=NULL starflags=0
89LRU list:
90internal_search_find: file="NULL"
91 type=pgsql key="select * from them where id='newline';"
92database lookup required for select * from them where id='newline';
b7670459 93PostgreSQL query: select * from them where id='newline';
de1294ea
JH
94PGSQL using cached connection for localhost:1223/test/CALLER
95lookup yielded: name="before\r
54c5ebb1
PH
96after" id=newline
97search_open: pgsql "NULL"
98 cached open
99search_find: file="NULL"
100 key="select * from them where id='tab';" partial=-1 affix=NULL starflags=0
101LRU list:
102internal_search_find: file="NULL"
103 type=pgsql key="select * from them where id='tab';"
104database lookup required for select * from them where id='tab';
b7670459 105PostgreSQL query: select * from them where id='tab';
de1294ea 106PGSQL using cached connection for localhost:1223/test/CALLER
5547e2c5
PH
107lookup yielded: name="x x" id=tab
108search_open: pgsql "NULL"
109 cached open
110search_find: file="NULL"
111 key="select * from them where name='''stquot';" partial=-1 affix=NULL starflags=0
112LRU list:
113internal_search_find: file="NULL"
114 type=pgsql key="select * from them where name='''stquot';"
115database lookup required for select * from them where name='''stquot';
b7670459 116PostgreSQL query: select * from them where name='''stquot';
de1294ea 117PGSQL using cached connection for localhost:1223/test/CALLER
5547e2c5 118lookup yielded: name='stquot id=quote1
b7670459
PH
119search_open: pgsql "NULL"
120 cached open
121search_find: file="NULL"
de1294ea 122 key="servers=x:localhost; select name from them where id='ph10';" partial=-1 affix=NULL starflags=0
b7670459
PH
123LRU list:
124internal_search_find: file="NULL"
de1294ea
JH
125 type=pgsql key="servers=x:localhost; select name from them where id='ph10';"
126database lookup required for servers=x:localhost; select name from them where id='ph10';
127PostgreSQL query: servers=x:localhost; select name from them where id='ph10';
b7670459
PH
128lookup deferred: PostgreSQL server "x" not found in pgsql_servers
129search_open: pgsql "NULL"
130 cached open
131search_find: file="NULL"
de1294ea 132 key="servers=localhost::1223:x; select name from them where id='ph10';" partial=-1 affix=NULL starflags=0
b7670459
PH
133LRU list:
134internal_search_find: file="NULL"
de1294ea
JH
135 type=pgsql key="servers=localhost::1223:x; select name from them where id='ph10';"
136database lookup required for servers=localhost::1223:x; select name from them where id='ph10';
137PostgreSQL query: servers=localhost::1223:x; select name from them where id='ph10';
138PGSQL using cached connection for localhost:1223/test/CALLER
b7670459
PH
139lookup yielded: Philip Hazel
140search_open: pgsql "NULL"
141 cached open
142search_find: file="NULL"
de1294ea 143 key="servers=localhost::1223/test/CALLER/:x; select name from them where id='ph10';" partial=-1 affix=NULL starflags=0
b7670459
PH
144LRU list:
145internal_search_find: file="NULL"
de1294ea
JH
146 type=pgsql key="servers=localhost::1223/test/CALLER/:x; select name from them where id='ph10';"
147database lookup required for servers=localhost::1223/test/CALLER/:x; select name from them where id='ph10';
148PostgreSQL query: servers=localhost::1223/test/CALLER/:x; select name from them where id='ph10';
149PGSQL using cached connection for localhost:1223/test/CALLER
b7670459
PH
150lookup yielded: Philip Hazel
151search_open: pgsql "NULL"
152 cached open
153search_find: file="NULL"
de1294ea 154 key="servers=(TESTSUITE/pgsql/.s.PGSQL.1223)/test/CALLER/:x; select name from them where id='ph10';" partial=-1 affix=NULL starflags=0
b7670459
PH
155LRU list:
156internal_search_find: file="NULL"
de1294ea
JH
157 type=pgsql key="servers=(TESTSUITE/pgsql/.s.PGSQL.1223)/test/CALLER/:x; select name from them where id='ph10';"
158database lookup required for servers=(TESTSUITE/pgsql/.s.PGSQL.1223)/test/CALLER/:x; select name from them where id='ph10';
159PostgreSQL query: servers=(TESTSUITE/pgsql/.s.PGSQL.1223)/test/CALLER/:x; select name from them where id='ph10';
160PGSQL new connection: socket=TESTSUITE/pgsql/.s.PGSQL.1223 database=test user=CALLER
b7670459 161lookup yielded: Philip Hazel
bbfb5dcd
JH
162search_open: pgsql "NULL"
163 cached open
164search_find: file="NULL"
165 key="SELECT name FROM them WHERE id IN ('ph10', 'aaaa');" partial=-1 affix=NULL starflags=0
166LRU list:
167internal_search_find: file="NULL"
168 type=pgsql key="SELECT name FROM them WHERE id IN ('ph10', 'aaaa');"
169database lookup required for SELECT name FROM them WHERE id IN ('ph10', 'aaaa');
170PostgreSQL query: SELECT name FROM them WHERE id IN ('ph10', 'aaaa');
171PGSQL using cached connection for localhost:1223/test/CALLER
172lookup yielded: Philip Hazel
173Aristotle
174search_open: pgsql "NULL"
175 cached open
176search_find: file="NULL"
177 key="SELECT * FROM them WHERE id IN ('ph10', 'aaaa');" partial=-1 affix=NULL starflags=0
178LRU list:
179internal_search_find: file="NULL"
180 type=pgsql key="SELECT * FROM them WHERE id IN ('ph10', 'aaaa');"
181database lookup required for SELECT * FROM them WHERE id IN ('ph10', 'aaaa');
182PostgreSQL query: SELECT * FROM them WHERE id IN ('ph10', 'aaaa');
183PGSQL using cached connection for localhost:1223/test/CALLER
184lookup yielded: name="Philip Hazel" id=ph10
185name=Aristotle id=aaaa
54c5ebb1 186search_tidyup called
de1294ea
JH
187close PGSQL connection: (TESTSUITE/pgsql/.s.PGSQL.1223)/test/CALLER
188close PGSQL connection: localhost:1223/test/CALLER
189>>>>>>>>>>>>>>>> Exim pid=pppp (main: expansion test) terminating with rc=0 >>>>>>>>>>>>>>>>
54c5ebb1
PH
190Exim version x.yz ....
191changed uid/gid: forcing real = effective
192 uid=uuuu gid=CALLER_GID pid=pppp
193configuration file is TESTSUITE/test-config
194admin user
195changed uid/gid: privilege not needed
196 uid=EXIM_UID gid=EXIM_GID pid=pppp
16282d2b
PH
197seeking password data for user "CALLER": cache not available
198getpwnam() succeeded uid=CALLER_UID gid=CALLER_GID
54c5ebb1
PH
199originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
200sender address = CALLER@myhost.test.ex
201sender_fullhost = [10.0.0.0]
202sender_rcvhost = [10.0.0.0]
203host in hosts_connection_nolog? no (option unset)
204LOG: smtp_connection MAIN
205 SMTP connection from [10.0.0.0]
206host in host_lookup? no (option unset)
207set_process_info: pppp handling incoming connection from [10.0.0.0]
208host in host_reject_connection? no (option unset)
209host in sender_unqualified_hosts? no (option unset)
210host in recipient_unqualified_hosts? no (option unset)
211host in helo_verify_hosts? no (option unset)
212host in helo_try_verify_hosts? no (option unset)
213host in helo_accept_junk_hosts? no (option unset)
7e9fc567 214SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
54c5ebb1
PH
215smtp_setup_msg entered
216SMTP<< mail from:<a@b>
de1294ea
JH
217spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
218log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
7e9fc567 219SMTP>> 250 OK
54c5ebb1
PH
220SMTP<< rcpt to:<c@d>
221using ACL "check_recipient"
222processing "accept"
223check domains = +local_domains
224d in "@"? no (end of list)
225d in "+local_domains"? no (end of list)
de1294ea 226accept: condition test failed in ACL "check_recipient"
54c5ebb1
PH
227processing "accept"
228check hosts = +relay_hosts
229search_open: pgsql "NULL"
230search_find: file="NULL"
231 key="select * from them where id='10.0.0.0'" partial=-1 affix=NULL starflags=0
232LRU list:
233internal_search_find: file="NULL"
234 type=pgsql key="select * from them where id='10.0.0.0'"
235database lookup required for select * from them where id='10.0.0.0'
b7670459 236PostgreSQL query: select * from them where id='10.0.0.0'
de1294ea 237PGSQL new connection: host=localhost port=1223 database=test user=CALLER
54c5ebb1
PH
238PGSQL: no data found
239lookup failed
240host in "net-pgsql;select * from them where id='10.0.0.0'"? no (end of list)
241host in "+relay_hosts"? no (end of list)
de1294ea 242accept: condition test failed in ACL "check_recipient"
54c5ebb1 243processing "deny"
de1294ea
JH
244 message: relay not permitted
245deny: condition test succeeded in ACL "check_recipient"
246end of ACL "check_recipient": DENY
7e9fc567 247SMTP>> 550 relay not permitted
54c5ebb1
PH
248LOG: MAIN REJECT
249 H=[10.0.0.0] F=<a@b> rejected RCPT <c@d>: relay not permitted
250SMTP<< rcpt to:<c@d>
251using ACL "check_recipient"
252processing "accept"
253check domains = +local_domains
254d in "@"? no (end of list)
255d in "+local_domains"? no (end of list)
de1294ea 256accept: condition test failed in ACL "check_recipient"
54c5ebb1
PH
257processing "accept"
258check hosts = +relay_hosts
259search_open: pgsql "NULL"
260 cached open
261search_find: file="NULL"
262 key="select * from them where id='10.0.0.0'" partial=-1 affix=NULL starflags=0
263LRU list:
264internal_search_find: file="NULL"
265 type=pgsql key="select * from them where id='10.0.0.0'"
266cached data used for lookup of select * from them where id='10.0.0.0'
267lookup failed
268host in "net-pgsql;select * from them where id='10.0.0.0'"? no (end of list)
269host in "+relay_hosts"? no (end of list)
de1294ea 270accept: condition test failed in ACL "check_recipient"
54c5ebb1 271processing "deny"
de1294ea
JH
272 message: relay not permitted
273deny: condition test succeeded in ACL "check_recipient"
274end of ACL "check_recipient": DENY
7e9fc567 275SMTP>> 550 relay not permitted
54c5ebb1
PH
276LOG: MAIN REJECT
277 H=[10.0.0.0] F=<a@b> rejected RCPT <c@d>: relay not permitted
278SMTP<< quit
7e9fc567 279SMTP>> 221 myhost.test.ex closing connection
54c5ebb1
PH
280LOG: smtp_connection MAIN
281 SMTP connection from [10.0.0.0] closed by QUIT
282search_tidyup called
de1294ea
JH
283close PGSQL connection: localhost:1223/test/CALLER
284>>>>>>>>>>>>>>>> Exim pid=pppp (main) terminating with rc=0 >>>>>>>>>>>>>>>>
54c5ebb1
PH
285Exim version x.yz ....
286changed uid/gid: forcing real = effective
287 uid=uuuu gid=CALLER_GID pid=pppp
288configuration file is TESTSUITE/test-config
289admin user
290changed uid/gid: privilege not needed
291 uid=EXIM_UID gid=EXIM_GID pid=pppp
16282d2b
PH
292seeking password data for user "CALLER": cache not available
293getpwnam() succeeded uid=CALLER_UID gid=CALLER_GID
54c5ebb1
PH
294originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
295sender address = CALLER@myhost.test.ex
296set_process_info: pppp accepting a local non-SMTP message from <CALLER@myhost.test.ex>
de1294ea
JH
297spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
298log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
54c5ebb1
PH
299Sender: CALLER@myhost.test.ex
300Recipients:
301 CALLER
302search_tidyup called
303>>Headers received:
304
305rewrite_one_header: type=F:
306 From: CALLER_NAME <CALLER@myhost.test.ex>
307search_tidyup called
308>>Headers after rewriting and local additions:
309I Message-Id: <E10HmaX-0005vi-00@myhost.test.ex>
310F From: CALLER_NAME <CALLER@myhost.test.ex>
311 Date: Tue, 2 Mar 1999 09:44:33 +0000
312
de1294ea 313Data file name: TESTSUITE/spool//input//10HmaX-0005vi-00-D
54c5ebb1
PH
314Data file written for message 10HmaX-0005vi-00
315>>Generated Received: header line
316P Received: from CALLER by myhost.test.ex with local (Exim x.yz)
317 (envelope-from <CALLER@myhost.test.ex>)
318 id 10HmaX-0005vi-00
319 for CALLER@myhost.test.ex; Tue, 2 Mar 1999 09:44:33 +0000
320calling local_scan(); timeout=300
321local_scan() returned 0 NULL
de1294ea
JH
322Writing spool header file: TESTSUITE/spool//input//hdr.pppp
323DSN: Write SPOOL :-dsn_envid NULL
324DSN: Write SPOOL :-dsn_ret 0
325DSN: Flags :0
326DSN: **** SPOOL_OUT - address: |CALLER@myhost.test.ex| errorsto: |NULL| orcpt: |NULL| dsn_flags: 0
327Renaming spool header file: TESTSUITE/spool//input//10HmaX-0005vi-00-H
54c5ebb1
PH
328Size of headers = sss
329LOG: MAIN
330 <= CALLER@myhost.test.ex U=CALLER P=local S=sss
331created log directory TESTSUITE/spool/log
332search_tidyup called
333exec TESTSUITE/eximdir/exim -DEXIM_PATH=TESTSUITE/eximdir/exim -C TESTSUITE/test-config -d=0xfbb95cfd -odi -Mc 10HmaX-0005vi-00
334Exim version x.yz ....
335changed uid/gid: forcing real = effective
336 uid=uuuu gid=EXIM_GID pid=pppp
337configuration file is TESTSUITE/test-config
338trusted user
339admin user
16282d2b
PH
340seeking password data for user "CALLER": cache not available
341getpwnam() succeeded uid=CALLER_UID gid=CALLER_GID
54c5ebb1
PH
342set_process_info: pppp delivering specified messages
343set_process_info: pppp delivering 10HmaX-0005vi-00
de1294ea 344Trying spool file TESTSUITE/spool//input//10HmaX-0005vi-00-D
54c5ebb1
PH
345reading spool file 10HmaX-0005vi-00-H
346user=CALLER uid=CALLER_UID gid=CALLER_GID sender=CALLER@myhost.test.ex
347sender_local=1 ident=CALLER
348Non-recipients:
349Empty Tree
350---- End of tree ----
351recipients_count=1
de1294ea 352**** SPOOL_IN - No additional fields
54c5ebb1 353body_linecount=1 message_linecount=7
de1294ea 354DSN: set orcpt: NULL flags: 0
54c5ebb1
PH
355Delivery address list:
356 CALLER@myhost.test.ex
357locking TESTSUITE/spool/db/retry.lockfile
de1294ea
JH
358locked TESTSUITE/spool/db/retry.lockfile
359EXIM_DBOPEN: file <TESTSUITE/spool/db/retry> dir <TESTSUITE/spool/db> flags=O_RDONLY
360returned from EXIM_DBOPEN: (nil)
54c5ebb1 361ensuring TESTSUITE/spool/db/retry.lockfile is owned by exim
de1294ea 362failed to open DB file TESTSUITE/spool/db/retry.lockfile: No such file or directory
54c5ebb1
PH
363no retry data available
364>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
365Considering: CALLER@myhost.test.ex
366unique = CALLER@myhost.test.ex
367no domain retry record
368no address retry record
369CALLER@myhost.test.ex: queued for routing
370>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
371routing CALLER@myhost.test.ex
372--------> r1 router <--------
373local_part=CALLER domain=myhost.test.ex
374processing address_data
375search_open: pgsql "NULL"
376search_find: file="NULL"
de1294ea 377 key="select name from them where id='ph10'" partial=-1 affix=NULL starflags=0
54c5ebb1
PH
378LRU list:
379internal_search_find: file="NULL"
de1294ea
JH
380 type=pgsql key="select name from them where id='ph10'"
381database lookup required for select name from them where id='ph10'
382PostgreSQL query: select name from them where id='ph10'
383PGSQL new connection: host=localhost port=1223 database=test user=CALLER
54c5ebb1
PH
384lookup yielded: Philip Hazel
385calling r1 router
386r1 router called for CALLER@myhost.test.ex
387 domain = myhost.test.ex
388set transport t1
389queued for t1 transport: local_part = CALLER
390domain = myhost.test.ex
391 errors_to=NULL
392 domain_data=NULL localpart_data=NULL
393routed by r1 router
394 envelope to: CALLER@myhost.test.ex
395 transport: t1
396>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
397After routing:
398 Local deliveries:
399 CALLER@myhost.test.ex
400 Remote deliveries:
401 Failed addresses:
402 Deferred addresses:
403search_tidyup called
de1294ea 404close PGSQL connection: localhost:1223/test/CALLER
54c5ebb1
PH
405>>>>>>>>>>>>>>>> Local deliveries >>>>>>>>>>>>>>>>
406--------> CALLER@myhost.test.ex <--------
407locking TESTSUITE/spool/db/retry.lockfile
de1294ea
JH
408locked TESTSUITE/spool/db/retry.lockfile
409EXIM_DBOPEN: file <TESTSUITE/spool/db/retry> dir <TESTSUITE/spool/db> flags=O_RDONLY
410returned from EXIM_DBOPEN: (nil)
411failed to open DB file TESTSUITE/spool/db/retry: No such file or directory
54c5ebb1
PH
412no retry data available
413search_tidyup called
414changed uid/gid: local delivery to CALLER <CALLER@myhost.test.ex> transport=t1
415 uid=CALLER_UID gid=CALLER_GID pid=pppp
416 home=NULL current=/
417set_process_info: pppp delivering 10HmaX-0005vi-00 to CALLER using t1
418appendfile transport entered
419search_open: pgsql "NULL"
420search_find: file="NULL"
de1294ea 421 key="select id from them where id='ph10'" partial=-1 affix=NULL starflags=0
54c5ebb1
PH
422LRU list:
423internal_search_find: file="NULL"
de1294ea
JH
424 type=pgsql key="select id from them where id='ph10'"
425database lookup required for select id from them where id='ph10'
426PostgreSQL query: select id from them where id='ph10'
427PGSQL new connection: host=localhost port=1223 database=test user=CALLER
428lookup yielded: ph10
54c5ebb1 429appendfile: mode=600 notify_comsat=0 quota=0 warning=0
de1294ea 430 file=TESTSUITE/test-mail/ph10 format=unix
54c5ebb1
PH
431 message_prefix=From ${if def:return_path{$return_path}{MAILER-DAEMON}} ${tod_bsdinbox}\n
432 message_suffix=\n
433 maildir_use_size_file=no
434 locking by lockfile fcntl
de1294ea
JH
435lock name: TESTSUITE/test-mail/ph10.lock
436hitch name: TESTSUITE/test-mail/ph10.lock.test.ex.dddddddd.pppppppp
54c5ebb1 437lock file created
de1294ea
JH
438mailbox TESTSUITE/test-mail/ph10 is locked
439writing to file TESTSUITE/test-mail/ph10
1b781f48 440writing data block fd=dddd size=sss timeout=0
de1294ea 441cannot use sendfile for body: spoolfile not wireformat
1b781f48
PH
442writing data block fd=dddd size=sss timeout=0
443writing data block fd=dddd size=sss timeout=0
54c5ebb1
PH
444appendfile yields 0 with errno=dd more_errno=dd
445search_tidyup called
de1294ea 446close PGSQL connection: localhost:1223/test/CALLER
54c5ebb1
PH
447journalling CALLER@myhost.test.ex
448t1 transport returned OK for CALLER@myhost.test.ex
449post-process CALLER@myhost.test.ex (0)
450CALLER@myhost.test.ex delivered
451LOG: MAIN
452 => CALLER <CALLER@myhost.test.ex> R=r1 T=t1
453>>>>>>>>>>>>>>>> deliveries are done >>>>>>>>>>>>>>>>
454changed uid/gid: post-delivery tidying
455 uid=EXIM_UID gid=EXIM_GID pid=pppp
456set_process_info: pppp tidying up after delivering 10HmaX-0005vi-00
457Processing retry items
458Succeeded addresses:
de1294ea 459 CALLER@myhost.test.ex: no retry items
54c5ebb1
PH
460Failed addresses:
461Deferred addresses:
462end of retry processing
de1294ea
JH
463DSN: processing router : r1
464DSN: processing successful delivery address: CALLER@myhost.test.ex
465DSN: Sender_address: CALLER@myhost.test.ex
466DSN: orcpt: NULL flags: 0
467DSN: envid: NULL ret: 0
468DSN: Final recipient: CALLER@myhost.test.ex
469DSN: Remote SMTP server supports DSN: 0
470DSN: not sending DSN success message
54c5ebb1
PH
471LOG: MAIN
472 Completed
473end delivery of 10HmaX-0005vi-00
474search_tidyup called
475search_tidyup called
de1294ea 476>>>>>>>>>>>>>>>> Exim pid=pppp (main) terminating with rc=0 >>>>>>>>>>>>>>>>
54c5ebb1 477search_tidyup called
de1294ea 478>>>>>>>>>>>>>>>> Exim pid=pppp (main) terminating with rc=0 >>>>>>>>>>>>>>>>
54c5ebb1
PH
479Exim version x.yz ....
480configuration file is TESTSUITE/test-config
481admin user
482search_open: pgsql "NULL"
483search_find: file="NULL"
de1294ea 484 key="select name from them where id='ph10';" partial=-1 affix=NULL starflags=0
54c5ebb1
PH
485LRU list:
486internal_search_find: file="NULL"
de1294ea
JH
487 type=pgsql key="select name from them where id='ph10';"
488database lookup required for select name from them where id='ph10';
489PostgreSQL query: select name from them where id='ph10';
490PGSQL new connection: socket=TESTSUITE/pgsql/.s.PGSQL.1223 database=test user=CALLER
54c5ebb1
PH
491lookup yielded: Philip Hazel
492search_tidyup called
de1294ea
JH
493close PGSQL connection: (TESTSUITE/pgsql/.s.PGSQL.1223)/test/CALLER
494>>>>>>>>>>>>>>>> Exim pid=pppp (main: expansion test) terminating with rc=0 >>>>>>>>>>>>>>>>
495
496******** SERVER ********