ers:
>
>imapd.conf-
>proxyservers: bigadmin
>imapd.conf-----
>
>Then with telnet:
>
>1 AUTHENTICATE PLAIN
>+
>base64{bigadmin\0bigadmin\0bigadminpassword}
>1 NO authentication failure
>
>2 LOGIN bigadmin bigadminpassword
>2 OK [CAPABILITY IMAP4 IMAP4rev1
telnet:
1 AUTHENTICATE PLAIN
+
base64{bigadmin\0bigadmin\0bigadminpassword}
1 NO authentication failure
2 LOGIN bigadmin bigadminpassword
2 OK [CAPABILITY IMAP4 IMAP4rev1 LITERAL+ ID LOGINDISABLED AUTH=PLAIN
COMPRESS=DEFLATE ACL RIGHTS=kxte QUOTA MAILBOX-REFERRALS NAMESPACE UIDPLUS
On Thu, 11 Dec 2003 10:33:42 -0500 (EST) Rob Siemborski <[EMAIL PROTECTED]> wrote:
> On Thu, 11 Dec 2003, Phil Chambers wrote:
>
> > As I understand it from http://asg.web.cmu.edu/cyrus/rfc/imsp.html the IMSP server
> > should then respond with a "+" followed by a base64 string. Instead it just
On Thu, 11 Dec 2003, Phil Chambers wrote:
> As I understand it from http://asg.web.cmu.edu/cyrus/rfc/imsp.html the IMSP server
> should then respond with a "+" followed by a base64 string. Instead it just puts
> out the "+" without the base64 string.
The base64 string for the first server challe
TY command, getting "AUTH=PLAN LITERAL+" in response
Mulberry then issues a "AUTHENTICATE PLAIN" command.
As I understand it from http://asg.web.cmu.edu/cyrus/rfc/imsp.html the IMSP server
should then respond with a "+" followed by a base64 string. Instead it just puts
out