diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2004-02-07 07:52:11 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2004-02-07 07:52:11 +0000 |
commit | d260313719e434f8daec8b56d3ee561b67a1e618 (patch) | |
tree | b98556031fd3f5f11f59fe8ab305a15df78ad660 /mail | |
parent | * Remove duplication of RC_SUBR checking now that it's in bsd.pork.mk (diff) |
Add a note about missing pam.conf pam.d/imap entries in case the user would
like to use authpam.
Submitted By: Bernhard Valenti <bernhard.valenti@gmx.net>
Notes
Notes:
svn path=/head/; revision=100229
Diffstat (limited to 'mail')
-rw-r--r-- | mail/courier-imap/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index 35b5b2e91e0c..d9102b3bad54 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -206,5 +206,11 @@ post-install: @${ECHO_MSG} "And you will have to copy and edit the *.dist files to *" @${ECHO_MSG} "in ${CONFDIR}." @${ECHO_MSG} "" + @${ECHO_MSG} "In case you use authpam, you should put the following lines" + @${ECHO_MSG} "in your /etc/pam.conf or /etc/pam.d/imap" + @${ECHO_MSG} "imap auth required pam_unix.so try_first_pass" + @${ECHO_MSG} "imap account required pam_unix.so try_first_pass" + @${ECHO_MSG} "imap session required pam_permit.so" + @${ECHO_MSG} "" .include <bsd.port.post.mk> |