Plesk Control Panel

How to add DNS SPF Record for domain In Plesk

Sender Policy Framework (SPF) is a validation system that allows ISPs and mail servers to check if the incoming mail has been sent from an authorized server.We are going to add SPF Record In Plesk control panel for specific domain subscription  

SPF Record Syntax Example

Simple SPF record for domain exampledomain.com will look like

    
     exampledomain.com. TXT “v=spf1 mx a:ex1.exampledomain.com -all”

    
   

Add SPF Domain Record In Plesk Panel

Its very important to add SPF Record into your domain DNS Zone file , its allows ISPs and mail servers to check if the incoming mail has been sent from an authorized server.To Add the SPF record within Plesk:

  1. Login to your Plesk control Panel.
  2. Navigate Websits & Domains >> DNS Settings and click Add Record button.
  3. From Add a Resource Record to the Zone Page :
    1. Record type : Select TXT from drop-down list.
    2. Domain name :Leave it blank.
    3. TXT record :Enter the value v=spf1 a mx ~al
    4. Click Ok button .

    5. Then you will get the following :The changes you made to DNS records are not saved yet. The changes are marked in the list of records. Click Update to apply the changes to the DNS zone. Click Revert to cancel the changes. Click Update button.

XsoftHost Support

Share

Recent Posts

Add Extra IP addresses to server configuration On Ubuntu 17.10 and later

Each failover IP address will need its own line in the configuration file. The configuration…

3 years ago

Create RAID Arrays with mdadm on Ubuntu

What is mdadm? The mdadm utility can be used to create and manage storage arrays…

4 years ago

How to change the maximum upload file size for PHP

There are several scenarios that you might need to increase or decrease your php maximum…

6 years ago

How to install Let’s Encrypt Plugin in WHM/cPanel

What is Let’s Encrypt? Let’s Encrypt is a free certificate authority provided by the Internet…

6 years ago

How to install python in my cPanel and add py extension

Python normally installed on all cPanel hosting server because most of Centos/red hat update system…

6 years ago

How to install and enable GUI GNOME Desktop on centos 7

Usually CentOS 7 comes in a numbers of variants, For most users, there are two…

6 years ago