diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-03-08 10:49:18 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-03-08 10:49:18 +0000 |
commit | 898d150f9aa9c796bb01117bc438b24ddb2e7435 (patch) | |
tree | 36c1f403bd00404eab6a68df4d403163ae196578 /test/stderr/3400 | |
parent | 2c5db4fd26b481bff53f546eed83d373db4f130b (diff) |
Tidies to SMTP dialogue debugging output.
Diffstat (limited to 'test/stderr/3400')
-rw-r--r-- | test/stderr/3400 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/test/stderr/3400 b/test/stderr/3400 index 573d3afee..96b099052 100644 --- a/test/stderr/3400 +++ b/test/stderr/3400 @@ -383,7 +383,7 @@ host in "10.0.0.6"? no (end of list) warn: condition test failed processing "accept" accept: condition test succeeded -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<< ehlo testing.testing testing.testing in helo_lookup_domains? no (end of list) @@ -395,22 +395,22 @@ host in "10.0.0.1"? no (end of list) host in "10.0.0.4"? no (end of list) host in "10.0.0.3 : 10.0.0.4"? no (end of list) host in auth_advertise_hosts? yes (matched "10.0.0.5") -SMTP>> 250-myhost.test.ex Hello CALLER at testing.testing [10.0.0.5]
-250-SIZE 52428800
-250-ETRN
-250-EXPN
-250-PIPELINING
-250-AUTH MYLOGIN PLAIN EXPLAIN EXPANDED EXPANDFAIL DEFER LOGIN
-250 HELP
+SMTP>> 250-myhost.test.ex Hello CALLER at testing.testing [10.0.0.5] +250-SIZE 52428800 +250-ETRN +250-EXPN +250-PIPELINING +250-AUTH MYLOGIN PLAIN EXPLAIN EXPANDED EXPANDFAIL DEFER LOGIN +250 HELP SMTP<< auth mylogin dXNlcnggc2VjcmV0 mylogin authenticator: $auth1 = userx secret $1 = userx secret +++MYLOGIN $1="userx secret" $2="" $3="" expanded string: yes -SMTP>> 235 Authentication succeeded
+SMTP>> 235 Authentication succeeded SMTP<< quit -SMTP>> 221 myhost.test.ex closing connection
+SMTP>> 221 myhost.test.ex closing connection LOG: smtp_connection MAIN SMTP connection from CALLER closed by QUIT search_tidyup called |