> I have setup courier with mysql and authpam as the primary agents of > authdaemon. The wierd part is only authmysql is working properly. When I > try to use an account that is not in the sql database, I get a logon > failure. > > Does anyone have any suggestions on how to get authpam to work. I have > checked the mailling list and it seems that there was not posted > solution for my problem. I can run the ./authtest -m authpam and all I > get is failures, I try to loging using telnet to 143 and I get login > failed.
What OS? I have to change the authpam files in /etc/pam.d after installing courier as my system uses different PAM libs than the default. Specifically, I have to change: /lib/security/pam_pwdb.so to /lib/security/pam_unix.so As an aside, is it possible for the ./configure script to check this somehow? I often forget to do this after upgrading courier which can lead to users being locked out until I remember... I run SuSE 8.1. I don't know much about PAM, I would check your PAM documentation and compare your imap and pop3 files in /etc/pam.d to whatever is already in that directory and working. Josh > Thank you in advance for your help. ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
