Generate and publish a DKIM key in Zoho Mail admin to enable cryptographic signing of outgoing email.
TXT
zmail._domainkey
v=DKIM1; k=rsa; p=YOUR_PUBLIC_KEY_FROM_ZOHO
The default selector is "zmail" but you can customize it. Generate the key in Zoho Mail admin.
Go to the Zoho Mail admin console for your domain.
Go to Domains > your domain > Email Authentication > DKIM.
Click "Add" to create a new DKIM key. You can customize the selector name (default is often "zmail") and choose the key size (2048-bit recommended).
Copy the generated TXT record and add it to your DNS.
zmail._domainkey.yourdomain.com TXT "v=DKIM1; k=rsa; p=MIIBIjANBgkq..."Click "Verify" in Zoho Mail admin. Once verified, Zoho will begin signing outgoing email with DKIM.
After adding your DNS records, use our free DKIM checker to verify everything is configured correctly. DNS changes typically propagate within minutes, but can take up to 48 hours.
Zoho Mail commonly uses "zmail" as the default selector, but you can customize it during DKIM key generation.
Yes. Zoho recommends 2048-bit keys for stronger security. Use 1024-bit only if your DNS provider has character limits.
Yes. Zoho Mail allows multiple DKIM selectors per domain, which is useful for key rotation.