Google Workspace gives you the tools to authenticate your email, but the setup is scattered across multiple dashboards. Here is a step-by-step guide to get all three protocols configured correctly.
The free InboxProof audit runs a 7-point check (MX, SPF, DKIM, DMARC, TLS, PTR, and IP reputation) and returns a 0-100 score with a plain-English fix list. No signup.
Run the free checkDKIM signs your email with a private key, proving it was sent by you. Google Workspace has DKIM enabled by default, but you should verify it.
google).Google automatically publishes the DKIM public key as a TXT record. You do not need to add it manually.
SPF tells receiving servers which IPs are allowed to send email on behalf of your domain. For Google Workspace, the SPF record should include Google's sending services.
Add this TXT record to your DNS:
v=spf1 include:_spf.google.com -all
If you use other sending services (e.g., a marketing tool), add their include: entries. Keep the total DNS lookups under 10.
DMARC ties SPF and DKIM together and tells receivers what to do with unauthenticated email. Start with a monitoring policy:
v=DMARC1 p=none rua=mailto:dmarc-reports@yourdomain.com
Add this as a TXT record at _dmarc.yourdomain.com. After a few weeks of monitoring, move to p=quarantine, then p=reject.
Run the free InboxProof audit to confirm all three protocols are configured correctly. The audit checks:
If you include many services, you may exceed the 10-DNS-lookup limit. Use ip4: or ip6: mechanisms instead of include: where possible.
Make sure the DKIM selector in your DNS matches the one in Google Workspace. If they do not match, DKIM will fail.
The DMARC record must be at _dmarc.yourdomain.com, not at the root. If it is in the wrong place, it will not be found.
Run the free audit and see if your SPF, DKIM, and DMARC are configured correctly.
Run a free auditWant this checked automatically every day? Inboxproof Pro monitors your domain around the clock and alerts you the moment a record breaks or an IP gets listed. See pricing →
Related: SPF vs DKIM vs DMARC · SPF record not working? · How to set up a DMARC record · What is a good deliverability score? · SPF, DKIM, DMARC for Microsoft 365