From: Fabian Groffen Date: Sat, 14 Dec 2019 10:41:26 +0000 (+0100) Subject: mail-mta/exim-4.93.0.3: add hint for opendmarc.tlds X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=802ebe845892f2a15bd0f8df079f56626148a9e4;p=gentoo.git mail-mta/exim-4.93.0.3: add hint for opendmarc.tlds Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Fabian Groffen --- diff --git a/mail-mta/exim/exim-4.93.0.3.ebuild b/mail-mta/exim/exim-4.93.0.3.ebuild index 5f549103ddc9..7543ff988496 100644 --- a/mail-mta/exim/exim-4.93.0.3.ebuild +++ b/mail-mta/exim/exim-4.93.0.3.ebuild @@ -565,10 +565,15 @@ pkg_postinst() { einfo "Please create ${EROOT}/etc/exim/exim.conf from" einfo " ${EROOT}/etc/exim/exim.conf.dist." fi + if use dmarc ; then + einfo "DMARC support requires ${EROOT}/etc/exim/opendmarc.tlds" + einfo "you can populate this file with the contents downloaded from" + einfo " https://publicsuffix.org/list/public_suffix_list.dat" + fi if use dcc ; then einfo "DCC support is experimental, you can find some limited" einfo "documentation at the bottom of this prerelease message:" - einfo "http://article.gmane.org/gmane.mail.exim.devel/3579" + einfo " http://article.gmane.org/gmane.mail.exim.devel/3579" fi use srs && einfo "SRS support is experimental" use dsn && einfo "extra information in fail DSN message is experimental"