EDITME: Add comment about DMARC_TLD_FILE
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Sun, 31 Mar 2019 16:04:35 +0000 (18:04 +0200)
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Sun, 31 Mar 2019 16:04:35 +0000 (18:04 +0200)
src/src/EDITME

index 43cf13c8139293df0338ce772002deb5d4769406..dea4e4cf834b74b611518c9b2aa8a48b198ac45a 100644 (file)
@@ -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.