Publish a DMARC record to protect your domain when sending email through Salesforce.
TXT
_dmarc
v=DMARC1; p=none; rua=mailto:[email protected]; ruf=mailto:[email protected]; fo=1
Configure SPF with custom return-path and DKIM in Salesforce before enforcing.
Ensure both SPF and DKIM are configured. Use a custom return-path domain for SPF alignment.
Send test emails from Salesforce and verify SPF and DKIM pass with alignment in the email headers.
Add a TXT record at _dmarc.yourdomain.com.
v=DMARC1; p=none; rua=mailto:[email protected]; ruf=mailto:[email protected]; fo=1Analyze DMARC aggregate reports for several weeks to confirm alignment.
Move from p=none to p=quarantine to p=reject.
After adding your DNS records, use our free DMARC checker to verify everything is configured correctly. DNS changes typically propagate within minutes, but can take up to 48 hours.
Yes. DKIM provides alignment when keys are configured. SPF alignment requires a custom return-path domain.
DMARC is per domain, not per service. One record covers all email from your domain. But both services must be authenticated.
If SPF and DKIM are properly configured, no. Automated emails use the same authentication as manual ones.