diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-23 12:41:22 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-23 12:41:22 +0000 |
commit | 4730f9424e0addeb902cc842508eea3f47a131ca (patch) | |
tree | 1aecf2add22e0e8206feb5ca136d626c765d294e /test/stdout/3401 | |
parent | ed72ace5f09d07c620b96efaf72d328d6e7439be (diff) |
Make server prompts available in $auth<n> when plaintext is running as a
client.
Diffstat (limited to 'test/stdout/3401')
-rw-r--r-- | test/stdout/3401 | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/test/stdout/3401 b/test/stdout/3401 index fdaf26cd6..fda6814c5 100644 --- a/test/stdout/3401 +++ b/test/stdout/3401 @@ -150,3 +150,51 @@ Date: Tue, 2 Mar 1999 09:44:33 +0000 QUIT 250 OK End of script +Listening on port 1224 ... +Connection request from [127.0.0.1] +220 ESMTP +EHLO myhost.test.ex +250-OK +250-HELP +250 AUTH LOGIN +AUTH LOGIN +334 User? +* +501 Authentication cancelled +MAIL FROM:<CALLER@myhost.test.ex> +550 Not now +QUIT +250 OK +End of script +Listening on port 1224 ... +Connection request from [127.0.0.1] +220 ESMTP +EHLO myhost.test.ex +250-OK +250-HELP +250 AUTH XLOGIN +AUTH XLOGIN +334 Y2hhbGxlbmdlLTE= +Y2hhbGxlbmdlLTE= +334 YW5vdGhlcm9uZQ== +Y2hhbGxlbmdlLTErYW5vdGhlcm9uZQ== +235 Authentication successful +MAIL FROM:<CALLER@myhost.test.ex> AUTH=CALLER@myhost.test.ex +250 Sender OK +RCPT TO:<userx@domain.com> +250 Recipient OK +DATA +354 Send data +Received: from CALLER by myhost.test.ex with local (Exim x.yz) + (envelope-from <CALLER@myhost.test.ex>) + id 10HmbI-0005vi-00 + for userx@domain.com; Tue, 2 Mar 1999 09:44:33 +0000 +Message-Id: <E10HmbI-0005vi-00@myhost.test.ex> +From: CALLER_NAME <CALLER@myhost.test.ex> +Date: Tue, 2 Mar 1999 09:44:33 +0000 + +. +250 OK +QUIT +250 OK +End of script |