diff options
author | Fabian Groffen <grobian@gentoo.org> | 2017-10-02 09:10:42 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-10-02 09:10:42 +0200 |
commit | c2934bfb028481f61337525422564b5d3ecb8821 (patch) | |
tree | cc5e131df5b23121d148c8d87d7833e8e4aec392 /mail-filter/procmail | |
parent | media-libs/fontconfig: add back gperf workaround for bug #631980 (diff) | |
download | gentoo-c2934bfb028481f61337525422564b5d3ecb8821.tar.gz gentoo-c2934bfb028481f61337525422564b5d3ecb8821.tar.bz2 gentoo-c2934bfb028481f61337525422564b5d3ecb8821.zip |
mail-filter/procmail: add warning about FEATURES=sfperms interacting badly with some MTAs, bug #632102
Package-Manager: Portage-2.3.8, Repoman-2.3.1
Diffstat (limited to 'mail-filter/procmail')
-rw-r--r-- | mail-filter/procmail/procmail-3.22-r11.ebuild | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail-filter/procmail/procmail-3.22-r11.ebuild b/mail-filter/procmail/procmail-3.22-r11.ebuild index 00884540ec7f..c717564afa4f 100644 --- a/mail-filter/procmail/procmail-3.22-r11.ebuild +++ b/mail-filter/procmail/procmail-3.22-r11.ebuild @@ -109,4 +109,12 @@ pkg_postinst() { elog "/etc/procmailrc, for example:" elog "\tDEFAULT=\$HOME/.maildir/" fi + if has sfperms ${FEATURES}; then + ewarn "FEATURES=sfperms removes the read-bit for others from" + ewarn " /usr/bin/procmail" + ewarn " /usr/bin/lockfile" + ewarn "If you use procmail from an MTA like Exim, you need to" + ewarn "re-add the read-bit or avoid the MTA checking the binary" + ewarn "exists." + fi } |