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 "check_recipient" | |
10 | >>> processing "accept" | |
11 | >>> check domains = +local_domains | |
12 | >>> test.ex in "test.ex : myhost.ex"? yes (matched "test.ex") | |
13 | >>> test.ex in "+local_domains"? yes (matched "+local_domains") | |
6968512f | 14 | >>> accept: condition test succeeded in ACL "check_recipient" |
54c5ebb1 PH |
15 | >>> using ACL "check_recipient" |
16 | >>> processing "accept" | |
17 | >>> check domains = +local_domains | |
18 | >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) | |
19 | >>> anotherhost.example.com in "+local_domains"? no (end of list) | |
6968512f | 20 | >>> accept: condition test failed in ACL "check_recipient" |
54c5ebb1 PH |
21 | >>> processing "accept" |
22 | >>> check domains = +relay_domains | |
23 | >>> anotherhost.example.com in "test.ex"? no (end of list) | |
24 | >>> anotherhost.example.com in "+relay_domains"? no (end of list) | |
6968512f | 25 | >>> accept: condition test failed in ACL "check_recipient" |
54c5ebb1 PH |
26 | >>> processing "accept" |
27 | >>> check hosts = +relay_hosts | |
28 | MUNGED: ::1 will be omitted in what follows | |
29 | >>> get[host|ipnode]byname[2] looked up these IP addresses: | |
30 | >>> name=ten-1.test.ex address=V4NET.0.0.1 | |
31 | >>> host in "! V4NET.255.0.1 : !V4NET.255.0.2 : !TESTSUITE/aux-var/0060.d1 : ! TESTSUITE/aux-var/0060.d2 : ten-1.test.ex : ten-5-6.test.ex"? yes (matched "ten-1.test.ex") | |
32 | >>> host in "+relay_hosts"? yes (matched "+relay_hosts") | |
6968512f | 33 | >>> accept: condition test succeeded in ACL "check_recipient" |
54c5ebb1 PH |
34 | LOG: 10HmaX-0005vi-00 <= userx@somehost.example.com H=[V4NET.0.0.1] P=smtp S=sss |
35 | >>> host in hosts_connection_nolog? no (option unset) | |
36 | >>> host in host_lookup? no (option unset) | |
37 | >>> host in host_reject_connection? no (option unset) | |
38 | >>> host in sender_unqualified_hosts? no (option unset) | |
39 | >>> host in recipient_unqualified_hosts? no (option unset) | |
40 | >>> host in helo_verify_hosts? no (option unset) | |
41 | >>> host in helo_try_verify_hosts? no (option unset) | |
42 | >>> host in helo_accept_junk_hosts? no (option unset) | |
43 | >>> using ACL "check_recipient" | |
44 | >>> processing "accept" | |
45 | >>> check domains = +local_domains | |
46 | >>> test.ex in "test.ex : myhost.ex"? yes (matched "test.ex") | |
47 | >>> test.ex in "+local_domains"? yes (matched "+local_domains") | |
6968512f | 48 | >>> accept: condition test succeeded in ACL "check_recipient" |
54c5ebb1 PH |
49 | >>> using ACL "check_recipient" |
50 | >>> processing "accept" | |
51 | >>> check domains = +local_domains | |
52 | >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) | |
53 | >>> anotherhost.example.com in "+local_domains"? no (end of list) | |
6968512f | 54 | >>> accept: condition test failed in ACL "check_recipient" |
54c5ebb1 PH |
55 | >>> processing "accept" |
56 | >>> check domains = +relay_domains | |
57 | >>> anotherhost.example.com in "test.ex"? no (end of list) | |
58 | >>> anotherhost.example.com in "+relay_domains"? no (end of list) | |
6968512f | 59 | >>> accept: condition test failed in ACL "check_recipient" |
54c5ebb1 PH |
60 | >>> processing "accept" |
61 | >>> check hosts = +relay_hosts | |
62 | MUNGED: ::1 will be omitted in what follows | |
63 | >>> get[host|ipnode]byname[2] looked up these IP addresses: | |
64 | >>> name=ten-1.test.ex address=V4NET.0.0.1 | |
65 | MUNGED: ::1 will be omitted in what follows | |
66 | >>> get[host|ipnode]byname[2] looked up these IP addresses: | |
67 | >>> name=ten-5-6.test.ex address=V4NET.0.0.5 | |
68 | >>> name=ten-5-6.test.ex address=V4NET.0.0.6 | |
69 | >>> host in "! V4NET.255.0.1 : !V4NET.255.0.2 : !TESTSUITE/aux-var/0060.d1 : ! TESTSUITE/aux-var/0060.d2 : ten-1.test.ex : ten-5-6.test.ex"? no (end of list) | |
70 | >>> host in "+relay_hosts"? no (end of list) | |
6968512f | 71 | >>> accept: condition test failed in ACL "check_recipient" |
54c5ebb1 | 72 | >>> processing "deny" |
6968512f | 73 | >>> deny: condition test succeeded in ACL "check_recipient" |
54c5ebb1 PH |
74 | LOG: H=[V4NET.0.0.2] F=<userx@somehost.example.com> rejected RCPT <userx@anotherhost.example.com>: relay not permitted |
75 | LOG: 10HmaY-0005vi-00 <= userx@somehost.example.com H=[V4NET.0.0.2] P=smtp S=sss | |
76 | >>> host in hosts_connection_nolog? no (option unset) | |
77 | >>> host in host_lookup? no (option unset) | |
78 | >>> host in host_reject_connection? no (option unset) | |
79 | >>> host in sender_unqualified_hosts? no (option unset) | |
80 | >>> host in recipient_unqualified_hosts? no (option unset) | |
81 | >>> host in helo_verify_hosts? no (option unset) | |
82 | >>> host in helo_try_verify_hosts? no (option unset) | |
83 | >>> host in helo_accept_junk_hosts? no (option unset) | |
84 | >>> using ACL "check_recipient" | |
85 | >>> processing "accept" | |
86 | >>> check domains = +local_domains | |
87 | >>> test.ex in "test.ex : myhost.ex"? yes (matched "test.ex") | |
88 | >>> test.ex in "+local_domains"? yes (matched "+local_domains") | |
6968512f | 89 | >>> accept: condition test succeeded in ACL "check_recipient" |
54c5ebb1 PH |
90 | >>> using ACL "check_recipient" |
91 | >>> processing "accept" | |
92 | >>> check domains = +local_domains | |
93 | >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) | |
94 | >>> anotherhost.example.com in "+local_domains"? no (end of list) | |
6968512f | 95 | >>> accept: condition test failed in ACL "check_recipient" |
54c5ebb1 PH |
96 | >>> processing "accept" |
97 | >>> check domains = +relay_domains | |
98 | >>> anotherhost.example.com in "test.ex"? no (end of list) | |
99 | >>> anotherhost.example.com in "+relay_domains"? no (end of list) | |
6968512f | 100 | >>> accept: condition test failed in ACL "check_recipient" |
54c5ebb1 PH |
101 | >>> processing "accept" |
102 | >>> check hosts = +relay_hosts | |
103 | MUNGED: ::1 will be omitted in what follows | |
104 | >>> get[host|ipnode]byname[2] looked up these IP addresses: | |
105 | >>> name=ten-1.test.ex address=V4NET.0.0.1 | |
106 | MUNGED: ::1 will be omitted in what follows | |
107 | >>> get[host|ipnode]byname[2] looked up these IP addresses: | |
108 | >>> name=ten-5-6.test.ex address=V4NET.0.0.5 | |
109 | >>> name=ten-5-6.test.ex address=V4NET.0.0.6 | |
110 | >>> host in "! V4NET.255.0.1 : !V4NET.255.0.2 : !TESTSUITE/aux-var/0060.d1 : ! TESTSUITE/aux-var/0060.d2 : ten-1.test.ex : ten-5-6.test.ex"? yes (matched "ten-5-6.test.ex") | |
111 | >>> host in "+relay_hosts"? yes (matched "+relay_hosts") | |
6968512f | 112 | >>> accept: condition test succeeded in ACL "check_recipient" |
54c5ebb1 PH |
113 | LOG: 10HmaZ-0005vi-00 <= userx@somehost.example.com H=[V4NET.0.0.5] P=smtp S=sss |
114 | >>> host in hosts_connection_nolog? no (option unset) | |
115 | >>> host in host_lookup? no (option unset) | |
116 | >>> host in host_reject_connection? no (option unset) | |
117 | >>> host in sender_unqualified_hosts? no (option unset) | |
118 | >>> host in recipient_unqualified_hosts? no (option unset) | |
119 | >>> host in helo_verify_hosts? no (option unset) | |
120 | >>> host in helo_try_verify_hosts? no (option unset) | |
121 | >>> host in helo_accept_junk_hosts? no (option unset) | |
122 | >>> using ACL "check_recipient" | |
123 | >>> processing "accept" | |
124 | >>> check domains = +local_domains | |
125 | >>> test.ex in "test.ex : myhost.ex"? yes (matched "test.ex") | |
126 | >>> test.ex in "+local_domains"? yes (matched "+local_domains") | |
6968512f | 127 | >>> accept: condition test succeeded in ACL "check_recipient" |
54c5ebb1 PH |
128 | >>> using ACL "check_recipient" |
129 | >>> processing "accept" | |
130 | >>> check domains = +local_domains | |
131 | >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) | |
132 | >>> anotherhost.example.com in "+local_domains"? no (end of list) | |
6968512f | 133 | >>> accept: condition test failed in ACL "check_recipient" |
54c5ebb1 PH |
134 | >>> processing "accept" |
135 | >>> check domains = +relay_domains | |
136 | >>> anotherhost.example.com in "test.ex"? no (end of list) | |
137 | >>> anotherhost.example.com in "+relay_domains"? no (end of list) | |
6968512f | 138 | >>> accept: condition test failed in ACL "check_recipient" |
54c5ebb1 PH |
139 | >>> processing "accept" |
140 | >>> check hosts = +relay_hosts | |
141 | MUNGED: ::1 will be omitted in what follows | |
142 | >>> get[host|ipnode]byname[2] looked up these IP addresses: | |
143 | >>> name=ten-1.test.ex address=V4NET.0.0.1 | |
144 | MUNGED: ::1 will be omitted in what follows | |
145 | >>> get[host|ipnode]byname[2] looked up these IP addresses: | |
146 | >>> name=ten-5-6.test.ex address=V4NET.0.0.5 | |
147 | >>> name=ten-5-6.test.ex address=V4NET.0.0.6 | |
148 | >>> host in "! V4NET.255.0.1 : !V4NET.255.0.2 : !TESTSUITE/aux-var/0060.d1 : ! TESTSUITE/aux-var/0060.d2 : ten-1.test.ex : ten-5-6.test.ex"? yes (matched "ten-5-6.test.ex") | |
149 | >>> host in "+relay_hosts"? yes (matched "+relay_hosts") | |
6968512f | 150 | >>> accept: condition test succeeded in ACL "check_recipient" |
54c5ebb1 PH |
151 | LOG: 10HmbA-0005vi-00 <= userx@somehost.example.com H=[V4NET.0.0.6] P=smtp S=sss |
152 | >>> host in hosts_connection_nolog? no (option unset) | |
153 | >>> host in host_lookup? no (option unset) | |
154 | >>> host in host_reject_connection? no (option unset) | |
155 | >>> host in sender_unqualified_hosts? no (option unset) | |
156 | >>> host in recipient_unqualified_hosts? no (option unset) | |
157 | >>> host in helo_verify_hosts? no (option unset) | |
158 | >>> host in helo_try_verify_hosts? no (option unset) | |
159 | >>> host in helo_accept_junk_hosts? no (option unset) | |
160 | >>> using ACL "check_recipient" | |
161 | >>> processing "accept" | |
162 | >>> check domains = +local_domains | |
163 | >>> test.ex in "test.ex : myhost.ex"? yes (matched "test.ex") | |
164 | >>> test.ex in "+local_domains"? yes (matched "+local_domains") | |
6968512f | 165 | >>> accept: condition test succeeded in ACL "check_recipient" |
54c5ebb1 PH |
166 | >>> using ACL "check_recipient" |
167 | >>> processing "accept" | |
168 | >>> check domains = +local_domains | |
169 | >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) | |
170 | >>> anotherhost.example.com in "+local_domains"? no (end of list) | |
6968512f | 171 | >>> accept: condition test failed in ACL "check_recipient" |
54c5ebb1 PH |
172 | >>> processing "accept" |
173 | >>> check domains = +relay_domains | |
174 | >>> anotherhost.example.com in "test.ex"? no (end of list) | |
175 | >>> anotherhost.example.com in "+relay_domains"? no (end of list) | |
6968512f | 176 | >>> accept: condition test failed in ACL "check_recipient" |
54c5ebb1 PH |
177 | >>> processing "accept" |
178 | >>> check hosts = +relay_hosts | |
179 | >>> host in "! V4NET.255.0.1 : !V4NET.255.0.2 : !TESTSUITE/aux-var/0060.d1 : ! TESTSUITE/aux-var/0060.d2 : ten-1.test.ex : ten-5-6.test.ex"? no (matched "! V4NET.255.0.1") | |
180 | >>> host in "+relay_hosts"? no (end of list) | |
6968512f | 181 | >>> accept: condition test failed in ACL "check_recipient" |
54c5ebb1 | 182 | >>> processing "deny" |
6968512f | 183 | >>> deny: condition test succeeded in ACL "check_recipient" |
54c5ebb1 PH |
184 | LOG: H=[V4NET.255.0.1] F=<userx@somehost.example.com> rejected RCPT <userx@anotherhost.example.com>: relay not permitted |
185 | LOG: 10HmbB-0005vi-00 <= userx@somehost.example.com H=[V4NET.255.0.1] P=smtp S=sss | |
186 | >>> host in hosts_connection_nolog? no (option unset) | |
187 | >>> host in host_lookup? no (option unset) | |
188 | >>> host in host_reject_connection? no (option unset) | |
189 | >>> host in sender_unqualified_hosts? no (option unset) | |
190 | >>> host in recipient_unqualified_hosts? no (option unset) | |
191 | >>> host in helo_verify_hosts? no (option unset) | |
192 | >>> host in helo_try_verify_hosts? no (option unset) | |
193 | >>> host in helo_accept_junk_hosts? no (option unset) | |
194 | >>> using ACL "check_recipient" | |
195 | >>> processing "accept" | |
196 | >>> check domains = +local_domains | |
197 | >>> test.ex in "test.ex : myhost.ex"? yes (matched "test.ex") | |
198 | >>> test.ex in "+local_domains"? yes (matched "+local_domains") | |
6968512f | 199 | >>> accept: condition test succeeded in ACL "check_recipient" |
54c5ebb1 PH |
200 | >>> using ACL "check_recipient" |
201 | >>> processing "accept" | |
202 | >>> check domains = +local_domains | |
203 | >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) | |
204 | >>> anotherhost.example.com in "+local_domains"? no (end of list) | |
6968512f | 205 | >>> accept: condition test failed in ACL "check_recipient" |
54c5ebb1 PH |
206 | >>> processing "accept" |
207 | >>> check domains = +relay_domains | |
208 | >>> anotherhost.example.com in "test.ex"? no (end of list) | |
209 | >>> anotherhost.example.com in "+relay_domains"? no (end of list) | |
6968512f | 210 | >>> accept: condition test failed in ACL "check_recipient" |
54c5ebb1 PH |
211 | >>> processing "accept" |
212 | >>> check hosts = +relay_hosts | |
213 | >>> host in "! V4NET.255.0.1 : !V4NET.255.0.2 : !TESTSUITE/aux-var/0060.d1 : ! TESTSUITE/aux-var/0060.d2 : ten-1.test.ex : ten-5-6.test.ex"? no (matched "!V4NET.255.0.2") | |
214 | >>> host in "+relay_hosts"? no (end of list) | |
6968512f | 215 | >>> accept: condition test failed in ACL "check_recipient" |
54c5ebb1 | 216 | >>> processing "deny" |
6968512f | 217 | >>> deny: condition test succeeded in ACL "check_recipient" |
54c5ebb1 PH |
218 | LOG: H=[V4NET.255.0.2] F=<userx@somehost.example.com> rejected RCPT <userx@anotherhost.example.com>: relay not permitted |
219 | LOG: 10HmbC-0005vi-00 <= userx@somehost.example.com H=[V4NET.255.0.2] P=smtp S=sss | |
220 | >>> host in hosts_connection_nolog? no (option unset) | |
221 | >>> host in host_lookup? no (option unset) | |
222 | >>> host in host_reject_connection? no (option unset) | |
223 | >>> host in sender_unqualified_hosts? no (option unset) | |
224 | >>> host in recipient_unqualified_hosts? no (option unset) | |
225 | >>> host in helo_verify_hosts? no (option unset) | |
226 | >>> host in helo_try_verify_hosts? no (option unset) | |
227 | >>> host in helo_accept_junk_hosts? no (option unset) | |
228 | >>> using ACL "check_recipient" | |
229 | >>> processing "accept" | |
230 | >>> check domains = +local_domains | |
231 | >>> test.ex in "test.ex : myhost.ex"? yes (matched "test.ex") | |
232 | >>> test.ex in "+local_domains"? yes (matched "+local_domains") | |
6968512f | 233 | >>> accept: condition test succeeded in ACL "check_recipient" |
54c5ebb1 PH |
234 | >>> using ACL "check_recipient" |
235 | >>> processing "accept" | |
236 | >>> check domains = +local_domains | |
237 | >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) | |
238 | >>> anotherhost.example.com in "+local_domains"? no (end of list) | |
6968512f | 239 | >>> accept: condition test failed in ACL "check_recipient" |
54c5ebb1 PH |
240 | >>> processing "accept" |
241 | >>> check domains = +relay_domains | |
242 | >>> anotherhost.example.com in "test.ex"? no (end of list) | |
243 | >>> anotherhost.example.com in "+relay_domains"? no (end of list) | |
6968512f | 244 | >>> accept: condition test failed in ACL "check_recipient" |
54c5ebb1 PH |
245 | >>> processing "accept" |
246 | >>> check hosts = +relay_hosts | |
247 | >>> host in "! V4NET.255.0.1 : !V4NET.255.0.2 : !TESTSUITE/aux-var/0060.d1 : ! TESTSUITE/aux-var/0060.d2 : ten-1.test.ex : ten-5-6.test.ex"? no (matched "V4NET.255.0.3" in TESTSUITE/aux-var/0060.d1) | |
248 | >>> host in "+relay_hosts"? no (end of list) | |
6968512f | 249 | >>> accept: condition test failed in ACL "check_recipient" |
54c5ebb1 | 250 | >>> processing "deny" |
6968512f | 251 | >>> deny: condition test succeeded in ACL "check_recipient" |
54c5ebb1 PH |
252 | LOG: H=[V4NET.255.0.3] F=<userx@somehost.example.com> rejected RCPT <userx@anotherhost.example.com>: relay not permitted |
253 | LOG: 10HmbD-0005vi-00 <= userx@somehost.example.com H=[V4NET.255.0.3] P=smtp S=sss | |
254 | >>> host in hosts_connection_nolog? no (option unset) | |
255 | >>> host in host_lookup? no (option unset) | |
256 | >>> host in host_reject_connection? no (option unset) | |
257 | >>> host in sender_unqualified_hosts? no (option unset) | |
258 | >>> host in recipient_unqualified_hosts? no (option unset) | |
259 | >>> host in helo_verify_hosts? no (option unset) | |
260 | >>> host in helo_try_verify_hosts? no (option unset) | |
261 | >>> host in helo_accept_junk_hosts? no (option unset) | |
262 | >>> using ACL "check_recipient" | |
263 | >>> processing "accept" | |
264 | >>> check domains = +local_domains | |
265 | >>> test.ex in "test.ex : myhost.ex"? yes (matched "test.ex") | |
266 | >>> test.ex in "+local_domains"? yes (matched "+local_domains") | |
6968512f | 267 | >>> accept: condition test succeeded in ACL "check_recipient" |
54c5ebb1 PH |
268 | >>> using ACL "check_recipient" |
269 | >>> processing "accept" | |
270 | >>> check domains = +local_domains | |
271 | >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) | |
272 | >>> anotherhost.example.com in "+local_domains"? no (end of list) | |
6968512f | 273 | >>> accept: condition test failed in ACL "check_recipient" |
54c5ebb1 PH |
274 | >>> processing "accept" |
275 | >>> check domains = +relay_domains | |
276 | >>> anotherhost.example.com in "test.ex"? no (end of list) | |
277 | >>> anotherhost.example.com in "+relay_domains"? no (end of list) | |
6968512f | 278 | >>> accept: condition test failed in ACL "check_recipient" |
54c5ebb1 PH |
279 | >>> processing "accept" |
280 | >>> check hosts = +relay_hosts | |
281 | >>> host in "! V4NET.255.0.1 : !V4NET.255.0.2 : !TESTSUITE/aux-var/0060.d1 : ! TESTSUITE/aux-var/0060.d2 : ten-1.test.ex : ten-5-6.test.ex"? no (matched "V4NET.255.0.4" in TESTSUITE/aux-var/0060.d2) | |
282 | >>> host in "+relay_hosts"? no (end of list) | |
6968512f | 283 | >>> accept: condition test failed in ACL "check_recipient" |
54c5ebb1 | 284 | >>> processing "deny" |
6968512f | 285 | >>> deny: condition test succeeded in ACL "check_recipient" |
54c5ebb1 PH |
286 | LOG: H=[V4NET.255.0.4] F=<userx@somehost.example.com> rejected RCPT <userx@anotherhost.example.com>: relay not permitted |
287 | LOG: 10HmbE-0005vi-00 <= userx@somehost.example.com H=[V4NET.255.0.4] P=smtp S=sss |