Debug: config file name & line number for each ACL verb
[exim.git] / test / stderr / 0041
CommitLineData
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)
c39b93a6 5>>> host in recipient_unqualified_hosts? no (end of list)
54c5ebb1
PH
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 "*")
4f6ae5c3 10>>> using ACL "check_vrfy"
9e160d81 11>>> processing "deny" (TESTSUITE/test-config 22)
4f6ae5c3
JH
12>>> check local_parts = hardfail
13>>> userx in "hardfail"? no (end of list)
14>>> deny: condition test failed in ACL "check_vrfy"
9e160d81 15>>> processing "accept" (TESTSUITE/test-config 24)
c39b93a6
JH
16>>> check local_parts = acceptable
17>>> userx in "acceptable"? no (end of list)
18>>> accept: condition test failed in ACL "check_vrfy"
9e160d81 19>>> processing "accept" (TESTSUITE/test-config 25)
c39b93a6
JH
20>>> check local_parts = ok_with_dom
21>>> userx in "ok_with_dom"? no (end of list)
22>>> accept: condition test failed in ACL "check_vrfy"
4f6ae5c3 23>>> end of ACL "check_vrfy": implicit DENY
54c5ebb1 24LOG: H=[1.1.1.1] rejected VRFY userx@test.ex
4f6ae5c3 25>>> using ACL "check_vrfy"
9e160d81 26>>> processing "deny" (TESTSUITE/test-config 22)
4f6ae5c3
JH
27>>> check local_parts = hardfail
28>>> hardfail in "hardfail"? yes (matched "hardfail")
29>>> message: 599 custom reject
30>>> deny: condition test succeeded in ACL "check_vrfy"
31>>> end of ACL "check_vrfy": DENY
32LOG: H=[1.1.1.1] rejected VRFY hardfail@test.ex: 599 custom reject
c39b93a6 33>>> using ACL "check_vrfy"
9e160d81 34>>> processing "deny" (TESTSUITE/test-config 22)
c39b93a6
JH
35>>> check local_parts = hardfail
36>>> ok_with_dom in "hardfail"? no (end of list)
37>>> deny: condition test failed in ACL "check_vrfy"
9e160d81 38>>> processing "accept" (TESTSUITE/test-config 24)
c39b93a6
JH
39>>> check local_parts = acceptable
40>>> ok_with_dom in "acceptable"? no (end of list)
41>>> accept: condition test failed in ACL "check_vrfy"
9e160d81 42>>> processing "accept" (TESTSUITE/test-config 25)
c39b93a6
JH
43>>> check local_parts = ok_with_dom
44>>> ok_with_dom in "ok_with_dom"? yes (matched "ok_with_dom")
45>>> check domains = test.ex
46>>> test.ex in "test.ex"? yes (matched "test.ex")
47>>> accept: condition test succeeded in ACL "check_vrfy"
48>>> end of ACL "check_vrfy": ACCEPT
49>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
50>>> routing ok_with_dom@test.ex
51>>> calling system_aliases router
52>>> system_aliases router declined for ok_with_dom@test.ex
53>>> ok_with_dom in "userx : ok_with_dom : acceptable"? yes (matched "ok_with_dom")
54>>> calling localuser router
55>>> routed by localuser router
54c5ebb1 56>>> using ACL "check_expn"
9e160d81 57>>> processing "accept" (TESTSUITE/test-config 29)
54c5ebb1
PH
58>>> check hosts = 2.2.2.2
59>>> host in "2.2.2.2"? no (end of list)
6968512f 60>>> accept: condition test failed in ACL "check_expn"
54c5ebb1
PH
61>>> end of ACL "check_expn": implicit DENY
62LOG: H=[1.1.1.1] rejected EXPN postmaster
63>>> host in hosts_connection_nolog? no (option unset)
64>>> host in host_lookup? no (option unset)
65>>> host in host_reject_connection? no (option unset)
66>>> host in sender_unqualified_hosts? no (option unset)
c39b93a6
JH
67>>> host in recipient_unqualified_hosts? yes (matched "3.3.3.3")
68>>> host in helo_verify_hosts? no (option unset)
69>>> host in helo_try_verify_hosts? no (option unset)
70>>> host in helo_accept_junk_hosts? no (option unset)
71>>> host in smtp_accept_max_nonmail_hosts? yes (matched "*")
72>>> using ACL "check_vrfy"
9e160d81 73>>> processing "deny" (TESTSUITE/test-config 22)
c39b93a6
JH
74>>> check local_parts = hardfail
75>>> acceptable in "hardfail"? no (end of list)
76>>> deny: condition test failed in ACL "check_vrfy"
9e160d81 77>>> processing "accept" (TESTSUITE/test-config 24)
c39b93a6
JH
78>>> check local_parts = acceptable
79>>> acceptable in "acceptable"? yes (matched "acceptable")
80>>> accept: condition test succeeded in ACL "check_vrfy"
81>>> end of ACL "check_vrfy": ACCEPT
82>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
83>>> routing acceptable@test.ex
84>>> calling system_aliases router
85>>> system_aliases router declined for acceptable@test.ex
86>>> acceptable in "userx : ok_with_dom : acceptable"? yes (matched "acceptable")
87>>> calling localuser router
88>>> routed by localuser router
89>>> host in hosts_connection_nolog? no (option unset)
90>>> host in host_lookup? no (option unset)
91>>> host in host_reject_connection? no (option unset)
92>>> host in sender_unqualified_hosts? no (option unset)
93>>> host in recipient_unqualified_hosts? no (end of list)
54c5ebb1
PH
94>>> host in helo_verify_hosts? no (option unset)
95>>> host in helo_try_verify_hosts? no (option unset)
96>>> host in helo_accept_junk_hosts? no (option unset)
97>>> host in smtp_accept_max_nonmail_hosts? yes (matched "*")
98>>> using ACL "check_expn"
9e160d81 99>>> processing "accept" (TESTSUITE/test-config 29)
54c5ebb1
PH
100>>> check hosts = 2.2.2.2
101>>> host in "2.2.2.2"? yes (matched "2.2.2.2")
6968512f 102>>> accept: condition test succeeded in ACL "check_expn"
a7538db1 103>>> end of ACL "check_expn": ACCEPT
54c5ebb1
PH
104>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
105>>> routing list@test.ex
106>>> calling system_aliases router
107>>> routed by system_aliases router