Hintsdb: fix dumpdb for sqlite
[exim.git] / test / stderr / 0391
1 Exim version x.yz ....
2 Hints DB:
3 changed uid/gid: forcing real = effective
4   uid=uuuu gid=CALLER_GID pid=p1234
5 configuration file is TESTSUITE/test-config
6 admin user
7 changed uid/gid: privilege not needed
8   uid=EXIM_UID gid=EXIM_GID pid=p1234
9 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
10 sender address = CALLER@myhost.test.ex
11 sender_fullhost = [1.2.3.4]
12 sender_rcvhost = [1.2.3.4]
13 host in hosts_connection_nolog? no (option unset)
14 LOG: smtp_connection MAIN
15   SMTP connection from [1.2.3.4]
16 host in host_lookup? no (option unset)
17 set_process_info: pppp handling incoming connection from [1.2.3.4]
18 host in host_reject_connection? no (option unset)
19 host in sender_unqualified_hosts? no (option unset)
20 host in recipient_unqualified_hosts? no (option unset)
21 host in helo_verify_hosts? no (option unset)
22 host in helo_try_verify_hosts? no (option unset)
23 host in helo_accept_junk_hosts? no (option unset)
24 SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
25 smtp_setup_msg entered
26 SMTP<< helo test
27 test in helo_lookup_domains?
28  list element: @
29  list element: @[]
30 test in helo_lookup_domains? no (end of list)
31 sender_fullhost = (test) [1.2.3.4]
32 sender_rcvhost = [1.2.3.4] (helo=test)
33 set_process_info: pppp handling incoming connection from (test) [1.2.3.4]
34 SMTP>> 250 myhost.test.ex Hello test [1.2.3.4]
35 SMTP<< mail from:<U@W.x.y>
36 spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
37 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
38 SMTP>> 250 OK
39 SMTP<< rcpt to:<B@a.b.c>
40 using ACL "acl_rcpt"
41 processing "accept" (TESTSUITE/test-config 18)
42 check verify = sender
43 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
44 Verifying U@W.x.y
45 U@W.x.y in "*@*.x.y"?
46  list element: *@*.x.y
47  address match test: subject=U@w.x.y pattern=*@*.x.y
48  w.x.y in "*.x.y"?
49   list element: *.x.y
50   w.x.y in "*.x.y"? yes (matched "*.x.y")
51  U@W.x.y in "*@*.x.y"? yes (matched "*@*.x.y")
52 LOG: address_rewrite MAIN
53   "U@W.x.y" from env-from rewritten as "U@x.y" by rule 1
54 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
55 Considering U@x.y
56 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
57 routing U@x.y
58 --------> r1 router <--------
59 local_part=u domain=x.y
60 sender_address=<> local_part=u domain=x.y
61 calling r1 router
62 r1 router called for U@x.y
63   domain = x.y
64 queued for <unset> transport: local_part = u
65 domain = x.y
66   errors_to=NULL
67   domain_data=NULL local_part_data=NULL
68 routed by r1 router
69   envelope to: U@x.y
70   transport: <none>
71 ----------- end verify ------------
72 sender U@W.x.y verified ok as U@x.y
73 accept: condition test succeeded in ACL "acl_rcpt"
74 end of ACL "acl_rcpt": ACCEPT
75 SMTP>> 250 Accepted
76 SMTP<< quit
77 SMTP>> 221 myhost.test.ex closing connection
78 LOG: smtp_connection MAIN
79   SMTP connection from (test) [1.2.3.4] D=qqs closed by QUIT
80 search_tidyup called
81 >>>>>>>>>>>>>>>> Exim pid=p1234 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>