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/0394 | |
parent | f767aaae1638df676a05699edf1f614cae351af2 (diff) |
More test commits.
Diffstat (limited to 'test/stderr/0394')
-rw-r--r-- | test/stderr/0394 | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/test/stderr/0394 b/test/stderr/0394 new file mode 100644 index 000000000..05e7714a8 --- /dev/null +++ b/test/stderr/0394 @@ -0,0 +1,80 @@ +>>> host in hosts_connection_nolog? no (option unset) +>>> host in host_lookup? yes (matched "*") +>>> looking up host name for V4NET.255.255.255 +>>> IP address lookup yielded an empty name: treated as non-existent host name +LOG: no host name found for IP address V4NET.255.255.255 +>>> 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 "connect" +>>> processing "require" +>>> check verify = reverse_host_lookup +>>> require: condition test failed +LOG: H=[V4NET.255.255.255] rejected connection in "connect" ACL: host lookup failed (failed to find host name from IP address) +>>> host in hosts_connection_nolog? no (option unset) +>>> host in host_lookup? yes (matched "*") +>>> looking up host name for V4NET.255.255.255 +>>> IP address lookup yielded an empty name: treated as non-existent host name +LOG: no host name found for IP address V4NET.255.255.255 +>>> 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 "connect" +>>> processing "require" +>>> check verify = reverse_host_lookup/defer_ok +>>> require: condition test error +LOG: H=[V4NET.255.255.255] temporarily rejected connection in "connect" ACL: unexpected '/' found in "reverse_host_lookup/defer_ok" (this verify item has no options) +>>> host in hosts_connection_nolog? no (option unset) +>>> host in host_lookup? yes (matched "*") +>>> looking up host name for V4NET.255.255.255 +>>> IP address lookup yielded an empty name: treated as non-existent host name +LOG: no host name found for IP address V4NET.255.255.255 +>>> 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 "connect" +>>> processing "require" +>>> check verify = certificate/defer_ok +>>> require: condition test error +LOG: H=[V4NET.255.255.255] temporarily rejected connection in "connect" ACL: unexpected '/' found in "certificate/defer_ok" (this verify item has no options) +>>> host in hosts_connection_nolog? no (option unset) +>>> host in host_lookup? yes (matched "*") +>>> looking up host name for V4NET.255.255.255 +>>> IP address lookup yielded an empty name: treated as non-existent host name +LOG: no host name found for IP address V4NET.255.255.255 +>>> 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 "connect" +>>> processing "require" +>>> check verify = helo/defer_ok +>>> require: condition test error +LOG: H=[V4NET.255.255.255] temporarily rejected connection in "connect" ACL: unexpected '/' found in "helo/defer_ok" (this verify item has no options) +>>> host in hosts_connection_nolog? no (option unset) +>>> host in host_lookup? yes (matched "*") +>>> looking up host name for V4NET.255.255.255 +>>> IP address lookup yielded an empty name: treated as non-existent host name +LOG: no host name found for IP address V4NET.255.255.255 +>>> 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 "connect" +>>> processing "require" +>>> check verify = header_syntax/defer_ok +>>> require: condition test error +LOG: H=[V4NET.255.255.255] temporarily rejected connection in "connect" ACL: unexpected '/' found in "header_syntax/defer_ok" (this verify item has no options) |