diff options
author | Tupone Alfredo <tupone@gentoo.org> | 2019-10-30 21:10:46 +0100 |
---|---|---|
committer | Tupone Alfredo <tupone@gentoo.org> | 2019-10-30 21:10:46 +0100 |
commit | 5c95d15b9438f1d198b511f73cc23603998d2f5a (patch) | |
tree | 8009df84d261056d5c35674b2966e0baa3acba63 /net-mail | |
parent | app-portage/java-ebuilder: bump and fixes (diff) | |
download | gentoo-5c95d15b9438f1d198b511f73cc23603998d2f5a.tar.gz gentoo-5c95d15b9438f1d198b511f73cc23603998d2f5a.tar.bz2 gentoo-5c95d15b9438f1d198b511f73cc23603998d2f5a.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>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/courier-imap/courier-imap-5.0.7.ebuild | 9 |
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 )" } |