diff options
Diffstat (limited to 'test/stderr/0089')
-rw-r--r-- | test/stderr/0089 | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/test/stderr/0089 b/test/stderr/0089 new file mode 100644 index 000000000..4109b736b --- /dev/null +++ b/test/stderr/0089 @@ -0,0 +1,92 @@ +>>> host in hosts_connection_nolog? no (option unset) +>>> host in host_lookup? no (option unset) +>>> host in host_reject_connection? no (option unset) +>>> sender host name required, to match against *N-99.test.EX +>>> looking up host name for V4NET.0.0.0 +LOG: no host name found for IP address V4NET.0.0.0 +>>> host in sender_unqualified_hosts? no (failed to find host name for V4NET.0.0.0) +>>> 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) +>>> sender host name required, to match against *N-99.test.ex +>>> host in helo_accept_junk_hosts? no (failed to find host name for V4NET.0.0.0) +LOG: rejected HELO from [V4NET.0.0.0]: syntactically invalid argument(s): @#$%^&*() +>>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") +>>> abc_xyz in helo_lookup_domains? no (end of list) +>>> using ACL "check_recipient" +>>> processing "accept" +>>> check hosts = : +>>> host in ":"? no (end of list) +>>> accept: condition test failed +>>> processing "accept" +>>> check domains = +local_domains +>>> test.ex in "Test.ex : myhost.test.EX"? yes (matched "Test.ex") +>>> test.ex in "+local_domains"? yes (matched "+local_domains") +>>> accept: condition test succeeded +>>> using ACL "check_recipient" +>>> processing "accept" +>>> check hosts = : +>>> host in ":"? no (end of list) +>>> accept: condition test failed +>>> processing "accept" +>>> check domains = +local_domains +>>> else.where in "Test.ex : myhost.test.EX"? no (end of list) +>>> else.where in "+local_domains"? no (end of list) +>>> accept: condition test failed +>>> processing "accept" +>>> check domains = +relay_domains +>>> else.where in "Test.ex : Relay.one.ex"? no (end of list) +>>> else.where in "+relay_domains"? no (end of list) +>>> accept: condition test failed +>>> processing "deny" +>>> deny: condition test succeeded +LOG: H=(abc_xyz) [V4NET.0.0.0] F=<userx@cus.cam.ac.uk> rejected RCPT <userx@else.where>: relay not permitted +>>> host in hosts_connection_nolog? no (option unset) +>>> host in host_lookup? no (option unset) +>>> host in host_reject_connection? no (option unset) +>>> sender host name required, to match against *N-99.test.EX +>>> looking up host name for V4NET.0.0.99 +>>> IP address lookup yielded ten-99.test.ex +MUNGED: ::1 will be omitted in what follows +>>> get[host|ipnode]byname[2] looked up these IP addresses: +>>> name=ten-99.test.ex address=V4NET.0.0.99 +>>> checking addresses for ten-99.test.ex +>>> V4NET.0.0.99 OK +>>> host in sender_unqualified_hosts? yes (matched "*N-99.test.EX") +>>> 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? yes (matched "*N-99.test.ex") +>>> using ACL "check_recipient" +>>> processing "accept" +>>> check hosts = : +>>> host in ":"? no (end of list) +>>> accept: condition test failed +>>> processing "accept" +>>> check domains = +local_domains +>>> relay.one.ex in "Test.ex : myhost.test.EX"? no (end of list) +>>> relay.one.ex in "+local_domains"? no (end of list) +>>> accept: condition test failed +>>> processing "accept" +>>> check domains = +relay_domains +>>> relay.one.ex in "Test.ex : Relay.one.ex"? yes (matched "Relay.one.ex") +>>> relay.one.ex in "+relay_domains"? yes (matched "+relay_domains") +>>> accept: condition test succeeded +>>> using ACL "check_recipient" +>>> processing "accept" +>>> check hosts = : +>>> host in ":"? no (end of list) +>>> accept: condition test failed +>>> processing "accept" +>>> check domains = +local_domains +>>> relay.two.ex in "Test.ex : myhost.test.EX"? no (end of list) +>>> relay.two.ex in "+local_domains"? no (end of list) +>>> accept: condition test failed +>>> processing "accept" +>>> check domains = +relay_domains +>>> relay.two.ex in "Test.ex : Relay.one.ex"? no (end of list) +>>> relay.two.ex in "+relay_domains"? no (end of list) +>>> accept: condition test failed +>>> processing "deny" +>>> deny: condition test succeeded +LOG: H=ten-99.test.ex (@#$%^&*()) [V4NET.0.0.99] F=<root@myhost.test.ex> rejected RCPT <yy@relay.two.ex>: relay not permitted |