diff options
author | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2017-03-22 16:44:39 +0100 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2017-03-22 16:44:39 +0100 |
commit | 9f765fee356638828d1312555068e43386a3cabf (patch) | |
tree | d96632eadb9c625eb813e728368c506c6d0a3e06 | |
parent | 57cc27852af9019c0c423bcfde0165e698a0ce54 (diff) |
Doc: clarify location of DMARC dmarc_tld_file
-rw-r--r-- | doc/doc-txt/experimental-spec.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/doc-txt/experimental-spec.txt b/doc/doc-txt/experimental-spec.txt index 0b1afb247..1e826aee1 100644 --- a/doc/doc-txt/experimental-spec.txt +++ b/doc/doc-txt/experimental-spec.txt @@ -595,12 +595,14 @@ package controlled locations (/usr/include and /usr/lib). 2. Use the following global settings to configure DMARC: -Required: +Optional: dmarc_tld_file Defines the location of a text file of valid top level domains the opendmarc library uses during domain parsing. Maintained by Mozilla, the most current version can be downloaded from a link at http://publicsuffix.org/list/. + If unset, "/etc/exim/opendmarc.tlds" (hardcoded) + is used. Optional: dmarc_history_file Defines the location of a file to log results |