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