Submitted by yngens on Mon, 07/30/2018 - 22:30
Creating a virtual server with DMARC enabled Virtualmin automatically adds a corresponding line in DNS:
_dmarc.domain.com. IN TXT "v=DMARC1; pct=100; ruf=postmaster@domain.com; rua=postmaster@domain.com; p=none"
However, if you check your domain on https://secure.fraudmarc.com/tool/dmarc, then it gives error:
You don't have a valid DMARC Record 1. missing 'mailto:' URI scheme: postmaster@domain.com 2. missing 'mailto:' URI scheme: postmaster@domain.com
because the DNS line for DMARC was in fact supposed to be:
_dmarc.domain.com. IN TXT "v=DMARC1; pct=100; ruf=mailto:postmaster@domain.com; rua=mailto:postmaster@domain.com; p=none"
Please have this corrected.
Status:
Needs work
Comments
Submitted by yngens on Mon, 07/30/2018 - 22:32 Comment #1
Text format tags given on https://www.virtualmin.com/filter/tips do not work, so it's impossible to read the above with code and blockquote tags used.
Submitted by yngens on Mon, 07/30/2018 - 22:33 Comment #2
Submitted by ghost23 on Wed, 03/20/2019 - 07:33 Pro Licensee Comment #3
Additional the "p=" SOULD be right after the "v=".
And it would be nice if there where fields / dropdowns for "adkim" and "aspf"