-
-
Notifications
You must be signed in to change notification settings - Fork 112
mailserver: Enable DMARC reporting #635
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
base: main
Are you sure you want to change the base?
Conversation
When someone sends us mail and their domain has rua= configured in their DMARC record we send back daily deliveriability summaries.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I see you're the one who added DMARC support to SNM, haha.
I sure would like for SNM to help complete email noobs to get this stuff right. I read through the whole setup guide and it never told me this would be a good idea to enable. I'd like to try to contribute something back to upstream here. What do you think would be appopriate?
- Enable
dmarcReporting
by default. - Add a note to the SNM setup guide advising people to turn this on.
I think this should be opt-in and therefore go into documentation. |
I can send in a docs PR. Can you help me understand when it would make sense for people not to turn this on? Is it a privacy thing? (avoid responding to people you don't trust?) |
Not sure what a good metric is when to enable this. It basically sends out automated reports to domain owners about deliverability results. It is not strictly required or helpful for your personal mail setup, it is more about being a good citizen in the mail ecosystem. |
I've suggested this here: https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/merge_requests/377. If this had existed when I started working on the nixos mailserver, I would have followed the advice and enabled DMARC reporting. |
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/merge_requests/340 would be good to have before we enable this. |
When someone sends us mail and their domain has rua= configured in their DMARC record we send back daily deliveriability summaries.