net-mail/courier-imap: adding info as courier-imap run now as user mail
authorTupone Alfredo <tupone@gentoo.org>
Wed, 30 Oct 2019 20:10:46 +0000 (21:10 +0100)
committerTupone Alfredo <tupone@gentoo.org>
Wed, 30 Oct 2019 20:10:46 +0000 (21:10 +0100)
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
net-mail/courier-imap/courier-imap-5.0.7.ebuild

index d4cbd2694fcb4369f98448a494e1877256e9f04d..c6499cdb38a64364d78e9447416bf62206c4c1aa 100644 (file)
@@ -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 )"
 }