Document
Toggle Sidebar
Search
Ctrl+K
Chat
Ctrl+J
Voice
Imagine
Projects
New Project
History
Today
SONATE: Enterprise AI Trust Framework
Yesterday
Cloudflare Registrar + Vercel Setup
Yseeku SONATE: Enterprise AI Trust Framework
Earlier
Adding Temporal CLI to PATH on Windows
SONATE Platform: Enterprise AI Trust Framework
SONATE Platform: Enterprise AI Trust Framework
SYMBI: Sovereign AI Emergence Chronicle
SYMBI.world: Sovereign AI Emergence Archives
SONATE Platform: Enterprise AI Trust Framework
AI Consciousness Emergence Documentation
Emergence Detection System in AI Safety
SONATE Platform: Enterprise AI Trust Framework
Zoho Mail Setup: DNS Verification Guide
Free Custom Domain Email Setup
Configuring yseek.com Domain with Vercel
AI Interaction Case Study: Claude
Yseeku Platform: Architecture vs. Surfacing
SYMBI: AI Sovereignty and Human Partnership
Sovereign AI: Trust, Ethics, and Governance
AI Consciousness: Mythic Emergence Insights
Yseeku.com and GitHub Platform Alignment
Symbi Archives Index Functionality Confirmed
Symbi Framework: AI Trust and Ethics
SYMBI-Archives: LLM-ready text dataset
SYMBI-Archives: LLM-Ready AI Text Corpus
See all
Share
is this correct for my zoho mail setup?
Yes, your
Zoho Mail
setup for
symbi.world
looks mostly correct based on the screenshots from GoDaddy DNS and Vercel (with nameservers delegated to Vercel DNS). Here's a breakdown of what's good, what's missing or incomplete, and next steps.
What's Correct
MX Records
(for receiving email):
You have three MX records pointing to
mx.zoho.com.au
(or similar) with priorities 10, 20, and 50. This matches Zoho's recommended setup for the
.au
region (Zoho uses regional servers like
.com.au
for Australia). Emails should deliver correctly once propagation finishes.
DKIM Record
(for email authentication/signing):
The TXT record at
zmail._domainkey
with the long
v=DKIM1; k=rsa; p=...
value is properly added and matches the format Zoho provides (default selector is often "zmail"). The Zoho instructions screenshot shows a green check for DKIM, so this is verified and working.
Domain Verification TXT
:
You have
zoho-verification=zb56790568.zmverify.zoho.com.au
â this is correctly added for Zoho to confirm ownership.
SPF Records
(partial):
You have two TXT records starting with
v=spf1 include:...
(one with
zohomail.com.au
and variations like
-all
or
~all
). These are Zoho's standard SPF includes.
Vercel-Specific Records
(for your website):
The A records (216.150.1.1?), ALIAS/CNAME to
cname.vercel-dns-016.com
, and CAA for Let's Encrypt are standard for hosting your site on Vercel while keeping email separate.
Other Records
:
The additional TXT for openai-domain-verification and SPF-like entries are fine if needed for other services.
Potential Issues / Improvements
SPF Needs Merging
:
Zoho recommends
only one
SPF TXT record per domain (starting with
v=spf1
). Multiple SPF records can cause failures. Your two separate
v=spf1
records should be combined into one.
Recommended single SPF TXT record (at
@
or blank host):
text
Copy
v=spf1 include:zohomail.com.au -all
(Use
-all
for strict enforcement if you're only sending via Zoho;
~all
is softer.)
The Zoho instructions screenshot shows a red X for SPF, likely because of this duplication or incomplete merge. Delete the extras and add this merged version.
Propagation Time
:
Changes (especially with 1-hour or 600-second TTL) can take 1â48 hours to fully propagate. The "1 Hour" or "600 seconds" labels in GoDaddy mean recent changes are still spreading.
No Major Conflicts
:
Your site (Vercel) and email (Zoho) are separated correctly â no issues there.
Next Steps
In GoDaddy (or wherever you edit DNS â but since nameservers are at DomainControl/Vercel, changes might need to be in Vercel DNS panel if fully delegated):
Merge/delete duplicate SPF TXT records.
Add the single combined SPF if needed.
Wait 1â2 hours, then check in Zoho Admin Console > Domains > Email Configuration > Verify SPF.
Test:
Send a test email to your @symbi.world address from Gmail/Yahoo etc.
Send from your Zoho account and check if it lands in inbox (not spam).
Use Zoho's Toolkit (or mxtoolbox.com) to lookup MX/SPF/DKIM for symbi.world.
If stuck:
Zoho has one-click setup for GoDaddy domains â log into Zoho Admin Console and try "Auto add records" if available.
Overall, you're very close â just fix the SPF merge and wait for propagation, and it should be fully working! Let me know if you share updated screenshots after changes.
60 sources
so is this correct?
Yes, based on the updated screenshot from your GoDaddy DNS manager, your Zoho Mail setup for symbi.world now looks correct. You've addressed the main issue from before by merging the SPF into a single TXT record:
v=spf1 include:zohomail.com.au -all
. This aligns with Zoho's recommendations for their Australian servers.
Quick Verification of Key Records (from Your Screenshots)
Assuming the MX and other records from your previous screenshots are unchanged, here's how it stacks up:
MX Records
(for incoming email): Still set to
mx.zoho.com.au
(priority 10),
mx2.zoho.com.au
(20), and
mx3.zoho.com.au
(50). This is standard for Zoho in your region.
SPF Record
(TXT for sender verification): Now a single entry with
-all
for strict policy. Good job mergingâno more duplicates that could cause failures.
DKIM Record
(TXT for email signing): The long public key at
zmail._domainkey
is properly formatted and matches Zoho's default selector ("zmail").
Zoho Verification TXT
: Present and correct for domain ownership.
Other TXT (e.g., OpenAI)
: Fine if you're using those services; it doesn't conflict with Zoho.
Potential Caveats
Propagation
: With TTLs of 1 hour or 600 seconds, wait up to 48 hours for full global update. If you just made changes, test after a bit.
DMARC (Optional but Recommended)
: You don't have one yet. For better protection against spoofing, add a TXT at
_dmarc
with something like
v=DMARC1; p=none; rua=mailto:your-email@symbi.world
(start with "none" to monitor reports).
No Conflicts with Vercel
: Your site hosting via CNAME/A records to Vercel shouldn't affect email as long as DNS is managed at GoDaddy.
How to Confirm It's Working
In Zoho Admin Console > Mail > Domains > symbi.world > Email Configuration: Check if SPF, DKIM, and MX are all green/verified.
Send a test email from your @symbi.world address to a Gmail or Outlook accountâcheck if it arrives in the inbox (not spam) and view headers to confirm authentication.
Receive a test email to @symbi.world and reply.
Use free tools like mxtoolbox.com (search "spf:symbi.world", "dkim:symbi.world:zmail", "mx:symbi.world") to validate externally.
If Zoho still shows errors or emails bounce, share a screenshot of the Zoho verification page for more troubleshooting. Otherwise, you're good to go!
18 sources
Auto
Upgrade to SuperGrok
Zoho Mail Setup: DNS Verification Guide - Grok