diff options
author | oliver <oliver@FreeBSD.org> | 2004-02-07 15:52:11 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2004-02-07 15:52:11 +0800 |
commit | f6d862e0370e4a0c08513a7ec4a03997edc97653 (patch) | |
tree | e2b52341ba5c31585ddaef3af76b6352875bd400 /mail/courier-imap | |
parent | 5678d1b06738e5cb983fdba85398930d9fa71606 (diff) | |
download | freebsd-ports-gnome-f6d862e0370e4a0c08513a7ec4a03997edc97653.tar.gz freebsd-ports-gnome-f6d862e0370e4a0c08513a7ec4a03997edc97653.tar.zst freebsd-ports-gnome-f6d862e0370e4a0c08513a7ec4a03997edc97653.zip |
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>
Diffstat (limited to 'mail/courier-imap')
-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> |