Google Workspace 01: Domain and Email Configuration

Domain verification, DNS evidence and Gmail activation.

Context: This Google Workspace lab extends the same SaaS administration environment across identity, access, collaboration and security controls.

01. Domain & Email Configuration

Configured a custom domain for Google Workspace, including DNS verification and secure email delivery.


Domain Verification

Domain ownership was verified using a DNS record provided by Google Workspace.

Google Workspace screen showing Google verification
Google Workspace screen showing Google verification

A CNAME verification record was added in Cloudflare DNS using the values supplied by Google.

Cloudflare DNS showing the CNAME domain-verification record for Google Workspace
Cloudflare DNS showing the CNAME domain-verification record for Google Workspace

After DNS propagation, the domain was successfully verified in Google Admin Console.

Google Workspace screen showing Domain verified
Google Workspace screen showing Domain verified

This process:


Gmail Activation

Once the domain was verified, Gmail was enabled for users on the domain.

Google Workspace screen showing Gmail activation prompt
Google Workspace screen showing Gmail activation prompt

After activation, Gmail showed as enabled in the Admin console.

Google Workspace screen showing Gmail activated
Google Workspace screen showing Gmail activated

This step:


MX Records (Mail Routing)

Mail routing was configured in Cloudflare by creating an MX record pointing to Google’s mail servers.

Cloudflare DNS showing the MX record routing mail to Google Workspace
Cloudflare DNS showing the MX record routing mail to Google Workspace

This ensures:


SPF (Sender Policy Framework)

An SPF TXT record was configured in Cloudflare to define which mail servers are authorised to send email on behalf of the domain.

Cloudflare DNS showing the SPF record authorising Google Workspace mail servers
Cloudflare DNS showing the SPF record authorising Google Workspace mail servers

Configured value:

v=spf1 include:_spf.google.com ~all

This helps:


DKIM (DomainKeys Identified Mail)

A DKIM key was generated in the Google Admin console for the domain.

Google Workspace screen showing DKIM record generation
Google Workspace screen showing DKIM record generation

The DKIM TXT record was then added in Cloudflare DNS.

Cloudflare DNS showing the DKIM TXT record for Google Workspace
Cloudflare DNS showing the DKIM TXT record for Google Workspace

After propagation and activation, email authentication checks confirmed successful DKIM signing.

Email authentication results showing SPF, DKIM and DMARC checks passing
Email authentication results showing SPF, DKIM and DMARC checks passing

This provides:


DMARC (Domain-based Message Authentication, Reporting and Conformance)

A DMARC TXT record was added to define how authentication failures should be handled and reported.

Cloudflare DNS showing the DMARC policy record for the Google Workspace domain
Cloudflare DNS showing the DMARC policy record for the Google Workspace domain

This provides:


Summary

This configuration established a secure and functional Google Workspace email environment by combining:

Together, these controls provide a production-ready baseline for secure email delivery and domain protection.

← Back to Google Workspace