diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-04-18 15:53:58 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-04-18 15:53:58 +0000 |
commit | 7e9fc5675c45b57ff71cd736d8489176f9463ea3 (patch) | |
tree | 785707e51b705f5f071be992f4e00bbb704a18ff /test/stderr/9100 | |
parent | 1cce3af8c29cfa691a3e28c79227f358e5a7b3b9 (diff) |
The MySQL and Postgresql tests hadn't been run for a while and needed
updating.
Diffstat (limited to 'test/stderr/9100')
-rw-r--r-- | test/stderr/9100 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/stderr/9100 b/test/stderr/9100 index c40a84034..5070be21c 100644 --- a/test/stderr/9100 +++ b/test/stderr/9100 @@ -139,10 +139,10 @@ 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) -SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 smtp_setup_msg entered SMTP<< mail from:<a@b> -SMTP>> 250 OK
+SMTP>> 250 OK SMTP<< rcpt to:<c@d> using ACL "check_recipient" processing "accept" @@ -168,11 +168,11 @@ host in "+relay_hosts"? no (end of list) accept: condition test failed processing "deny" deny: condition test succeeded -SMTP>> 550 relay not permitted
+SMTP>> 550 relay not permitted LOG: MAIN REJECT H=[10.0.0.0] F=<a@b> rejected RCPT <c@d>: relay not permitted SMTP<< quit -SMTP>> 221 myhost.test.ex closing connection
+SMTP>> 221 myhost.test.ex closing connection LOG: smtp_connection MAIN SMTP connection from [10.0.0.0] closed by QUIT search_tidyup called |