summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2019-09-17 22:35:00 +0200
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2019-09-17 23:01:10 +0200
commit1dcdf90a3f6df9436f1873a036a985671ef8815d (patch)
treec9971ff15501e6d0dd1e2320bc7c52e0ec7d2e0b /src
parent305f8921e34dfbb2fd162efa1fa3e5156e290321 (diff)
Docs: Adjust on TLSA, dnssec_request_domains
Diffstat (limited to 'src')
-rw-r--r--src/src/configure.default6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/src/configure.default b/src/src/configure.default
index 555dec3ec..95e7d49d7 100644
--- a/src/src/configure.default
+++ b/src/src/configure.default
@@ -658,6 +658,9 @@ smarthost:
transport = smarthost_smtp
route_data = ROUTER_SMARTHOST
ignore_target_hosts = <; 0.0.0.0 ; 127.0.0.0/8 ; ::1
+.ifdef _HAVE_DNSSEC
+ dnssec_request_domains = *
+.endif
no_more
.else
@@ -682,7 +685,9 @@ dnslookup:
ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8
# if ipv6-enabled then instead use:
# ignore_target_hosts = <; 0.0.0.0 ; 127.0.0.0/8 ; ::1
+.ifdef _HAVE_DNSSEC
dnssec_request_domains = *
+.endif
no_more
# This closes the ROUTER_SMARTHOST ifdef around the choice of routing for
@@ -805,7 +810,6 @@ remote_smtp:
driver = smtp
message_size_limit = ${if > {$max_received_linelength}{998} {1}{0}}
.ifdef _HAVE_DANE
- dnssec_request_domains = *
hosts_try_dane = *
.endif
.ifdef _HAVE_PRDR