Control Web Panel

WebPanel => E-Mail => Topic started by: wisnshaftler on October 07, 2021, 08:03:33 PM

Title: How to add DMARC record in CWP 7
Post by: wisnshaftler on October 07, 2021, 08:03:33 PM
I installed CWP 7 and i add domain. Then i configure the in mail server manager all the recommend setting and restart the server. But in the MXTOOLBOX website shows DMARC Policy Not Enabled I dont know how to enable it. Can someone help me
Title: Re: How to add DMARC record in CWP 7
Post by: wisnshaftler on October 08, 2021, 09:44:26 AM
Okay i fond the solution.

By default DMARC record look likes v=DMARC1; p=none

but, we need to change this to p=quarantine or p=Reject

to do that you can use https://dmarcian.com/dmarc-record-wizard/ website

also, when adding this _dmarc record to dns, first open it in admin panel (main admin panel) and navigate to _dmarc record line.

then change the record Text after TXT

make sure you needs to add this record in double quotation like this
 
"v=DMARC1; p=quarantine; rua=mailto:example@domain.com; ruf=mailto:example@domain.com"

in my case, i try without the double quotation. Thats why i get that error in mxtoolbox