[exim-cvs] EDITME: Add comment about DMARC_TLD_FILE

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] EDITME: Add comment about DMARC_TLD_FILE
Gitweb: https://git.exim.org/exim.git/commitdiff/675a21420d11f4971d93d7e680ca96bff8d325c2
Commit:     675a21420d11f4971d93d7e680ca96bff8d325c2
Parent:     590fd9eeeb31a0e3815719e5b577469ffe9771bd
Author:     Heiko Schlittermann (HS12-RIPE) <hs@???>
AuthorDate: Sun Mar 31 18:04:35 2019 +0200
Committer:  Heiko Schlittermann (HS12-RIPE) <hs@???>
CommitDate: Sun Mar 31 18:04:35 2019 +0200


    EDITME: Add comment about DMARC_TLD_FILE
---
 src/src/EDITME | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


diff --git a/src/src/EDITME b/src/src/EDITME
index 43cf13c..dea4e4c 100644
--- a/src/src/EDITME
+++ b/src/src/EDITME
@@ -484,9 +484,11 @@ DISABLE_MAL_MKS=yes
# Uncomment the following line to add DMARC checking capability, implemented
# using libopendmarc libraries. You must have SPF and DKIM support enabled also.
# EXPERIMENTAL_DMARC=yes
-# DMARC_TLD_FILE= /etc/exim/opendmarc.tlds
# CFLAGS += -I/usr/local/include
# LDFLAGS += -lopendmarc
+# Uncomment the following if you need to change the default. You can
+# override it at runtime (main config option dmarc_tld_file)
+# DMARC_TLD_FILE=/etc/exim/opendmarc.tlds

# Uncomment the following line to add ARC (Authenticated Received Chain)
# support. You must have SPF and DKIM support enabled also.