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" |
a7538db1 | 15 | >>> end of ACL "check_recipient": ACCEPT |
54c5ebb1 PH |
16 | >>> using ACL "check_recipient" |
17 | >>> processing "accept" | |
18 | >>> check domains = +local_domains | |
19 | >>> otherhost.example.com in "test.ex : myhost.ex"? no (end of list) | |
20 | >>> otherhost.example.com in "+local_domains"? no (end of list) | |
6968512f | 21 | >>> accept: condition test failed in ACL "check_recipient" |
54c5ebb1 PH |
22 | >>> processing "accept" |
23 | >>> check domains = +relay_domains | |
24 | >>> otherhost.example.com in "*"? yes (matched "*") | |
25 | >>> otherhost.example.com in "+relay_domains"? yes (matched "+relay_domains") | |
6968512f | 26 | >>> accept: condition test succeeded in ACL "check_recipient" |
a7538db1 | 27 | >>> end of ACL "check_recipient": ACCEPT |
54c5ebb1 PH |
28 | >>> using ACL "check_recipient" |
29 | >>> processing "accept" | |
30 | >>> check domains = +local_domains | |
31 | >>> 3rdhost.example.com in "test.ex : myhost.ex"? no (end of list) | |
32 | >>> 3rdhost.example.com in "+local_domains"? no (end of list) | |
6968512f | 33 | >>> accept: condition test failed in ACL "check_recipient" |
54c5ebb1 PH |
34 | >>> processing "accept" |
35 | >>> check domains = +relay_domains | |
36 | >>> 3rdhost.example.com in "*"? yes (matched "*") | |
37 | >>> 3rdhost.example.com in "+relay_domains"? yes (matched "+relay_domains") | |
6968512f | 38 | >>> accept: condition test succeeded in ACL "check_recipient" |
a7538db1 | 39 | >>> end of ACL "check_recipient": ACCEPT |
54c5ebb1 | 40 | LOG: 10HmaX-0005vi-00 <= userx@somehost.example.com H=[V4NET.0.0.1] P=smtp S=sss |