blob: 5e4fbe08ebbfba2c76ee438356cf52d4daa69458 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
>>> host in hosts_connection_nolog? no (option unset)
>>> host in host_lookup? no (option unset)
>>> host in host_reject_connection? no (option unset)
>>> host in sender_unqualified_hosts? no (option unset)
>>> host in recipient_unqualified_hosts? no (option unset)
>>> host in helo_verify_hosts? no (option unset)
>>> host in helo_try_verify_hosts? no (option unset)
>>> host in helo_accept_junk_hosts? no (option unset)
>>> test1 in helo_lookup_domains?
>>> list element: @
>>> list element: @[]
>>> test1 in helo_lookup_domains? no (end of list)
>>> host in dsn_advertise_hosts? no (option unset)
>>> host in pipelining_advertise_hosts?
>>> list element: *
>>> host in pipelining_advertise_hosts? yes (matched "*")
>>> host in chunking_advertise_hosts?
>>> host in chunking_advertise_hosts? no (end of list)
>>> using ACL "check_acl_smtp_rcpt"
>>> processing "accept" (TESTSUITE/test-config 11)
>>> check set acl_m_empty =
>>> check set acl_m0 = $acl_c_empty
>>> =
>>> accept: condition test succeeded in ACL "check_acl_smtp_rcpt"
>>> end of ACL "check_acl_smtp_rcpt": ACCEPT
>>> host in hosts_connection_nolog? no (option unset)
>>> host in host_lookup? no (option unset)
>>> host in host_reject_connection? no (option unset)
>>> host in sender_unqualified_hosts? no (option unset)
>>> host in recipient_unqualified_hosts? no (option unset)
>>> host in helo_verify_hosts? no (option unset)
>>> host in helo_try_verify_hosts? no (option unset)
>>> host in helo_accept_junk_hosts? no (option unset)
>>> test2 in helo_lookup_domains?
>>> list element: @
>>> list element: @[]
>>> test2 in helo_lookup_domains? no (end of list)
>>> host in dsn_advertise_hosts? no (option unset)
>>> host in pipelining_advertise_hosts?
>>> list element: *
>>> host in pipelining_advertise_hosts? yes (matched "*")
>>> host in chunking_advertise_hosts?
>>> host in chunking_advertise_hosts? no (end of list)
>>> using ACL "check_acl_smtp_rcpt"
>>> processing "accept" (TESTSUITE/test-config 11)
>>> check set acl_m_empty =
>>> check set acl_m0 = $acl_c_empty${hexquote:A}
>>> = A
>>> accept: condition test succeeded in ACL "check_acl_smtp_rcpt"
>>> end of ACL "check_acl_smtp_rcpt": ACCEPT
>>> host in hosts_connection_nolog? no (option unset)
>>> host in host_lookup? no (option unset)
>>> host in host_reject_connection? no (option unset)
>>> host in sender_unqualified_hosts? no (option unset)
>>> host in recipient_unqualified_hosts? no (option unset)
>>> host in helo_verify_hosts? no (option unset)
>>> host in helo_try_verify_hosts? no (option unset)
>>> host in helo_accept_junk_hosts? no (option unset)
>>> test3 in helo_lookup_domains?
>>> list element: @
>>> list element: @[]
>>> test3 in helo_lookup_domains? no (end of list)
>>> host in dsn_advertise_hosts? no (option unset)
>>> host in pipelining_advertise_hosts?
>>> list element: *
>>> host in pipelining_advertise_hosts? yes (matched "*")
>>> host in chunking_advertise_hosts?
>>> host in chunking_advertise_hosts? no (end of list)
>>> using ACL "check_acl_smtp_rcpt"
>>> processing "accept" (TESTSUITE/test-config 11)
>>> check set acl_m_empty =
>>> check set acl_m0 = $acl_c_empty${listquote{:}{A}}
>>> = A
>>> accept: condition test succeeded in ACL "check_acl_smtp_rcpt"
>>> end of ACL "check_acl_smtp_rcpt": ACCEPT
|