mail-filter/opendkim: remove dangerous elog suggesting "umask 000".
authorMichael Orlitzky <mjo@gentoo.org>
Wed, 27 Mar 2019 14:18:04 +0000 (10:18 -0400)
committerMichael Orlitzky <mjo@gentoo.org>
Wed, 27 Mar 2019 17:18:05 +0000 (13:18 -0400)
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

mail-filter/opendkim/opendkim-2.10.3-r5.ebuild

index 82a6167336a13d94b4c3cac8f9637b9f5e19f20d..fe0d7c091a715dd14c51b0890e675aa711825d60 100644 (file)
@@ -152,10 +152,6 @@ pkg_postinst() {
                elog "  emerge --config ${CATEGORY}/${PN}"
                elog "It will help you create your key and give you hints on how"
                elog "to configure your DNS and MTA."
-
-               ewarn "Make sure your MTA has r/w access to the socket file."
-               ewarn "This can be done either by setting UMask to 002 and adding MTA's user"
-               ewarn "to milter group or you can simply set UMask to 000."
        fi
 }