2 changed uid/gid: forcing real = effective
3 uid=uuuu gid=CALLER_GID pid=p1234
4 configuration file is TESTSUITE/test-config
6 changed uid/gid: privilege not needed
7 uid=EXIM_UID gid=EXIM_GID pid=p1234
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 host in pipelining_connect_advertise_hosts?
27 SMTP>> 220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
28 smtp_setup_msg entered
30 test in helo_lookup_domains?
33 test in helo_lookup_domains? no (end of list)
34 sender_fullhost = (test) [V4NET.0.0.0]
35 sender_rcvhost = [V4NET.0.0.0] (helo=test)
36 set_process_info: pppp handling incoming connection from (test) [V4NET.0.0.0]
37 SMTP>> 250 the.local.host.name Hello test [V4NET.0.0.0]
38 SMTP<< mail from:<x@y>
39 spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
40 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
42 SMTP<< rcpt to:<x@a.b.c>
43 using ACL "check_rcpt"
44 processing "accept" (TESTSUITE/test-config 22)
45 check domains = +local_domains
46 a.b.c in "+local_domains"?
47 list element: +local_domains
48 start sublist local_domains
50 ╎list element: *.test.ex
51 a.b.c in "*.test.ex"? no (end of list)
52 end sublist local_domains
53 a.b.c in "+local_domains"? no (end of list)
54 accept: condition test failed in ACL "check_rcpt"
55 processing "accept" (TESTSUITE/test-config 23)
56 check domains = +relay_domains
57 a.b.c in "+relay_domains"?
58 list element: +relay_domains
59 start sublist relay_domains
62 ╎a.b.c in "a.b.c"? yes (matched "a.b.c")
63 end sublist relay_domains
64 data from lookup saved for cache for +relay_domains: key 'a.b.c' value 'a.b.c'
65 a.b.c in "+relay_domains"? yes (matched "+relay_domains")
66 check verify = recipient
67 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
71 address match test: subject=x@a.b.c pattern=x@a.b.c
74 a.b.c in "a.b.c"? yes (matched "a.b.c")
75 x@a.b.c in "x@a.b.c"? yes (matched "x@a.b.c")
76 LOG: address_rewrite MAIN
77 "x@a.b.c" from env-to rewritten as "x@x.test.ex" by rule 1
78 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
79 Considering x@x.test.ex
80 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
82 --------> r1 router <--------
83 local_part=x domain=x.test.ex
85 x.test.ex in "+relay_domains"?
86 list element: +relay_domains
87 start sublist relay_domains
90 x.test.ex in "a.b.c"? no (end of list)
91 end sublist relay_domains
92 x.test.ex in "+relay_domains"? no (end of list)
93 r1 router skipped: domains mismatch
94 --------> r2 router <--------
95 local_part=x domain=x.test.ex
97 x.test.ex in "+local_domains"?
98 list element: +local_domains
99 start sublist local_domains
100 x.test.ex in "*.test.ex"?
101 ╎list element: *.test.ex
102 ╎x.test.ex in "*.test.ex"? yes (matched "*.test.ex")
103 end sublist local_domains
104 data from lookup saved for cache for +local_domains: key 'x.test.ex' value '*.test.ex'
105 x.test.ex in "+local_domains"? yes (matched "+local_domains")
107 r2 router called for x@x.test.ex
110 queued for t2 transport: local_part = x
113 domain_data=*.test.ex local_part_data=NULL
115 envelope to: x@x.test.ex
117 ----------- end verify ------------
118 accept: condition test succeeded in ACL "check_rcpt"
119 end of ACL "check_rcpt": ACCEPT
122 SMTP>> 221 the.local.host.name closing connection
123 LOG: smtp_connection MAIN
124 SMTP connection from (test) [V4NET.0.0.0] closed by QUIT
126 >>>>>>>>>>>>>>>> Exim pid=p1234 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>