3 messages in net.sourceforge.lists.courier-usersRe: [courier-users] sqwebmail w/ Cour...
FromSent OnAttachments
drea...@dreamwvr.comOct 5, 2002 10:57 pm 
Olivier ThibaultOct 7, 2002 5:26 am 
drea...@dreamwvr.comOct 7, 2002 10:19 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] sqwebmail w/ Courier-ImapActions...
From:drea...@dreamwvr.com (drea@dreamwvr.com)
Date:Oct 7, 2002 10:19:49 am
List:net.sourceforge.lists.courier-users

On Mon, Oct 07, 2002 at 02:25:59PM +0200, Olivier Thibault wrote:

"drea@dreamwvr.com" a écrit : What is your problem ? authentication ?

authentication. I am using in /etc/userdb/domain.tld systempw=md5hash This works perfectly in imap and pop. ( Great work Sam.) However when I try to test it using the exact same user that I just authenticated with in sqwebmail I get. INVALID USER ID OR PASSWORD. Since I am using usernames of the format. user@domain.tld is that the problem? Or is it that I used -md5 for the hash? When I tail the maillog I get nothing as well. Therefore it is much harder to debug. :-{

if courier-imap and sqwebmail have been installed separetly, then you must have both authdaemon running (one for courier, the other for sqwebmail ...)

Yes that is what I have. Running 2 different authdaemond 's one for courier-imap the other for sqwebmail.

In the userdb file, you can put many passwords (pop, imap, ...??). Sqwebmail doesn't use imappw. My solution was to only have systempw set in the /etc/userdb file. One password for all services.

Yes as per the documentation I have been using systempw as it allows for the most scope. Well your suggestions "ARE" appreciated.