1

Topic: Update of documentation For iRedMail Setup - suggestion

In this page: https://docs.iredmail.org/setup.dns.html

The dmarc setup suggestions say a complex record would look like:

v=DMARC1; adkim=s; aspf=s; p=reject; sp=none; rua=mailto:dmarc@mydomain.com; ruf=mailto:dmarc@mydomain.com

Putting it through mxtoolboxes dmarc checker it fails as the p paramater should be first. I would recommend to updating the example to look like:

v=DMARC1; p=reject; adkim=s; aspf=s; sp=none; rua=mailto:dmarc@mydomain.com; ruf=mailto:dmarc@mydomain.com

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Update of documentation For iRedMail Setup - suggestion

You're correct. Fixed:
https://github.com/iredmail/docs/commit … d1e374f650

Thanks for the feedback. smile