Re: Trying hard to get imap working.

2001-04-09 Thread Atif Ghaffar
Which version of imap server are you using? Have you defined files imap and pop in /etc/pam.d ? Your /etc/pam.d/imap and /etc/pam.d/pop should look something like this #%PAM-1.0 auth sufficient /lib/security/pam_ldap.so accountsufficient /lib/security/pam_ldap.so cheers -- Atif

Re: Trying hard to get imap working.

2001-04-09 Thread Seva Adari
Did you set up pam configuration file for imap? It goes under dir /etc/pam.d on RedHat systems. You have indicated you want to use pam & ldap combination but you compilation option "--with-auth=unix" MAY ( I am not quite sure) use unix's native "/etc/passwd" and "/etc/group" files for authenticat