Applies to: All plans. On Managed plans we configure these records for you — you can skip the manual steps below.
Before you start: You need your client area login (my.maxinodes.com), Google Workspace set up for your domain, and access to the Google Workspace admin console (admin.google.com) to read your exact DKIM value. Your domain must point at our nameservers so DNS is managed in the client area.
To get Google Workspace email delivering on your domain, you add three DNS records — MX (so mail routes to Google), SPF (so your mail passes authentication) and DKIM (so Google signs your outgoing mail) — plus an optional DMARC record. You add all of them in your client area DNS manager, not in the cPanel zone editor. Your mailboxes live in Google Workspace, so these records point at Google, not at our hosting server.
Maxinodes does not host mailboxes on the hosting server and there is no cPanel webmail. You read your mail in Gmail at mail.google.com. These records simply connect your domain to Google Workspace.
Step 1 — Get your DKIM value from Google
The MX and SPF values below are the same for every Google Workspace tenant, but your DKIM value is unique to your domain and must be copied from Google.
- Sign in to the Google Workspace admin console at admin.google.com.
- Open the option for authenticating email (DKIM) for your domain and choose to generate a new record.
- Google shows you a TXT record to add — note the host name (it starts with
google._domainkey) and copy the long DKIM value exactly.
Result: You have your DKIM TXT value ready to paste. Do not start the DKIM "Start authentication" step in Google until the record is live (Step 4).
Step 2 — Open your client area DNS manager
- Go to my.maxinodes.com and select Login.
- Open Domains from the top menu (or your service under Services -> My Services) and open the DNS management option for your domain.
Result: You see the list of current DNS records for your domain.
Step 3 — Add the records
Add each record below in the DNS manager. Use @ for the root domain.
| Purpose | Type | Name (host) | Value | Priority |
|---|---|---|---|---|
| Mail routing | MX | @ |
smtp.google.com |
1 |
| SPF | TXT | @ |
v=spf1 include:_spf.google.com ~all |
— |
| DKIM | TXT | google._domainkey |
(the value you copied in Step 1) | — |
| DMARC (optional) | TXT | _dmarc |
e.g. v=DMARC1; p=none; rua=mailto:you@yourdomain
|
— |
A few things to watch:
-
One SPF record only. Your domain must have a single SPF TXT record. If you already send from another service, merge the
include:parts into one line rather than adding a second SPF record. -
Older tenants use five MX records. The single
smtp.google.comMX record applies to most Workspace accounts. Some older tenants use five separateASPMX.L.GOOGLE.COMrecords instead — follow whatever Google's setup wizard shows for your domain. - Paste the DKIM value exactly. A single missing character stops DKIM working. Copy it straight from the admin console.
Result: The new records appear in the list and begin to propagate — usually within minutes, occasionally up to a few hours.
Step 4 — Turn on DKIM in Google
Once the records are live, return to the Google Workspace admin console and choose to start authentication (turn on DKIM) for your domain. Google checks the record you added and confirms when signing is active.
Result: Mail sent from your domain now routes through Google and is signed with DKIM. Send a test message to a personal address to confirm it arrives.
Troubleshooting this task
-
Google says the DKIM record isn't found. DNS takes time to propagate. Wait a little, confirm the host is exactly
google._domainkey, and re-check. Make sure your domain points at ns1.maxinodes.com and ns2.maxinodes.com at your registrar. -
Mail still isn't arriving. Check the MX record reads
smtp.google.comwith priority1(or the fiveASPMX.L.GOOGLE.COMrecords for older tenants), and that there are no leftover MX records pointing elsewhere. -
Outgoing mail lands in spam. Confirm SPF is present as a single record and that DKIM is turned on in Google (Step 4). Adding a DMARC record (
p=noneto start) helps too. - I edited records in cPanel and nothing changed. DNS is managed in the client area, not the cPanel zone editor. Make every change in the client area DNS manager.
Comments
0 comments
Please sign in to leave a comment.