-
Notifications
You must be signed in to change notification settings - Fork 41
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
Status notice/warning too strict for having Null MX without any A/AAAA #748
Comments
I understand the point of view but IMHO it is about DNS hygiene. NULL MX is not needed when A/AAAA and MX are not there. Not to sound snarky but for the sake of discussion the last remark could be rewritten as:
|
Fully agree with the last statement, I guess it depends on the perspective (security vs usability) which case is worse. I assume M3AAWG bases their policy on the security perspective since it specifically entails parked domain names. With DNS hygiene, do you mean the minimization of the number of DNS records defined for the maintainability of the zone? Or are there any other technical downsides to having such record that I am not aware of? |
Yes. I don't see a technical downside atm except for the risk of email operation as I stated above. |
Discussed this morning with @baknu
Per #468 the situation Null MX without A/AAAA record present is given warning/notice score. The reasoning is that a Null MX is not necessary, since there is no A/AAAA record to which an email would otherwise be transmitted.
However, this warning is too strict, since there is no downside to having a Null MX. One could argue that having a Null MX in place at all times could be useful, such that the domain remains protected even if an A/AAAA record is added at a later date.
This is also in line with the M3AAWG policy for parked domains
Proposal: Change scoring for Null MX without A/AAAA from notice to info (Verdict D1 in #468)
The text was updated successfully, but these errors were encountered: