> ## Documentation Index
> Fetch the complete documentation index at: https://kb.hosting.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Managing e-mail deliverability settings in cPanel

> Set up email authentication in cPanel to reduce spam with this DKIM and SPF walkthrough.

This article describes how to manage e-mail deliverability settings in cPanel to help reduce unwanted e-mail (spam). These settings include:

* DomainKeys Identified Mail (DKIM).

* Sender Policy Framework (SPF).

* Reverse DNS (PTR records).

<Note>
  You should not typically need to modify these settings for your account.
</Note>

## DomainKeys Identified Mail (DKIM)

You can use DKIM to verify that an incoming e-mail message is actually from the stated sender, and that the message has not been altered during transit. When DKIM is enabled, the sender digitally signs a message using a private key. The recipient uses DNS to retrieve the sender's public key and verify the message's signature. If the signature is invalid, then the message is assumed to be forged and therefore spam.

To manage DKIM settings, follow these steps:

1. Log in to cPanel.
   > 📘 Note
   >
   > If you do not know how to log in to your cPanel account, please see [this article](/docs/accessing-cpanel).

2. On the **Tools** page, in the **Email** section, click **Email Deliverability**:\
   ![](https://static.hosting.com/kb/kb-cpanel-jupiter-email-email-deliverability-icon.png)

3. Locate the domain you want to manage, and then click **Manage**.

4. Under **DKIM**, you can view the name/value pair for the DKIM DNS entry.

## Sender Policy Framework (SPF)

SPF helps prevent spammers from forging messages that implicate your domain as the sender. As a result, SPF can also reduce the amount of bounce messages that you receive (also known as backscatter spam). SPF uses DNS records that specify the mail servers and IP addresses that are authorized to send e-mail messages from a domain.

To manage SPF settings, follow these steps:

1. Log in to cPanel.
   > 📘 Note
   >
   > If you do not know how to log in to your cPanel account, please see [this article](/docs/accessing-cpanel).

2. On the **Tools** page, in the **Email** section, click **Email Deliverability**:\
   ![](https://static.hosting.com/kb/kb-cpanel-jupiter-email-email-deliverability-icon.png)

3. Locate the domain you want to manage, and then click **Manage**.

4. Under **SPF**, you can view and modify the name/value pair for the SPF DNS entry.

   > 🚧 Important
   >
   > If you have a shared hosting or reseller hosting account, confirm that the raw SPF record includes **one** of the following configuration lines:
   >
   > * If you have a shared hosting account, the raw SPF record should contain **+include:spf.a2hosting.com**.
   >
   > * If you have a reseller hosting account, the raw SPF record should contain **+include:spf.supercp.com**.
   >
   > If one of these configuration lines is **not** in the raw SPF record, follow these steps:
   >
   > 1. Click **Customize**.
   >
   > 2. Under **ADDITIONAL SETTINGS**, under **Include List (INCLUDE)**, click **Add A New "+include" Item**.
   >
   > 3. In the text box, type **one** of the following lines:
   >
   >    * If you have a shared hosting account, type `spf.a2hosting.com`.
   >
   >    * If you have a reseller hosting account, type `spf.supercp.com`.
   >
   > 4. Click **Install A Customized SPF Record**.
   >
   > 5. You can use additional options on this page to further customize the SPF record if necessary.

## Reverse DNS (PTR records)

A PTR record is a DNS entry that enables resolving IP addresses to domain names. This is called "reverse DNS" because a typical DNS lookup involves going the other way—returning the associated IP address for a given hostname. Verifying the domain name for a given IP address is another technique that is used to help reduce spam.

To manage reverse DNS settings, follow these steps:

1. Log in to cPanel.
   > 📘 Note
   >
   > If you do not know how to log in to your cPanel account, please see [this article](/docs/accessing-cpanel).

2. On the **Tools** page, in the **Email** section, click **Email Deliverability**:\
   ![](https://static.hosting.com/kb/kb-cpanel-jupiter-email-email-deliverability-icon.png)

3. Locate the domain you want to manage, and then click **Manage**.

4. Under **REVERSE DNS (PTR)**, you can view the name/value pair for the PTR record.

## More information

* For more information about DKIM, please visit [http://dkim.org](http://dkim.org).

* For more information about SPF, please visit [http://www.openspf.org](http://www.openspf.org).

* For more information about reverse DNS, please visit [https://en.wikipedia.org/wiki/Reverse\_DNS\_lookup](https://en.wikipedia.org/wiki/Reverse_DNS_lookup).

## Related articles

* [Unwanted email (spam)](/docs/unwanted-e-mail-spam)

* [E-mail Filtering](/docs/e-mail-filtering)
