summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTupone Alfredo <tupone@gentoo.org>2019-10-30 21:10:46 +0100
committerTupone Alfredo <tupone@gentoo.org>2019-10-30 21:10:46 +0100
commit5c95d15b9438f1d198b511f73cc23603998d2f5a (patch)
tree8009df84d261056d5c35674b2966e0baa3acba63
parentapp-portage/java-ebuilder: bump and fixes (diff)
downloadgentoo-5c95d15b.tar.gz
gentoo-5c95d15b.tar.bz2
gentoo-5c95d15b.zip
net-mail/courier-imap: adding info as courier-imap run now as user mail
Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
-rw-r--r--net-mail/courier-imap/courier-imap-5.0.7.ebuild9
1 files changed, 8 insertions, 1 deletions
diff --git a/net-mail/courier-imap/courier-imap-5.0.7.ebuild b/net-mail/courier-imap/courier-imap-5.0.7.ebuild
index d4cbd2694fcb..c6499cdb38a6 100644
--- a/net-mail/courier-imap/courier-imap-5.0.7.ebuild
+++ b/net-mail/courier-imap/courier-imap-5.0.7.ebuild
@@ -62,7 +62,7 @@ For a quick-start howto please refer to
${PN}-gentoo.readme in /usr/share/doc/${PF}
Please convert maildir to utf8
-and rerun mkdhparams if needed. Locatio has changed
+and rerun mkdhparams if needed. Location has changed
"
PATCHES=(
@@ -244,4 +244,11 @@ pkg_postinst() {
fperms 0755 "${ROOT}/usr/$(get_libdir)/${PN}"
readme.gentoo_print_elog
+
+ elog ""
+ elog "Courier Imap now run as user mail:mail."
+ elog ""
+ elog "This require you to enable read/write access to the caches:"
+ elog "/var/lib/courier-imap/courierssl*cache (chown mail:mail)"
+ elog "and read access to the certificates (e.g. /etc/courier-imap/pop3d.pem )"
}