2 messages in net.sourceforge.lists.courier-usersRe: [courier-users] AuthPAM Issues (U...
FromSent OnAttachments
Jim GiffordFeb 5, 2003 11:25 am 
Travis OwensFeb 5, 2003 8:39 pm 
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] AuthPAM Issues (Updated)Actions...
From:Travis Owens (tow@linuxmds.com)
Date:Feb 5, 2003 8:39:40 pm
List:net.sourceforge.lists.courier-users

Take a look at how your /etc/pam.d/imap file is authenticating users through PAM. The version that was installed by courier on my last install was pointing to pam_pwdb.so and I couldn't login... but I changed it to pam_unix.so (as per the INSTALL in the courier source) and presto! I'm in!

HTH, tlo

On Wed, 2003-02-05 at 11:25, Jim Gifford wrote:

I resolved the pam library linking problem.

Now I have tested the authdaemon using the authtest program. It successfully reports back on the pam and mysql users, but when I try to access imap using telnet the authmysql users are ok, but the authpam users fail. But using authtest it works fine.

Sam I hope you have some ideas, this is driving me nuts!!!