summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2019-09-27 03:49:47 +0200
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2019-10-18 12:54:44 +0200
commitfde873f3a2871df467e5783eaa685295015c0089 (patch)
tree0b9b0dd040efe9bc6c64b48c531ea5d7deb5a4f1
parentab0e957b09b73546a58b27fbce42569d56c1382b (diff)
Docs: Change default for hosts_try_dane to *
-rw-r--r--doc/doc-docbook/spec.xfpt3
-rw-r--r--doc/doc-txt/ChangeLog2
-rw-r--r--src/src/configure.default3
3 files changed, 0 insertions, 8 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index da9d616ae..e48b3539f 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -6262,9 +6262,6 @@ Two remote transports and four local transports are defined.
remote_smtp:
driver = smtp
message_size_limit = ${if > {$max_received_linelength}{998} {1}{0}}
-.ifdef _HAVE_DANE
- hosts_try_dane = *
-.endif
.ifdef _HAVE_PRDR
hosts_try_prdr = *
.endif
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 7568d2e0c..d4eac4e2f 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,5 +1,3 @@
-Change log file for Exim from version 4.21
-------------------------------------------
This document describes *changes* to previous versions, that might
affect Exim's operation, with an unchanged configuration file. For new
options, and new features, see the NewStuff file next to this ChangeLog.
diff --git a/src/src/configure.default b/src/src/configure.default
index 8681499d8..424c8df6b 100644
--- a/src/src/configure.default
+++ b/src/src/configure.default
@@ -811,9 +811,6 @@ begin transports
remote_smtp:
driver = smtp
message_size_limit = ${if > {$max_received_linelength}{998} {1}{0}}
-.ifdef _HAVE_DANE
- hosts_try_dane = *
-.endif
.ifdef _HAVE_PRDR
hosts_try_prdr = *
.endif