How to Set Up DMARC for Google Workspace (Step-by-Step)
Complete guide to configuring DMARC for Google Workspace with screenshots and examples. Protect your domain and improve deliverability.
How to Set Up DMARC for Google Workspace (Step-by-Step)
Setting up DMARC for Google Workspace is essential for protecting your domain and ensuring your emails reach the inbox. This guide walks you through the entire process.
Prerequisites
Before setting up DMARC, you need:
- Admin access to Google Workspace
- Access to your domain's DNS settings
- SPF and DKIM already configured (we'll verify this first)
Step 1: Verify SPF is Set Up
First, let's make sure you have SPF configured:
- Go to your DNS provider
- Look for a TXT record on your root domain that contains
v=spf1 - It should include
include:_spf.google.com
Your SPF record should look something like this:
v=spf1 include:_spf.google.com ~allStep 2: Enable DKIM in Google Workspace
- Sign in to your Google Admin console
- Go to Apps > Google Workspace > Gmail > Authenticate email
- Select your domain
- Click Generate new record
- Copy the TXT record value
Add this record to your DNS:
Record type: TXT
Host: google._domainkey
Value: [the value from Google Admin]Wait 24-48 hours for DNS propagation, then click Start authentication in Google Admin.
Step 3: Create Your DMARC Record
Now you're ready to add DMARC. Start with a monitoring policy:
v=DMARC1; p=none; rua=mailto:dmarc@yourdomain.com; pct=100; adkim=r; aspf=rAdd this to your DNS:
Record type: TXT
Host: _dmarc
Value: v=DMARC1; p=none; rua=mailto:dmarc@yourdomain.comStep 4: Monitor Your Reports
After adding the DMARC record, you'll start receiving XML reports. These can be difficult to read, which is why many organizations use a DMARC monitoring service.
Next Steps
After monitoring for 2-4 weeks:
- Review your DMARC reports
- Fix any legitimate sources failing authentication
- Move to
p=quarantine - Monitor for another 2-4 weeks
- Finally move to
p=reject
Troubleshooting
Common Issues
My emails are failing DMARC
- Check SPF alignment
- Verify DKIM is signing correctly
- Ensure forwarding isn't breaking authentication
I'm not receiving reports
- Verify the email address in your rua tag
- Check spam folder
- Wait 24-48 hours for first reports
Conclusion
Setting up DMARC for Google Workspace protects your domain from spoofing and improves email deliverability. Start with monitoring mode and gradually increase protection as you gain confidence.
Ready to improve your email deliverability?
Start monitoring your DMARC reports and get insights into your email authentication setup.
Start Free TrialRelated Articles
How to Add a DMARC Record in Cloudflare (Step-by-Step)
Learn how to add a DMARC record in Cloudflare DNS step by step. Includes example records, common mistakes, and verification with free tools.
How to Add a DMARC Record in GoDaddy DNS
Step-by-step guide to adding a DMARC record in GoDaddy DNS. Includes DNS settings, example records, troubleshooting tips, and free verification tools.
platform guidesHow to Set Up DMARC, SPF and DKIM for Constant Contact
Complete guide to configuring SPF, DKIM, and DMARC for Constant Contact. Fix authentication issues and improve email deliverability.