diff options
author | Phil Pennock <pdp@exim.org> | 2018-04-08 22:28:56 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2018-04-08 22:28:56 -0400 |
commit | ddd16464764026559f8efe414ca6ac05406618a4 (patch) | |
tree | 0bad57cde2289cb60e1d59dedb5e5c29bdaafb62 /doc | |
parent | a28050f855e0011e0b6f1b395d65e3cebcb277a2 (diff) |
Added util/renew-opendmarc-tlds.sh script to renew PSL
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 3 | ||||
-rw-r--r-- | doc/doc-txt/NewStuff | 1 | ||||
-rw-r--r-- | doc/doc-txt/experimental-spec.txt | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 5e9d2afb7..9fc466365 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -203,6 +203,9 @@ JH/36 Fix reinitialisation of DKIM logging variable between messages. JH/37 Bug 2255: Revert the disable of the OpenSSL session caching. This triggered odd behaviour from Outlook Express clients. +PP/03 Add util/renew-opendmarc-tlds.sh script for safe renewal of public + suffix list. + Exim version 4.90 ----------------- diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index ea190aafb..c7889223f 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -46,6 +46,7 @@ Version 4.91 Authentication-Results: header. 13. EXPERIMENTAL_ARC. See the experimental.spec file. + See also new util/renew-opendmarc-tlds.sh script for use with DMARC/ARC. 14: A dane:fail event, intended to facilitate reporting. diff --git a/doc/doc-txt/experimental-spec.txt b/doc/doc-txt/experimental-spec.txt index 4e244ac5f..0eeb22758 100644 --- a/doc/doc-txt/experimental-spec.txt +++ b/doc/doc-txt/experimental-spec.txt @@ -436,6 +436,7 @@ dmarc_tld_file Defines the location of a text file of valid during domain parsing. Maintained by Mozilla, the most current version can be downloaded from a link at http://publicsuffix.org/list/. + See also util/renew-opendmarc-tlds.sh script. Optional: dmarc_history_file Defines the location of a file to log results |