From bc3f25ef50bd04bb1d65910385c7a439d6c70807 Mon Sep 17 00:00:00 2001 From: Jeremy Fleischman Date: Sun, 13 Apr 2025 10:56:07 -0700 Subject: [PATCH] Suggest that folks enable DMARC reporting SNM supports DMARC reporting, but it's disabled by default. For email greybeards, that's fine, but I think it would be useful to teach email newbies (as I was a few months ago) that this is something you should seriously consider enabling. refs: https://github.com/NixOS/infra/pull/635 --- docs/setup-guide.rst | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/setup-guide.rst b/docs/setup-guide.rst index 08de1b3..70420d5 100644 --- a/docs/setup-guide.rst +++ b/docs/setup-guide.rst @@ -223,16 +223,18 @@ You can check this with Note that it can take a while until a DNS entry is propagated. -Test your Setup -~~~~~~~~~~~~~~~ +Next steps +~~~~~~~~~~ Write an email to your aunt (who has been waiting for your reply far too long), and sign up for some of the finest newsletters the Internet has. Maybe you want to sign up for the `SNM Announcement List `__? -Besides that, you can send an email to -`mail-tester.com `__ and see how you -score, and let `mxtoolbox.com `__ take a look at -your setup, but if you followed the steps closely then everything should -be awesome! +You can send an email to `mail-tester.com `__ and +see how you score, and let `mxtoolbox.com `__ take a +look at your setup, but if you followed the steps closely then everything +should be awesome! + +Consider enabling `DMARC reporting `_ +to be a good citizen in the mail ecosystem.