Merge branch 'suggest-dmarc' into 'master'

Suggest that folks enable DMARC reporting

See merge request simple-nixos-mailserver/nixos-mailserver!377
This commit is contained in:
Martin Weinelt 2025-06-15 23:15:19 +00:00
commit 5c1b9921e6
3 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,14 @@
Advanced Configurations
=======================
Congratulations on completing the `Setup Guide <setup-guide.html>`_!
If you're an experienced mailserver admin, then you probably know what you want
to do next. Our How-to guides (accessible in the navigation sidebar)
might help you accomplish your goals. If not, consider contributing a guide!
If this is your first mailserver, consider the following:
- Set up `backups <backup-guide.html>`_.
- Enable `DMARC reporting <options.html#mailserver-dmarcreporting>`_ to be a
good citizen in the mail ecosystem.

View file

@ -14,6 +14,7 @@ Welcome to NixOS Mailserver's documentation!
:maxdepth: 2
setup-guide
advanced-configurations
howto-develop
faq
release-notes

View file

@ -238,3 +238,8 @@ Besides that, you can send an email to
score, and let `mxtoolbox.com <http://mxtoolbox.com/>`__ take a look at
your setup, but if you followed the steps closely then everything should
be awesome!
Next steps (optional)
~~~~~~~~~~~~~~~~~~~~~
Take a look through our `Advanced Configurations <advanced-configurations.html>`_.