Help4 Net
Google Workspace

Authenticate Google mail in the right order.

Use Google’s current Admin console values for your domain. The examples below contain no tenant, user, or private-key information.

Before starting

  • Inventory every non-Google sender.
  • Keep the Google verification TXT or CNAME.
  • Copy the exact MX values displayed in Google Admin.
  • Never publish a DKIM private key.

Walkthrough

  1. Publish Google MX. Use the current record set shown by Google Workspace setup. Preserve priority exactly.
  2. Merge SPF. Add include:_spf.google.com to the one existing SPF record, alongside other real senders.
  3. Generate DKIM. In Google Admin, create the domain’s DKIM record and copy its selector and public value into Help4 DNS.
  4. Start authentication. Wait for DNS visibility, then enable DKIM signing in Google Admin.
  5. Monitor DMARC. Begin with p=none; verify aligned Google and non-Google traffic before enforcement.

Generic record shapes

Use provider-generated values. These show format only.
SPF@ TXT "v=spf1 include:_spf.google.com ~all"
DKIMSELECTOR._domainkey TXT "v=DKIM1; k=rsa; p=PROVIDER_PUBLIC_KEY"
DMARC monitor_dmarc TXT "v=DMARC1; p=none; rua=mailto:dmarc@example.com; adkim=r; aspf=r;"

Verification

Google SPF · Google DKIM · Google DMARC rollout