mail-mta/exim-4.93.0.3: add hint for opendmarc.tlds
authorFabian Groffen <grobian@gentoo.org>
Sat, 14 Dec 2019 10:41:26 +0000 (11:41 +0100)
committerFabian Groffen <grobian@gentoo.org>
Sat, 14 Dec 2019 11:04:38 +0000 (12:04 +0100)
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
mail-mta/exim/exim-4.93.0.3.ebuild

index 5f549103ddc9c6665d46aa507527fdf0c0714e68..7543ff98849616d699a415858ed66c07572a5a61 100644 (file)
@@ -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"