diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-05-21 19:36:50 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-05-22 00:44:05 +0100 |
commit | 59c0959a36649c4554bd0f18f2c2e74571ed41eb (patch) | |
tree | dfa2b31a60ac37596e150dc523a9d5c0a0cbe2d0 /doc | |
parent | 8c94e6b324886ec53604d0ebfde61731a3d1adf6 (diff) |
Change the default for hosts_try_dane, enabling use by default
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 2 | ||||
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 39757a156..856bb0c15 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -24696,7 +24696,7 @@ This option provides a list of servers to which, provided they announce CHUNKING support, Exim will attempt to use BDAT commands rather than DATA. BDAT will not be used in conjunction with a transport filter. -.option hosts_try_dane smtp "host list&!!" unset +.option hosts_try_dane smtp "host list&!!" * .cindex DANE "transport options" .cindex DANE "attempting for certain servers" If built with DANE support, Exim will lookup a diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 065ec2812..789593ab3 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -107,6 +107,10 @@ JH/21 The smtp transport option "hosts_noproxy_tls" is now unset by default. for multiple message deliveries, by default. Previoud the default was to not do so. +JH/22 The smtp transport option "hosts_try_dane" now enables all hosts by + default. If built with the facility, DANE will be used. The facility is + now enabled in the prototype build Makefile "EDITME". + Exim version 4.92 |