2 changed uid/gid: forcing real = effective
3 uid=uuuu gid=CALLER_GID pid=pppp
4 configuration file is TESTSUITE/test-config
6 changed uid/gid: privilege not needed
7 uid=EXIM_UID gid=EXIM_GID pid=pppp
8 seeking password data for user "CALLER": cache not available
9 getpwnam() succeeded uid=CALLER_UID gid=CALLER_GID
10 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
11 sender address = CALLER@test.ex
12 sender_fullhost = [V4NET.0.0.0]
13 sender_rcvhost = [V4NET.0.0.0]
14 host in hosts_connection_nolog? no (option unset)
15 LOG: smtp_connection MAIN
16 SMTP connection from [V4NET.0.0.0]
17 host in host_lookup? no (option unset)
18 set_process_info: pppp handling incoming connection from [V4NET.0.0.0]
19 host in host_reject_connection? no (option unset)
20 host in sender_unqualified_hosts? no (option unset)
21 host in recipient_unqualified_hosts? no (option unset)
22 host in helo_verify_hosts? no (option unset)
23 host in helo_try_verify_hosts? no (option unset)
24 host in helo_accept_junk_hosts? no (option unset)
25 SMTP>> 220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
26 smtp_setup_msg entered
27 SMTP<< mail from:<x@y>
29 SMTP<< rcpt to:<x@a.b.c>
30 using ACL "check_rcpt"
32 check domains = +local_domains
33 a.b.c in "*.test.ex"? no (end of list)
34 a.b.c in "+local_domains"? no (end of list)
35 accept: condition test failed
37 check domains = +relay_domains
38 a.b.c in "a.b.c"? yes (matched "a.b.c")
39 a.b.c in "+relay_domains"? yes (matched "+relay_domains")
40 check verify = recipient
41 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
43 address match: subject=x@a.b.c pattern=x@a.b.c
44 a.b.c in "a.b.c"? yes (matched "a.b.c")
45 x@a.b.c in "x@a.b.c"? yes (matched "x@a.b.c")
46 LOG: address_rewrite MAIN
47 "x@a.b.c" from env-to rewritten as "x@x.test.ex" by rule 1
48 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
49 Considering x@x.test.ex
50 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
52 --------> r1 router <--------
53 local_part=x domain=x.test.ex
55 x.test.ex in "a.b.c"? no (end of list)
56 x.test.ex in "+relay_domains"? no (end of list)
57 r1 router skipped: domains mismatch
58 --------> r2 router <--------
59 local_part=x domain=x.test.ex
61 x.test.ex in "*.test.ex"? yes (matched "*.test.ex")
62 x.test.ex in "+local_domains"? yes (matched "+local_domains")
64 r2 router called for x@x.test.ex
67 queued for t2 transport: local_part = x
70 domain_data=NULL localpart_data=NULL
72 envelope to: x@x.test.ex
74 ----------- end verify ------------
75 accept: condition test succeeded
78 SMTP>> 221 the.local.host.name closing connection
79 LOG: smtp_connection MAIN
80 SMTP connection from [V4NET.0.0.0] closed by QUIT
82 >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>