π‘οΈ Google Workspace Email Security & Sender Guide
Prevent Spoofing, Phishing, and Spam
This guide will help Google Workspace administrators secure their domain against spoofing, phishing, and spam using SPF, DKIM, DMARC, and BIMI, and provide protection against Google Drive abuse.
β Step 1: Set Up SPF (Sender Policy Framework)
Purpose: Prevents unauthorized senders from sending emails using your domain.
π Instructions:
-
Sign in to your domain registrar and go to DNS settings.
-
Add a new TXT record:
-
Type: TXT
-
Name: @ or leave blank
-
Value: v=spf1 include:_spf.google.com ~all
-
TTL: 3600 or default
-
-
Save changes
-
β Verify with Google Admin Toolbox – Check MX
π Step 2: Set Up DKIM (DomainKeys Identified Mail)
Purpose: Verifies that messages are actually sent by your domain and haven't been tampered with.
π Instructions:
-
Sign in to Google Admin Console
-
Navigate to:
Apps > Google Workspace > Gmail > Authenticate Email -
Generate DKIM key:
-
Add a TXT DNS record with:
-
Name: google._domainkey
-
Value: (Paste key from Admin Console)
-
-
-
Enable DKIM signing in Google Admin Console
-
β Verify with Google DKIM Checker
π§° Step 3: Set Up DMARC (Domain-based Message Authentication)
Purpose: Tells receiving email servers what to do with messages that fail SPF or DKIM.
π Instructions:
-
Add a new TXT record to your DNS:
-
Name: _dmarc
-
Value: v=DMARC1; p=none; rua=mailto:reports@yourdomain.com;
-
-
After initial testing:
-
Change p=none to p=quarantine or p=reject
-
-
β Verify with DMARC Inspector
πΌοΈ Step 4: Set Up BIMI (Brand Indicators for Message Identification)
Purpose: Allows your brand logo to appear in inboxes that support BIMI.
π Instructions:
-
DMARC must be set to p=quarantine or p=reject
-
Prepare a valid SVG logo and host it at a secure HTTPS location
-
Add TXT record to DNS:
-
Name: default._bimi
-
Value: v=BIMI1; l=https://yourdomain.com/logo.svg;
-
-
β Verify BIMI with BIMI Inspector
π« Step 5: Prevent Google Drive Spam & Phishing
Attackers may abuse file-sharing to bypass email protections. Reduce risk:
-
Block unwanted sharers in Google Drive
-
Restrict external file sharing via Google Admin Console
-
Enable phishing/malware protection under:
Security > Rules > Drive content protection
π Final Checks & Resources
-
Use Google Admin Toolbox to test SPF, DKIM, DMARC.
-
For more: Google Workspace Security Guide
Secure email = trusted communication. Take these steps today.