ISPMan 0.8.2 Installation and Configuration
<<< PreviousConfiguring Applications for ISPMan and ldapNext >>>

Cyrus Configuration

If you have already installed pam_ldap and nss_ldap, then you simply need to configure cyrus to use ldap to authenticate. Modify imapd.conf to sasl_pwcheck_method: pam. Insure that you have files /etc/pam.d/imap and pop if you want to enable both. Here is a sample config file.

#%PAM-1.0
auth sufficient /lib/security/pam_ldap.so
auth required /lib/security/pam_unix_auth.so try_first_pass
account sufficient /lib/security/pam_ldap.so
account required /lib/security/pam_unix_acct.so