Commit | Line | Data |
---|---|---|
54c5ebb1 PH |
1 | >>> host in hosts_connection_nolog? no (option unset) |
2 | >>> host in host_lookup? no (option unset) | |
3 | >>> host in host_reject_connection? no (option unset) | |
4 | >>> host in sender_unqualified_hosts? no (option unset) | |
5 | >>> host in recipient_unqualified_hosts? no (option unset) | |
6 | >>> host in helo_verify_hosts? no (option unset) | |
7 | >>> host in helo_try_verify_hosts? no (option unset) | |
8 | >>> host in helo_accept_junk_hosts? no (option unset) | |
9 | >>> using ACL "acl_rcpt_1" | |
10 | >>> processing "require" | |
11 | >>> check domains = @ : @[] | |
12 | >>> myhost.test.ex in "@ : @[]"? yes (matched "@") | |
6968512f | 13 | >>> require: condition test succeeded in ACL "acl_rcpt_1" |
54c5ebb1 | 14 | >>> processing "accept" |
6968512f | 15 | >>> accept: condition test succeeded in ACL "acl_rcpt_1" |
54c5ebb1 PH |
16 | >>> using ACL "acl_rcpt_1" |
17 | >>> processing "require" | |
18 | >>> check domains = @ : @[] | |
19 | >>> [127.0.0.1] in "@ : @[]"? yes (matched "@[]") | |
6968512f | 20 | >>> require: condition test succeeded in ACL "acl_rcpt_1" |
54c5ebb1 | 21 | >>> processing "accept" |
6968512f | 22 | >>> accept: condition test succeeded in ACL "acl_rcpt_1" |
54c5ebb1 PH |
23 | >>> using ACL "acl_rcpt_1" |
24 | >>> processing "require" | |
25 | >>> check domains = @ : @[] | |
26 | >>> else.where in "@ : @[]"? no (end of list) | |
6968512f | 27 | >>> require: condition test failed in ACL "acl_rcpt_1" |
54c5ebb1 PH |
28 | LOG: H=[V4NET.1.1.1] F=<x@y> rejected RCPT <1@else.where>: domain doesn't match @ or @[] |
29 | >>> using ACL "acl_rcpt_2" | |
30 | >>> processing "require" | |
31 | >>> check domains = @mx_any | |
32 | >>> other1.test.ex in hosts_treat_as_local? yes (matched "other1.test.ex") | |
33 | >>> local host has lowest MX | |
34 | >>> mxt13.test.ex in "@mx_any"? yes (matched "@mx_any") | |
6968512f | 35 | >>> require: condition test succeeded in ACL "acl_rcpt_2" |
54c5ebb1 | 36 | >>> processing "accept" |
6968512f | 37 | >>> accept: condition test succeeded in ACL "acl_rcpt_2" |
54c5ebb1 PH |
38 | >>> using ACL "acl_rcpt_2" |
39 | >>> processing "require" | |
40 | >>> check domains = @mx_any | |
41 | >>> eximtesthost.test.ex in hosts_treat_as_local? no (end of list) | |
42 | >>> local host has lowest MX | |
43 | >>> mxt1.test.ex in "@mx_any"? yes (matched "@mx_any") | |
6968512f | 44 | >>> require: condition test succeeded in ACL "acl_rcpt_2" |
54c5ebb1 | 45 | >>> processing "accept" |
6968512f | 46 | >>> accept: condition test succeeded in ACL "acl_rcpt_2" |
54c5ebb1 PH |
47 | >>> using ACL "acl_rcpt_2" |
48 | >>> processing "require" | |
49 | >>> check domains = @mx_any | |
50 | >>> ten-1.test.ex in hosts_treat_as_local? no (end of list) | |
51 | >>> eximtesthost.test.ex in hosts_treat_as_local? no (end of list) | |
52 | >>> local host in host list - removed hosts: | |
53 | >>> eximtesthost.test.ex ip4.ip4.ip4.ip4 6 | |
54 | >>> ten-2.test.ex V4NET.0.0.2 6 | |
55 | >>> mxt6.test.ex in "@mx_any"? yes (matched "@mx_any") | |
6968512f | 56 | >>> require: condition test succeeded in ACL "acl_rcpt_2" |
54c5ebb1 | 57 | >>> processing "accept" |
6968512f | 58 | >>> accept: condition test succeeded in ACL "acl_rcpt_2" |
54c5ebb1 PH |
59 | >>> using ACL "acl_rcpt_2" |
60 | >>> processing "require" | |
61 | >>> check domains = @mx_any | |
62 | >>> ten-1.test.ex in hosts_treat_as_local? no (end of list) | |
63 | >>> ten-2.test.ex in hosts_treat_as_local? no (end of list) | |
64 | >>> ten-3.test.ex in hosts_treat_as_local? no (end of list) | |
65 | >>> mxt9.test.ex in "@mx_any"? no (end of list) | |
6968512f | 66 | >>> require: condition test failed in ACL "acl_rcpt_2" |
54c5ebb1 PH |
67 | LOG: H=[V4NET.1.1.1] F=<x@y> rejected RCPT <2@mxt9.test.ex>: domain doesn't match @mx_any |
68 | >>> using ACL "acl_rcpt_2" | |
69 | >>> processing "require" | |
70 | >>> check domains = @mx_any | |
71 | >>> mxnone.test.ex in "@mx_any"? no (end of list) | |
6968512f | 72 | >>> require: condition test failed in ACL "acl_rcpt_2" |
54c5ebb1 PH |
73 | LOG: H=[V4NET.1.1.1] F=<x@y> rejected RCPT <2@mxnone.test.ex>: domain doesn't match @mx_any |
74 | >>> using ACL "acl_rcpt_3" | |
75 | >>> processing "require" | |
76 | >>> check domains = @mx_primary | |
75e0e026 | 77 | >>> ten-1.test.ex in hosts_treat_as_local? no (end of list) |
54c5ebb1 PH |
78 | >>> eximtesthost.test.ex in hosts_treat_as_local? no (end of list) |
79 | >>> local host has lowest MX | |
80 | >>> mxt5.test.ex in "@mx_primary"? yes (matched "@mx_primary") | |
6968512f | 81 | >>> require: condition test succeeded in ACL "acl_rcpt_3" |
54c5ebb1 | 82 | >>> processing "accept" |
6968512f | 83 | >>> accept: condition test succeeded in ACL "acl_rcpt_3" |
54c5ebb1 PH |
84 | >>> using ACL "acl_rcpt_3" |
85 | >>> processing "require" | |
86 | >>> check domains = @mx_primary | |
87 | >>> ten-1.test.ex in hosts_treat_as_local? no (end of list) | |
75e0e026 | 88 | >>> ten-2.test.ex in hosts_treat_as_local? no (end of list) |
54c5ebb1 PH |
89 | >>> eximtesthost.test.ex in hosts_treat_as_local? no (end of list) |
90 | >>> local host in host list - removed hosts: | |
54c5ebb1 | 91 | >>> ten-2.test.ex V4NET.0.0.2 6 |
75e0e026 | 92 | >>> eximtesthost.test.ex ip4.ip4.ip4.ip4 6 |
54c5ebb1 | 93 | >>> mxt6.test.ex in "@mx_primary"? no (end of list) |
6968512f | 94 | >>> require: condition test failed in ACL "acl_rcpt_3" |
54c5ebb1 PH |
95 | LOG: H=[V4NET.1.1.1] F=<x@y> rejected RCPT <3@mxt6.test.ex>: domain doesn't match @mx_primary |
96 | >>> using ACL "acl_rcpt_3" | |
97 | >>> processing "require" | |
98 | >>> check domains = @mx_primary | |
99 | >>> ten-1.test.ex in hosts_treat_as_local? no (end of list) | |
100 | >>> ten-2.test.ex in hosts_treat_as_local? no (end of list) | |
101 | >>> ten-3.test.ex in hosts_treat_as_local? no (end of list) | |
102 | >>> mxt9.test.ex in "@mx_primary"? no (end of list) | |
6968512f | 103 | >>> require: condition test failed in ACL "acl_rcpt_3" |
54c5ebb1 PH |
104 | LOG: H=[V4NET.1.1.1] F=<x@y> rejected RCPT <3@mxt9.test.ex>: domain doesn't match @mx_primary |
105 | >>> using ACL "acl_rcpt_3" | |
106 | >>> processing "require" | |
107 | >>> check domains = @mx_primary | |
108 | >>> mxnone.test.ex in "@mx_primary"? no (end of list) | |
6968512f | 109 | >>> require: condition test failed in ACL "acl_rcpt_3" |
54c5ebb1 PH |
110 | LOG: H=[V4NET.1.1.1] F=<x@y> rejected RCPT <3@mxnone.test.ex>: domain doesn't match @mx_primary |
111 | >>> using ACL "acl_rcpt_4" | |
112 | >>> processing "require" | |
113 | >>> check domains = @mx_secondary | |
114 | >>> eximtesthost.test.ex in hosts_treat_as_local? no (end of list) | |
115 | >>> local host has lowest MX | |
116 | >>> mxt5.test.ex in "@mx_secondary"? no (end of list) | |
6968512f | 117 | >>> require: condition test failed in ACL "acl_rcpt_4" |
54c5ebb1 PH |
118 | LOG: H=[V4NET.1.1.1] F=<x@y> rejected RCPT <4@mxt5.test.ex>: domain doesn't match @mx_secondary |
119 | >>> using ACL "acl_rcpt_4" | |
120 | >>> processing "require" | |
121 | >>> check domains = @mx_secondary | |
122 | >>> ten-1.test.ex in hosts_treat_as_local? no (end of list) | |
75e0e026 | 123 | >>> ten-2.test.ex in hosts_treat_as_local? no (end of list) |
54c5ebb1 PH |
124 | >>> eximtesthost.test.ex in hosts_treat_as_local? no (end of list) |
125 | >>> local host in host list - removed hosts: | |
54c5ebb1 | 126 | >>> ten-2.test.ex V4NET.0.0.2 6 |
75e0e026 | 127 | >>> eximtesthost.test.ex ip4.ip4.ip4.ip4 6 |
54c5ebb1 | 128 | >>> mxt6.test.ex in "@mx_secondary"? yes (matched "@mx_secondary") |
6968512f | 129 | >>> require: condition test succeeded in ACL "acl_rcpt_4" |
54c5ebb1 | 130 | >>> processing "accept" |
6968512f | 131 | >>> accept: condition test succeeded in ACL "acl_rcpt_4" |
54c5ebb1 PH |
132 | >>> using ACL "acl_rcpt_4" |
133 | >>> processing "require" | |
134 | >>> check domains = @mx_secondary | |
135 | >>> ten-1.test.ex in hosts_treat_as_local? no (end of list) | |
136 | >>> ten-2.test.ex in hosts_treat_as_local? no (end of list) | |
137 | >>> ten-3.test.ex in hosts_treat_as_local? no (end of list) | |
138 | >>> mxt9.test.ex in "@mx_secondary"? no (end of list) | |
6968512f | 139 | >>> require: condition test failed in ACL "acl_rcpt_4" |
54c5ebb1 PH |
140 | LOG: H=[V4NET.1.1.1] F=<x@y> rejected RCPT <4@mxt9.test.ex>: domain doesn't match @mx_secondary |
141 | >>> using ACL "acl_rcpt_4" | |
142 | >>> processing "require" | |
143 | >>> check domains = @mx_secondary | |
144 | >>> mxnone.test.ex in "@mx_secondary"? no (end of list) | |
6968512f | 145 | >>> require: condition test failed in ACL "acl_rcpt_4" |
54c5ebb1 PH |
146 | LOG: H=[V4NET.1.1.1] F=<x@y> rejected RCPT <4@mxnone.test.ex>: domain doesn't match @mx_secondary |
147 | >>> using ACL "acl_rcpt_5" | |
148 | >>> processing "require" | |
149 | >>> check hosts = @ : @[] | |
150 | MUNGED: ::1 will be omitted in what follows | |
151 | >>> get[host|ipnode]byname[2] looked up these IP addresses: | |
152 | >>> name=myhost.test.ex address=V4NET.10.10.10 | |
153 | >>> host in "@ : @[]"? no (end of list) | |
6968512f | 154 | >>> require: condition test failed in ACL "acl_rcpt_5" |
54c5ebb1 PH |
155 | LOG: H=[V4NET.1.1.1] F=<x@y> rejected RCPT <5@myhost.test.ex>: host doesn't match @ or @[] |
156 | >>> host in hosts_connection_nolog? no (option unset) | |
157 | >>> host in host_lookup? no (option unset) | |
158 | >>> host in host_reject_connection? no (option unset) | |
159 | >>> host in sender_unqualified_hosts? no (option unset) | |
160 | >>> host in recipient_unqualified_hosts? no (option unset) | |
161 | >>> host in helo_verify_hosts? no (option unset) | |
162 | >>> host in helo_try_verify_hosts? no (option unset) | |
163 | >>> host in helo_accept_junk_hosts? no (option unset) | |
164 | >>> using ACL "acl_rcpt_5" | |
165 | >>> processing "require" | |
166 | >>> check hosts = @ : @[] | |
167 | MUNGED: ::1 will be omitted in what follows | |
168 | >>> get[host|ipnode]byname[2] looked up these IP addresses: | |
169 | >>> name=myhost.test.ex address=V4NET.10.10.10 | |
170 | >>> host in "@ : @[]"? yes (matched "@") | |
6968512f | 171 | >>> require: condition test succeeded in ACL "acl_rcpt_5" |
54c5ebb1 | 172 | >>> processing "accept" |
6968512f | 173 | >>> accept: condition test succeeded in ACL "acl_rcpt_5" |
54c5ebb1 PH |
174 | >>> host in hosts_connection_nolog? no (option unset) |
175 | >>> host in host_lookup? no (option unset) | |
176 | >>> host in host_reject_connection? no (option unset) | |
177 | >>> host in sender_unqualified_hosts? no (option unset) | |
178 | >>> host in recipient_unqualified_hosts? no (option unset) | |
179 | >>> host in helo_verify_hosts? no (option unset) | |
180 | >>> host in helo_try_verify_hosts? no (option unset) | |
181 | >>> host in helo_accept_junk_hosts? no (option unset) | |
182 | >>> using ACL "acl_rcpt_5" | |
183 | >>> processing "require" | |
184 | >>> check hosts = @ : @[] | |
185 | MUNGED: ::1 will be omitted in what follows | |
186 | >>> get[host|ipnode]byname[2] looked up these IP addresses: | |
187 | >>> name=myhost.test.ex address=V4NET.10.10.10 | |
188 | >>> host in "@ : @[]"? yes (matched "@[]") | |
6968512f | 189 | >>> require: condition test succeeded in ACL "acl_rcpt_5" |
54c5ebb1 | 190 | >>> processing "accept" |
6968512f | 191 | >>> accept: condition test succeeded in ACL "acl_rcpt_5" |
54c5ebb1 PH |
192 | >>> host in hosts_connection_nolog? no (option unset) |
193 | >>> host in host_lookup? no (option unset) | |
194 | >>> host in host_reject_connection? no (option unset) | |
195 | >>> host in sender_unqualified_hosts? no (option unset) | |
196 | >>> host in recipient_unqualified_hosts? no (option unset) | |
197 | >>> host in helo_verify_hosts? no (option unset) | |
198 | >>> host in helo_try_verify_hosts? no (option unset) | |
199 | >>> host in helo_accept_junk_hosts? no (option unset) | |
200 | >>> using ACL "acl_rcpt_2" | |
201 | >>> processing "require" | |
202 | >>> check domains = @mx_any | |
203 | >>> not-exist.test.ex in hosts_treat_as_local? no (end of list) | |
204 | >>> eximtesthost.test.ex in hosts_treat_as_local? no (end of list) | |
205 | >>> local host in host list - removed hosts: | |
206 | >>> eximtesthost.test.ex ip4.ip4.ip4.ip4 6 | |
207 | >>> mxt3.test.ex in "@mx_any"? yes (matched "@mx_any") | |
6968512f | 208 | >>> require: condition test succeeded in ACL "acl_rcpt_2" |
54c5ebb1 | 209 | >>> processing "accept" |
6968512f | 210 | >>> accept: condition test succeeded in ACL "acl_rcpt_2" |
54c5ebb1 PH |
211 | >>> using ACL "acl_rcpt_3" |
212 | >>> processing "require" | |
213 | >>> check domains = @mx_primary | |
214 | >>> not-exist.test.ex in hosts_treat_as_local? no (end of list) | |
215 | >>> eximtesthost.test.ex in hosts_treat_as_local? no (end of list) | |
216 | >>> local host in host list - removed hosts: | |
217 | >>> eximtesthost.test.ex ip4.ip4.ip4.ip4 6 | |
218 | >>> mxt3.test.ex in "@mx_primary"? no (end of list) | |
6968512f | 219 | >>> require: condition test failed in ACL "acl_rcpt_3" |
54c5ebb1 PH |
220 | LOG: H=[V4NET.1.1.1] F=<x@y> rejected RCPT <3@mxt3.test.ex>: domain doesn't match @mx_primary |
221 | >>> using ACL "acl_rcpt_4" | |
222 | >>> processing "require" | |
223 | >>> check domains = @mx_secondary | |
224 | >>> not-exist.test.ex in hosts_treat_as_local? no (end of list) | |
225 | >>> eximtesthost.test.ex in hosts_treat_as_local? no (end of list) | |
226 | >>> local host in host list - removed hosts: | |
227 | >>> eximtesthost.test.ex ip4.ip4.ip4.ip4 6 | |
228 | >>> mxt3.test.ex in "@mx_secondary"? yes (matched "@mx_secondary") | |
6968512f | 229 | >>> require: condition test succeeded in ACL "acl_rcpt_4" |
54c5ebb1 | 230 | >>> processing "accept" |
6968512f | 231 | >>> accept: condition test succeeded in ACL "acl_rcpt_4" |