Enable DKIM signing on your cPanel-hosted server using the built-in Email Deliverability tool or WHM.
TXT
default._domainkey
v=DKIM1; k=rsa; p=AUTO_GENERATED_BY_CPANEL
cPanel auto-generates DKIM keys. The default selector is "default". Use the Email Deliverability tool to manage it.
Access your cPanel account.
Navigate to Email > Email Deliverability.
The tool shows whether DKIM is configured for your domain. If not, it offers to generate and install the key.
Click "Manage" or "Repair" to auto-generate a DKIM key pair. cPanel creates the private key on the server and publishes the public key in DNS.
default._domainkey.yourdomain.com TXT "v=DKIM1; k=rsa; p=MIIBIjANB..."Send a test email and check the headers for a DKIM-Signature with s=default and a pass result.
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.
cPanel uses "default" as the DKIM selector. The record is published at default._domainkey.yourdomain.com.
Yes. The Email Deliverability tool in cPanel can auto-generate DKIM key pairs and install the DNS record.
Yes. In WHM, go to Service Configuration > Exim Configuration Manager to enable DKIM signing server-wide.