How to Add SPF, DKIM, and TXT Records in cPanel

How to Add SPF, DKIM, and TXT Records in cPanel

To make these DNS entries in cPanel, you need to access the "Zone Editor" option. Below are the detailed steps:


🔧 How to Add SPF, DKIM, and TXT Records in cPanel:

  1. Log into your cPanel.

  2. Go to the "Domains" section and click on "Zone Editor".

  3. Click "Manage" next to the domain you want to edit.


Adding the Records:

📌 SPF Record:

  • Click "Add Record"

  • Type: TXT

  • Name: (Leave it blank or use your domain name if required)

  • TTL: Default (or 14400)

  • Record:

    v=spf1 include:_shooting.shootinghouse.com.br ~all
    

📌 DKIM Record:

  • Type: TXT

  • Name:

    shooting._domainkey.yourdomain.com
    

    (Replace yourdomain.com with your actual domain)

  • TTL: Default

  • Record: (Paste the full key as a single line, even if originally broken into parts)

⚠️ Important: Ensure the DKIM p= key is entered as one continuous string without line breaks, like this:

v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu7uCOxPYL+sKEMbbZwlI7en7ImGUgQK5rjyaxWhJxehPk129i0GVnwnwD3chRni0yFjFJSDR/zCTBPSi+UsYqgBpnRZMvufic7oSywwuJFfgHYGIFsYlpoJ9D+i7QIOD+wH5YPoW8BJhLtMUgrAPh/UacgXsn9V0J8uerxqZjVgLXyq70TmQSz16+PdYVSBX90IukGp3BrKmqa+nFjSDNwPJ+GW06d2vT6ntmRWtJPaIEa3mC3brlhLsljYebkTXfrcwerfMtS7ULWpqVXl3vPcNNOpDCHTThWxv1sw/SKwUjPc/FxhKPAv+9dqZc+9MHhmNDk6eia7UYh9LSb7o6wIDAQAB


    • Related Articles

    • TXT record

      How to create a TXT record Step 1 Logged into your cPanel in the "DOMAINS" tab, locate the "Zone Editor" item. Step 2 On this screen you select the domain you want to edit and click Manage. Step 3 Now click on "Add record" enter the name and in the ...
    • How to add a domain redirect

      Step 1 - Login to cPanel Log in to your dashboard cPanel and go to the Domains section, and look for the Redirects item. Step 2- Add redirect 1- On this screen choose between a redirection type Permanent (301) Temporary (302) 2- In “https?://(www.)?” ...
    • How to create a subdomain in cPanel

      Creating a subdomain in cPanel is a simple and straightforward process. Here are the detailed steps to create a subdomain using cPanel: Access cPanel: Log in to your cPanel account. Usually, the URL to access cPanel is https://yourdomain.com/cpanel. ...
    • How to Park(alias) a Domain in cPanel?

      Note: Before parking a domain, First you need to update name server of your domain you want to park to your main domain name server. 1. Log into your cPanel account. 2. In the "Domains" section, click on "Aliases" Icon.  3. Under "Create a New Alias" ...
    • JetBackup 5 - Manage Account : How to add an email to receive notifications

      Jetbackup 5 has a new interface, with better usability and new options, making it easier to search for specific items. In this article we will see how to add an email to receive notifications in a cPanel account. First we must access cPanel and ...