Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DKIM selector variant check for domains that do not send mail #337

Open
mbainter opened this issue Jan 17, 2024 · 0 comments
Open

Add DKIM selector variant check for domains that do not send mail #337

mbainter opened this issue Jan 17, 2024 · 0 comments

Comments

@mbainter
Copy link

When you do not send mail from a domain, it is best practice to have a setup like:

  • SPF: -all
  • DMARC: policy to reject with strict spf/dkim alignment
  • A wildcard record of *._domainkey.domain.com with the value "v=DKIM1;p="

And if it doesn't receive mail either, a null MX record ("domain.com IN MX .")
The current DKIM check in the email security policy would technically already allow you to check that the selector exists but would think that the record is misconfigured. A variant that can detect this situation and recognize it as a valid configuration would be helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant