1 # $NetBSD: imap,v 1.3 2005/01/08 08:43:03 christos Exp $ 2 # $FreeBSD: src/etc/pam.d/imap,v 1.5 2003/03/08 09:50:11 markm Exp $ 3 # 4 # PAM configuration for the "imap" service 5 # 6 7 # auth 8 auth required pam_nologin.so no_warn 9 auth sufficient pam_krb5.so no_warn try_first_pass 10 auth sufficient pam_ssh.so no_warn try_first_pass 11 auth required pam_unix.so no_warn try_first_pass 12