X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fconfigure.default;h=d23ca3c66ea3b0d7d53fc0e44a1580cbe39338e2;hb=1bf08084e235d22625eb78f457d668064a1ce28b;hp=555dec3eca43cf615927b7158d2c8c970dd4a3aa;hpb=48162f7956334df77136811816140c1119507933;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/configure.default b/src/src/configure.default index 555dec3ec..d23ca3c66 100644 --- a/src/src/configure.default +++ b/src/src/configure.default @@ -265,6 +265,11 @@ dns_dnssec_ok = 1 # Enable an efficiency feature. We advertise the feature; clients # may request to use it. For multi-recipient mails we then can # reject or accept per-user after the message is received. +# This supports recipient-dependent content filtering; without it +# you have to temp-reject any recipients after the first that have +# incompatible filtering, and do the filtering in the data ACL. +# Even with this enabled, you must support the old style for peers +# not flagging support for PRDR (visible via $prdr_requested). # .ifdef _HAVE_PRDR prdr_enable = true @@ -682,7 +687,6 @@ 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 - dnssec_request_domains = * no_more # This closes the ROUTER_SMARTHOST ifdef around the choice of routing for @@ -804,10 +808,6 @@ begin transports 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 hosts_try_prdr = * .endif