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.