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 "connect" | |
10 | >>> processing "deny" | |
11 | >>> check dnslists = rbl.test.ex=127.0.0.2 | |
12 | >>> DNS list check: rbl.test.ex=127.0.0.2 | |
13 | >>> new DNS lookup for 1.13.13.V4NET.rbl.test.ex | |
14 | >>> DNS lookup for 1.13.13.V4NET.rbl.test.ex failed | |
15 | >>> => that means V4NET.13.13.1 is not listed at rbl.test.ex | |
16 | >>> deny: condition test failed | |
17 | >>> processing "accept" | |
18 | >>> accept: condition test succeeded | |
19 | >>> host in hosts_connection_nolog? no (option unset) | |
20 | >>> host in host_lookup? no (option unset) | |
21 | >>> host in host_reject_connection? no (option unset) | |
22 | >>> host in sender_unqualified_hosts? no (option unset) | |
23 | >>> host in recipient_unqualified_hosts? no (option unset) | |
24 | >>> host in helo_verify_hosts? no (option unset) | |
25 | >>> host in helo_try_verify_hosts? no (option unset) | |
26 | >>> host in helo_accept_junk_hosts? no (option unset) | |
27 | >>> using ACL "connect" | |
28 | >>> processing "deny" | |
29 | >>> check dnslists = rbl.test.ex=127.0.0.2 | |
30 | >>> DNS list check: rbl.test.ex=127.0.0.2 | |
31 | >>> new DNS lookup for 2.13.13.V4NET.rbl.test.ex | |
32 | >>> DNS lookup for 2.13.13.V4NET.rbl.test.ex succeeded (yielding 127.0.0.1, 127.0.0.2) | |
33 | >>> => that means V4NET.13.13.2 is listed at rbl.test.ex | |
34 | >>> deny: condition test succeeded | |
35 | LOG: H=[V4NET.13.13.2] rejected connection in "connect" ACL: dnslist_value is 127.0.0.1, 127.0.0.2 |