How to configure Google Workspace (formerly G Suite) in cPanel
Estimated reading time: 1 min
To configure Google Workspace (formerly G Suite) in cPanel, follow these steps:
Step 1: Remove Existing Email Configurations
- Log in to cPanel.
- Go to Email Routing (Search for it in the cPanel search bar).
- Select the domain you want to configure.
- Choose Remote Mail Exchanger (since Google handles the email).
- Click Change to save.
Step 2: Update MX Records
- In cPanel, go to Zone Editor (or “DNS Zone Editor”).
- Locate the MX Records section.
- Delete any existing MX records.
- Add the following Google MX records:
Priority | Mail Server |
---|---|
1 | ASPMX.L.GOOGLE.COM |
5 | ALT1.ASPMX.L.GOOGLE.COM |
5 | ALT2.ASPMX.L.GOOGLE.COM |
10 | ALT3.ASPMX.L.GOOGLE.COM |
10 | ALT4.ASPMX.L.GOOGLE.COM |
- Click Save.
Step 3: Add SPF, DKIM, and DMARC Records
SPF Record
- In Zone Editor, add a TXT Record with:
- Name:
@
or your domain name. - Value:
- Click Save.
- Name:
DKIM Record
- In Google Admin Console, go to Apps > Google Workspace > Gmail > Authenticate email.
- Enable DKIM for your domain.
- Copy the DKIM TXT record provided.
- In cPanel, go to Zone Editor, add a TXT record:
- Name:
google._domainkey.yourdomain.com
- Value: Paste the DKIM key.
- Save the record.
- Name:
DMARC Record (Optional but Recommended)
- In Zone Editor, add a TXT Record:
- Name:
_dmarc.yourdomain.com
- Value:
- Click Save.
- Name:
Step 4: Verify Your Domain in Google Workspace
- Go to the Google Admin Console (admin.google.com).
- Click Domains > Manage Domains.
- Follow the verification steps (usually adding a TXT record to cPanel).
- Once verified, Google Workspace is set up!
Step 5: Test Your Setup
- Send a test email from another email provider (e.g., Gmail, Yahoo) to your domain email.
- Try sending emails from your Google Workspace email.
Now, your domain email is fully set up with Google Workspace in cPanel!