diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-28 12:42:47 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-28 12:42:47 +0000 |
commit | 382afc6ba69545d52398da6b437e487aa23f185d (patch) | |
tree | 5854c3f9832ebfd31191c10fdce85ab224359a7e /test/stdout/0215 | |
parent | 30dba1e609d941013dc8421de5104dad387ac5b1 (diff) |
Add authenticated_sender_force to the smtp transport.
Diffstat (limited to 'test/stdout/0215')
-rw-r--r-- | test/stdout/0215 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/test/stdout/0215 b/test/stdout/0215 index a562016e0..d6d06cfe6 100644 --- a/test/stdout/0215 +++ b/test/stdout/0215 @@ -217,3 +217,27 @@ This is a test message. QUIT 250 OK End of script +Listening on port 1224 ... +Connection request from [127.0.0.1] +220 ESMTP +LHLO myhost.test.ex +250 OK +MAIL FROM:<CALLER@myhost.test.ex> +250 Sender OK +RCPT TO:<userx@myhost.test.ex> +450 LATER +QUIT +250 OK +End of script +Listening on port 1224 ... +Connection request from [127.0.0.1] +220 ESMTP +LHLO myhost.test.ex +250 OK +MAIL FROM:<CALLER@myhost.test.ex> AUTH=xxx@yyy +250 Sender OK +RCPT TO:<userx@myhost.test.ex> +450 LATER +QUIT +250 OK +End of script |