diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-07 10:47:28 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-07 10:47:28 +0000 |
commit | 54c5ebb14ead7439af300e9d7d9d7d2ba29ff32e (patch) | |
tree | ea480313c058c0177c784686de9189bd305d8bd1 /test/stderr/3410 | |
parent | f767aaae1638df676a05699edf1f614cae351af2 (diff) |
More test commits.
Diffstat (limited to 'test/stderr/3410')
-rw-r--r-- | test/stderr/3410 | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/test/stderr/3410 b/test/stderr/3410 new file mode 100644 index 000000000..02dc1343c --- /dev/null +++ b/test/stderr/3410 @@ -0,0 +1,76 @@ +>>> 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) +>>> using ACL "acl_5_6_9" +>>> processing "accept" +>>> check authenticated = * +>>> accept: condition test failed +>>> accept: endpass encountered - denying access +LOG: H=[5.6.9.1] F=<x@y> rejected RCPT <x@y>: You must authenticate +>>> rhu.barb in helo_lookup_domains? no (end of list) +>>> host in pipelining_advertise_hosts? yes (matched "*") +>>> host in auth_advertise_hosts? yes (matched "*") +>>> auth1 authenticator: +>>> $1 = +>>> $2 = userx +>>> $3 = secret +>>> expanded string: yes +>>> using ACL "acl_5_6_9" +>>> processing "accept" +>>> check authenticated = * +>>> auth1 in "*"? yes (matched "*") +>>> accept: condition test succeeded +>>> 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) +>>> using ACL "acl_5_6_10" +>>> processing "accept" +>>> check authenticated = auth1 +>>> accept: condition test failed +>>> end of ACL "acl_5_6_10": implicit DENY +LOG: H=[5.6.10.1] F=<x@y> rejected RCPT <x@y> +>>> rhu.barb in helo_lookup_domains? no (end of list) +>>> host in pipelining_advertise_hosts? yes (matched "*") +>>> host in auth_advertise_hosts? yes (matched "*") +>>> auth1 authenticator: +>>> $1 = +>>> $2 = userx +>>> $3 = secret +>>> expanded string: yes +>>> using ACL "acl_5_6_10" +>>> processing "accept" +>>> check authenticated = auth1 +>>> auth1 in "auth1"? yes (matched "auth1") +>>> accept: condition test succeeded +>>> 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) +>>> rhu.barb in helo_lookup_domains? no (end of list) +>>> host in pipelining_advertise_hosts? yes (matched "*") +>>> host in auth_advertise_hosts? yes (matched "*") +>>> auth2 authenticator: +>>> $1 = userx +>>> $2 = secret +>>> expanded string: yes +>>> using ACL "acl_5_6_10" +>>> processing "accept" +>>> check authenticated = auth1 +>>> auth2 in "auth1"? no (end of list) +>>> accept: condition test failed +>>> end of ACL "acl_5_6_10": implicit DENY +LOG: H=(rhu.barb) [5.6.10.1] F=<x@y> rejected RCPT <x@y> |