1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/mail/cclient-maildir/files/MESSAGE.PAM
Kelly Yancey c64128b31a New port: cclient built with third-party maildir support. Cclient is used
by UW's pine and imapd software to access mailboxes. This port complements
the existing cclient port by building a version that includes support for
qmail's maildir mailbox format.

PR:		19691
2000-08-14 07:49:03 +00:00

10 lines
473 B
Plaintext

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
PAM authentication support is now compiled in by default; you may need to add
the following lines to /etc/pam.conf:
imap auth required pam_unix.so try_first_pass
imap account required pam_unix.so try_first_pass
pop auth required pam_unix.so try_first_pass
pop account required pam_unix.so try_first_pass
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =