To minimize the amount of the bounced emails from your Local Analyzer campaigns, it is necessary to set up a SPF record on your sending domain.


This article addresses:


What is SPF?

What is the SPF record that I need to install?

How do I set up the SPF record on my domain?



What is SPF? 

Sender Policy Framework (SPF) is a method of fighting spam. As more time passes, this protocol will be used as one of the standard methods of fighting spam on the Internet. An SPF record is a TXT record that is part of a domain's DNS zone file. The TXT record specifies a list of authorized host names/IP addresses that mail can originate from for a given domain name. 


Once this entry is placed within the DNS zone, no further configuration is necessary to take advantage of servers that incorporate SPF checking into their anti-spam systems. This SPF record is added the same way as a regular A, MX, or CNAME record.





What is the SPF record that I need to install? 

Here is the SPF record that you need to set up on your sending domain: 

v=spf1 +a +mx +ip4:72.52.238.25 ~all


How to set up the SPF record on my domain?  (ex.: GODADDY) 


1. Log into your Domain Management Account.


2. Go to Domains. 



3. Next to the domain you want to manage, under the Action section, click on the Manage DNS button.



4. At the bottom of the Records section, click Add and select TXT from the menu.


5. Complete the following fields:

6. For a TXT SPF record, enter the SPF rule in the TXT Value field:

v=spf1 +a +mx +ip4:72.52.238.25 ~all


7. Click Save to commit the changes.


Notes: