6 messages in net.sourceforge.lists.courier-usersRe: [courier-users] cram-md5 authenti...
FromSent OnAttachments
Alex TitovSep 19, 2001 4:11 am 
Sam VarshavchikSep 19, 2001 4:37 am 
Alex TitovSep 19, 2001 5:55 am 
Roland SchneiderSep 19, 2001 6:05 am 
Sam VarshavchikSep 19, 2001 2:53 pm 
Alessandro VeselySep 20, 2001 2:15 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] cram-md5 authentication with authmysql onlyActions...
From:Roland Schneider (rol@serv.ch)
Date:Sep 19, 2001 6:05:47 am
List:net.sourceforge.lists.courier-users

--Alex Titov wrote on 19.09.2001 14:55 +0400:

Hi,

I use courier 0.35.1 I want to store all account information in MySQL base only. So I put -with-authmysql -with-authdaemon and -without-auth.... everything else. Is it right ?

Everything is working fine but the problems start when I want to use something more secure than plain login in pop3 and imap4.

A few weeks ago you also need --with-authuserdb and --with-authcram to get the CRAM-Support into the binary, check the archives.

I start play with imap daemon. I open imapd config file and uncomment IMAP_CAPABILITY value with "AUTH=CRAM-MD5 AUTH=CRAM-SHA1" and expect imap4 to work with cram-md5 now.

But when I telnet to port 143 and say "a1 AUTHENTICATE CRAM-MD5" server replies "a1 NO Authentication failed"

At least it wont just die away silently...

Roland