cPanel - Authentications

Email Authentications prevent the email from going into the spam folder of recipients. cPanel uses DKIM and SPF to reduce the number of spam mails. Enabling these features will prevent spammers from forging messages that claim to be coming from your domain.

DKIM

Domain Key Identification Mechanism (DKIM) verifies your incoming emails to check whether they are the same as they were before when they were sent. This means if they are altered during the transit. It also checks whether they are from the same address, or who they claim to be. This feature prevents incoming spam emails.

When DKIM is enabled, the sender signs the email with a digital signature using a private key. When the email approaches the recipient, it retrieves the public key of its sender and checks if the signature matches. If the signature is invalid, then the message is treated as a spam message.

Enabling DKIM

To enable DKIM follow these steps −

Step 1 − Open Email Authentication by clicking Authentication found under the Mail Section of cPanel Home.

Email Authentication

Step 2 − Find DKIM settings, if disabled then, click Enable button to Enable DKIM.

DKIM

Disable DKIM

To disable DKIM follow these steps −

Step 1 − Open Email Authentication by clicking Authentication found under the Mail Section of cPanel Home.

Step 2 − Find the DKIM setting, if enabled, then click Disable button to Disable DKIM.

cPanel DKIM

Note − To Enable DKIM, your Nameservers must point to your hosting. It is recommended that you use DKIM Authentication in your hosting.

SPF

Sender Policy Framework (SPF) helps in preventing outgoing messages to be seen as spam. This helps to prevent spammers from creating a message that looks like it originated through your domain. SPF uses TXT type DNS resource records, which specify the hosts that send emails through your domain.

Enable SPF

To enable SPF, follow these steps −

Step 1 − Open Email Authentication by clicking Authentication found under the Mail Section of cPanel Home.

Step 2 − Find the SPF setting, if disabled, then click Enable button to Enable SPF.

SPF

Disable SPF

To disable SPF, follow these steps −

Step 1 − Open Email Authentication by clicking Authentication found under the Mail Section of cPanel Home.

Step 2 − Find the SPF setting, if enabled, then click Disable button to disable SPF.

SPF Disable

Did you find this article useful?