How to set up SPF record for mail in static DNS

How to set up SPF record for mail in static DNS

SPF stands for Sender Policy Framework, a protection against email address spoofing. It identifies the SMTP mail servers authorized to send messages through domain name system (DNS) records.
 
Its purpose is to prevent, for example, a message with the sender fake_user@example.com from sending emails using machines that are not authorized by your domain.
 
 
To configure an SPF record, go directly to Manage DNS from the "Basic services list" in your control panel and follow these steps.

 
1.- Add record
 
In the "DNS Records" list, click on New record and in the "Record type" dropdown select TXT/SPF.

 
Enter the subdomain, the value, and save the record.

 
How is it configured?
 
This protocol is configured using a TXT (DNS) record and generally follows this format:
 
Subdomain: @
Value: v=spf1 mx a ptr ip4:46.16.60.0/23 a:cdmon.com include:srv.cat ~all
 
Where:
v defines the SPF version used (version 1)
a DNS A record of the domain
ptr authorizes machines under the domain
ip4 IPv4 addresses
ip6 IPv6 addresses
~all disallows machines that are not explicitly authorized
 
Once all the data has been entered, save it and the information will be stored.
You can find more information at http://www.open-spf.org/SPF_Record_Syntax/
 
2.- Propagation
 
Your SPF record has now been created. You only need to wait for the changes to propagate, which may take approximately five minutes.
 

For more information, you can contact us .
    • Related Articles

    • How to set up the SRV record for mail in static DNS

      SRV is a DNS record where information about the available services of the domain is specified. In practical terms, this record is required in protocols such as SIP or XMPP, where information is queried to determine where to find the service. For ...
    • How the static DNS panel works

      Below we will see how the static DNS panel works. To perform any management, you must access it from the "Free DNS" option in the top menu of the cdmon control panel and click on Static DNS. Options available in the DNS zone manager From the "Static ...
    • Pilotron | Static DNS Management

      Pilotron is your artificial intelligence assistant in the cdmon control panel. With this tool, you can manage and obtain information about your hosting services quickly and easily, without needing to manually navigate through the control panel. In ...
    • How to add a domain to static DNS

      From the cdmon control panel you can easily and quickly add a domain to the static DNS. Access DNS management To do so, go to Free DNS in the top menu of the cdmon control panel. On the next screen, click on Static DNS to access static DNS ...
    • How to set up email redirects in static DNS

      To create email forwarding in the static DNS from your control panel, it is essential that you have the domain registered with cdmon. There are two possible ways to access the email forwarding configuration from the basic services list: through the ...