diff options
author | Todd Lyons <tlyons@exim.org> | 2013-09-24 08:37:29 -0700 |
---|---|---|
committer | Todd Lyons <tlyons@exim.org> | 2013-09-24 08:37:29 -0700 |
commit | b1f3784933eae4f773f542f4f31c0e8b52f2d993 (patch) | |
tree | b1a88c5e8dd05e22bb357e93989c86b9310d6e8f /doc | |
parent | 1ce2c5ce6d8a33b0b3ec8b331bf1d51356e61bc4 (diff) |
Additions to the NewStuff summary file
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/NewStuff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 65694201d..4de372abd 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -137,6 +137,17 @@ Version 4.82 20. Callout connections can now AUTH; the same controls as normal delivery connections apply. +21. Support for DMARC, using opendmarc libs, can be enabled. It adds new + options: dmarc_forensic_sender, dmarc_history_file, and dmarc_tld_file. + It adds new expansion variables $dmarc_ar_header, $dmarc_status, + $dmarc_status_text, and $dmarc_used_domain. It adds a new acl modifier + dmarc_status. It adds new control flags dmarc_disable_verify and + dmarc_enable_forensic. + +22. Add expansion variable $authenticated_fail_id, which is the username + provided to the authentication method which failed. It is available + for use in subsequent ACL processing (typically quit or notquit ACLs). + Version 4.80 ------------ |