Christian writes:

I upgraded from 0.62.2 to 0.62.4

authpam does not work.
and in the LOGS I can see:
Sep 13 15:26:55 fw authdaemond: PAM unable to
dlopen(/lib64/security/pam_unix2.so)
Sep 13 15:26:55 fw authdaemond: PAM [error:
/lib64/security/pam_unix2.so: undefined symbol: pam_syslog]

any idea ?

You need to figure out what PAM modules you need to use, and modify the imap PAM service file accordingly. That depends on your distribution. With most modern distributions, you probably need to simply use the system-auth directive:

[mr...@lc2440 ~]$ cat /etc/pam.d/imap
#%PAM-1.0

auth       required     pam_nologin.so
auth       include      system-auth
account    include      system-auth
session    include      system-auth


However, as I said, the correct PAM configuration depends on your specific distribution.

Attachment: pgpkQWE57pARz.pgp
Description: PGP signature

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Courier-imap mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap

Reply via email to