Hintsbd: fix locking
[exim.git] / test / stderr / 0479
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@the.local.host.name
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 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
25 smtp_setup_msg entered
26 SMTP<< helo [1.2.3.4]
27 [1.2.3.4] in helo_lookup_domains?
28  list element: @
29  list element: @[]
30 [1.2.3.4] in helo_lookup_domains? no (end of list)
31 sender_fullhost = ([1.2.3.4]) [1.2.3.4]
32 sender_rcvhost = [1.2.3.4]
33 set_process_info: pppp handling incoming connection from ([1.2.3.4]) [1.2.3.4]
34 SMTP>> 250 the.local.host.name Hello [1.2.3.4] [1.2.3.4]
35 SMTP<< mail from:<a@b>
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:<c@d>
40 using ACL "rcpt"
41 processing "require" (TESTSUITE/test-config 16)
42 check logwrite = sender address is <$sender_address>
43                = sender address is <a@b>
44 LOG: MAIN
45   sender address is <a@b>
46 check verify = sender
47 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
48 Verifying a@b
49 a@b in "a@b"?
50  list element: a@b
51  address match test: subject=a@b pattern=a@b
52  b in "b"?
53   list element: b
54   b in "b"? yes (matched "b")
55  a@b in "a@b"? yes (matched "a@b")
56 LOG: address_rewrite MAIN
57   "a@b" from env-from rewritten as "rewritten-a@rewritten-b" by rule 1
58 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
59 Considering rewritten-a@rewritten-b
60 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
61 routing rewritten-a@rewritten-b
62 --------> r1 router <--------
63 local_part=rewritten-a domain=rewritten-b
64 calling r1 router
65 r1 router called for rewritten-a@rewritten-b
66   domain = rewritten-b
67 set transport t1
68 queued for t1 transport: local_part = rewritten-a
69 domain = rewritten-b
70   errors_to=NULL
71   domain_data=NULL local_part_data=NULL
72 routed by r1 router
73   envelope to: rewritten-a@rewritten-b
74   transport: t1
75 ----------- end verify ------------
76 sender a@b verified ok as rewritten-a@rewritten-b
77 require: condition test succeeded in ACL "rcpt"
78 processing "accept" (TESTSUITE/test-config 18)
79 accept: condition test succeeded in ACL "rcpt"
80 end of ACL "rcpt": ACCEPT
81 SMTP>> 250 Accepted
82 SMTP<< rcpt to:<e@f>
83 using ACL "rcpt"
84 processing "require" (TESTSUITE/test-config 16)
85 check logwrite = sender address is <$sender_address>
86                = sender address is <rewritten-a@rewritten-b>
87 LOG: MAIN
88   sender address is <rewritten-a@rewritten-b>
89 check verify = sender
90 using cached sender verify result
91 require: condition test succeeded in ACL "rcpt"
92 processing "accept" (TESTSUITE/test-config 18)
93 accept: condition test succeeded in ACL "rcpt"
94 end of ACL "rcpt": ACCEPT
95 SMTP>> 250 Accepted
96 SMTP<< quit
97 SMTP>> 221 the.local.host.name closing connection
98 LOG: smtp_connection MAIN
99   SMTP connection from ([1.2.3.4]) [1.2.3.4] D=qqs closed by QUIT
100 search_tidyup called
101 >>>>>>>>>>>>>>>> Exim pid=p1234 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>