shaping.toml: disable dane for office365-dane

We cannot default it to enabled because a fully working
dane setup requires additional configuration in the resolver
and we cannot guarantee that that has happened here.
This commit is contained in:
Wez Furlong
2025-04-06 07:47:00 -07:00
parent f940ce6b72
commit 5eb57e63d5
2 changed files with 8 additions and 1 deletions
+4 -1
View File
@@ -134,7 +134,10 @@ provider_connection_limit = 5
[provider."office365-dane"]
match=[{MXSuffix=".mx.microsoft"}]
enable_dane = true
# Ideally we'd enable dane here, but most sites are not
# configured to work correctly with DNSSEC or DANE out
# of the box, so we leave it disabled.
# enable_dane = true
max_deliveries_per_connection = 50
provider_connection_limit = 5
+4
View File
@@ -62,6 +62,10 @@
(to move to the top/bottom). Pressing `f` edits a fuzzy matching filter.
Pressing Tab moves through tabs and allows viewing heatmap vizualizations.
#372
* Disabled DANE in the default `shaping.toml` for the `office365-dane` provider.
We cannot default DANE to on without a guarantee that the DNS/resolver
situation is correctly deployed with DNSSEC and without also knowing that
we're configure to use openssl.
## Fixes