summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-12-14 11:41:26 +0100
committerFabian Groffen <grobian@gentoo.org>2019-12-14 12:04:38 +0100
commit802ebe845892f2a15bd0f8df079f56626148a9e4 (patch)
treea014cfeca75898ad3a60f47703ea2fbf656621b0 /mail-mta
parentmail-mta/exim-4.93.0.3: another bugfix release (diff)
downloadgentoo-802ebe845892f2a15bd0f8df079f56626148a9e4.tar.gz
gentoo-802ebe845892f2a15bd0f8df079f56626148a9e4.tar.bz2
gentoo-802ebe845892f2a15bd0f8df079f56626148a9e4.zip
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 <grobian@gentoo.org>
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/exim/exim-4.93.0.3.ebuild7
1 files changed, 6 insertions, 1 deletions
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"