
When setting up your email marketing system in the Gersuz All-in-One Marketing Platform, configuring your DNS records correctly is critical for high deliverability, authentication, and domain reputation. This guide explains the three core DNS records SPF, DKIM, and DMARC , the parameters inside each one, and the recommended values provided by Gersuz.
1. SPF Record (Sender Policy Framework)
SPF specifies which servers are allowed to send emails on behalf of your domain. Correct SPF configuration helps prevent spoofing and reduces spam risk.
Typical SPF Parameters
An SPF record includes:
- v=spf1 → SPF version
- ip4 / ip6 → Allowed IP addresses
- include: → External sending services
- all → Defines policy for non-listed senders (usually ~all or -all)
Recommended SPF Record
v=spf1 include:spf.your-email-server.com ~all
Where to Add It
Create a TXT record in your DNS settings with your domain host (e.g., Cloudflare, GoDaddy, Namecheap).
2. DKIM Record (DomainKeys Identified Mail)
What DKIM Does
DKIM signs your outgoing emails with a cryptographic signature ensuring:
- Email authenticity
- Protection against tampering
- Higher inbox placement
Typical DKIM Parameters
A DKIM record contains:
- Selector (e.g., _domainkey)
- p= (public key)
- k= (key type, usually rsa)
- v=DKIM1 (DKIM version)
Recommended DKIM
"v=DKIM1; p=YOUR_PUBLIC_KEY"




















