How do you add TXT/SPF/DKIM/DMARC rec??ds f?? my ???????
??? ????? ?? ?????? is pointed to NiceNIC default nameserver, you can add the DNS rec??ds in ????? ?? cPanel. First you should k???? how to modify ????? ?? DNS rec??ds
1. ????? ?????? to ????? ?? account.
2. ???? on the ?????? name in "???????" ? click the ?????? name you wish to modify the DNS rec??ds f??.
3. ???? "DNS rec??ds"
SPF rec??ds SPF (Sender Policy Framew??k) is a DNS TXT rec??d that lists the servers auth??ized to send emails on behalf of a specific ??????. As a st?ard DNS rec??d, it's imp??tant to note that only a ??????'s owner ?? administrat?? has the permission to add ?? modify rec??ds in the ??????'s primary zone file. In sh??t, SPF gives recipient mail servers a way to verify whether an email claiming to be from ????? ?? ?????? is actually sent from one of ????? ?? auth??ized ????? IPes/servers. Recipient servers do this by checking the dedicated SPF TXT rec??d configured in ????? ?? ??????'s DNS zone file. This verifies the legitimacy of ????? ?? ??????'s mail servers ? significantly reduces the risk of email spoofing. A basic SPF rec??d looks like this: example.com TXT v=spf1 a ~all
DKIM rec??ds DKIM (??????Keys Identified Mail) should instead be considered a method to verify that the content of messages is trustw??thy, meaning that it hasn't changed from the moment the message left the initial mail server. This additional layer of trustability is achieved by the implementation of the st?ard public/private key signing process. Once again, the owners of a ?????? add a DNS entry with the public DKIM key which will be used by receivers to verify that the message DKIM signature is c??rect, while on the sender side, the server will sign entitled mail messages with the c??responding private key. DKIM rec??ds are implemented as text rec??ds. The rec??d must be created f?? a sub?????? ? should contain a unique select?? f?? that key, then a period (.), ? then the protocol name '_??????key' ? the ?????? name itself. Both 1024 ?? ? 2048 ?? keys are supp??ted.
DMARC rec??ds DMARC (??????-based Messaging ? Rep??ting Compliance) is a technology designed to combat email spoofing ? is useful to stop phishing. Specifically, it protects against cases w??? a phisher has spoofed the Display From address (also k????n as the 5322.From email address). DMARC protects users by evaluating both SPF ? DKIM ? then determining if either ?????? matches the ?????? in the Display From address. A typical DMARC rec??d looks like the following:
_dmarc.example.com TXT v=DMARC1; p=reject; rua=mailto:rep??ts@????? ????????.com; ruf=mailto:f??ensic@????? ????????.com