1#
2# $FreeBSD$
3#
4# PAM configuration for the "imap" service
5#
6
7# auth
8#auth		sufficient	pam_krb5.so		no_warn try_first_pass
9#auth		sufficient	pam_ssh.so		no_warn try_first_pass
10auth		required	pam_unix.so		no_warn try_first_pass
11
12# account
13#account	required	pam_nologin.so
14account		required	pam_unix.so
15