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 | >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") | |
10 | LOG: ETRN some.random.domain received from [1.1.1.1] | |
11 | >>> using ACL "check_etrn" | |
12 | >>> processing "deny" | |
13 | >>> check hosts = 10.9.8.7 | |
14 | >>> host in "10.9.8.7"? no (end of list) | |
6968512f | 15 | >>> deny: condition test failed in ACL "check_etrn" |
54c5ebb1 PH |
16 | >>> processing "deny" |
17 | >>> check hosts = 10.9.8.8 | |
18 | >>> host in "10.9.8.8"? no (end of list) | |
6968512f | 19 | >>> deny: condition test failed in ACL "check_etrn" |
54c5ebb1 PH |
20 | >>> processing "accept" |
21 | >>> check hosts = localhost | |
22 | MUNGED: ::1 will be omitted in what follows | |
23 | >>> get[host|ipnode]byname[2] looked up these IP addresses: | |
24 | >>> name=localhost address=127.0.0.1 | |
25 | >>> host in "localhost"? no (end of list) | |
6968512f | 26 | >>> accept: condition test failed in ACL "check_etrn" |
54c5ebb1 PH |
27 | >>> end of ACL "check_etrn": implicit DENY |
28 | LOG: H=[1.1.1.1] rejected ETRN some.random.domain | |
29 | >>> host in hosts_connection_nolog? no (option unset) | |
30 | >>> host in host_lookup? no (option unset) | |
31 | >>> host in host_reject_connection? no (option unset) | |
32 | >>> host in sender_unqualified_hosts? no (option unset) | |
33 | >>> host in recipient_unqualified_hosts? no (option unset) | |
34 | >>> host in helo_verify_hosts? no (option unset) | |
35 | >>> host in helo_try_verify_hosts? no (option unset) | |
36 | >>> host in helo_accept_junk_hosts? no (option unset) | |
37 | >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") | |
38 | LOG: ETRN some.domain received from [10.9.8.7] | |
39 | >>> using ACL "check_etrn" | |
40 | >>> processing "deny" | |
41 | >>> check hosts = 10.9.8.7 | |
42 | >>> host in "10.9.8.7"? yes (matched "10.9.8.7") | |
43 | >>> check sender_domains = some.domain | |
6968512f | 44 | >>> deny: condition test error in ACL "check_etrn" |
54c5ebb1 PH |
45 | LOG: H=[10.9.8.7] temporarily rejected ETRN some.domain: cannot test sender_domains condition in ETRN ACL |
46 | >>> host in hosts_connection_nolog? no (option unset) | |
47 | >>> host in host_lookup? no (option unset) | |
48 | >>> host in host_reject_connection? no (option unset) | |
49 | >>> host in sender_unqualified_hosts? no (option unset) | |
50 | >>> host in recipient_unqualified_hosts? no (option unset) | |
51 | >>> host in helo_verify_hosts? no (option unset) | |
52 | >>> host in helo_try_verify_hosts? no (option unset) | |
53 | >>> host in helo_accept_junk_hosts? no (option unset) | |
54 | >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") | |
55 | LOG: ETRN some.domain received from [10.9.8.8] | |
56 | >>> using ACL "check_etrn" | |
57 | >>> processing "deny" | |
58 | >>> check hosts = 10.9.8.7 | |
59 | >>> host in "10.9.8.7"? no (end of list) | |
6968512f | 60 | >>> deny: condition test failed in ACL "check_etrn" |
54c5ebb1 PH |
61 | >>> processing "deny" |
62 | >>> check hosts = 10.9.8.8 | |
63 | >>> host in "10.9.8.8"? yes (matched "10.9.8.8") | |
64 | >>> check senders = x@y | |
6968512f | 65 | >>> deny: condition test error in ACL "check_etrn" |
54c5ebb1 | 66 | LOG: H=[10.9.8.8] temporarily rejected ETRN some.domain: cannot test senders condition in ETRN ACL |