You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding MTA Strict Transport Security (MTA-STS) to a domain requires adding several records. For DMARC we have a builder (DMARC_BUILDER); it would be nice if we have one for MTA-STS as well.
Describe the solution you'd like
A new language construct MTA-STS_BUILDER that adds the appropriate CNAME/TXT/A records for MTA-STS:
I'm kind of torn on how to handle this kind of submission. On one hand, it is great to be able to offer such macros. On the other hand, we've had problems where the macros get so complex that they need support, and I'm not in a position to support them. In one case we needed to make a breaking change and... that got complex.
Here's some ideas I have:
Start a separate git repository of macros that has relatively lax PR acceptance requirements
Put such macros in a "contrib" subfolder in the dnscontrol git repo
List these macros on a page in the docs (docs.dnscontrol.org) (one big page with a TOC)
Is your feature request related to a problem?
Adding MTA Strict Transport Security (MTA-STS) to a domain requires adding several records. For DMARC we have a builder (
DMARC_BUILDER
); it would be nice if we have one for MTA-STS as well.Describe the solution you'd like
A new language construct
MTA-STS_BUILDER
that adds the appropriateCNAME
/TXT
/A
records for MTA-STS:Describe alternatives you've considered
Adding those records individually:
Additional context
More info on setting up MTA-STS records:
The text was updated successfully, but these errors were encountered: