From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E5F5B138334 for ; Sat, 14 Dec 2019 11:04:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 073C5E0869; Sat, 14 Dec 2019 11:04:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DBD20E0869 for ; Sat, 14 Dec 2019 11:04:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 053F234D880 for ; Sat, 14 Dec 2019 11:04:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B68B8D3 for ; Sat, 14 Dec 2019 11:04:52 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1576321478.802ebe845892f2a15bd0f8df079f56626148a9e4.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/exim/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/exim/exim-4.93.0.3.ebuild X-VCS-Directories: mail-mta/exim/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 802ebe845892f2a15bd0f8df079f56626148a9e4 X-VCS-Branch: master Date: Sat, 14 Dec 2019 11:04:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8f214fa4-c316-4834-85af-13b3f7e72262 X-Archives-Hash: b5a708eb5ff560f926ba6525bed8ebf7 commit: 802ebe845892f2a15bd0f8df079f56626148a9e4 Author: Fabian Groffen gentoo org> AuthorDate: Sat Dec 14 10:41:26 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat Dec 14 11:04:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=802ebe84 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 gentoo.org> mail-mta/exim/exim-4.93.0.3.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mail-mta/exim/exim-4.93.0.3.ebuild b/mail-mta/exim/exim-4.93.0.3.ebuild index 5f549103ddc..7543ff98849 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"