• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Spf Records

S

stevethemusicma

Guest
Hi All,

I want to create an SPF record for each domain. My name server is ns3.creativerecords.net and one domain is jingledoctor.com. Is the below txt record correct?

Record v=spf1 a ptr ptr:ns3.creativerecords.net mx:mail.jingledoctor.com ip4:72.167.141.70/29 ~all

I am also unsure about how to Switch on SPF spam protection. I've heard horror stories about doing it wrong. Can someone point me in the right direction?

Thanks
Steve lewis
 
Hello,

after a few attempts I have got my SPF working doing the following.

domainname TXT v=spf1 a mx

remove the current A record for mail.domain.name
set a new A record mail.domain.net to the primary IP of the server

test your domain here http://www.vamsoft.com/spfcheck.asp

by changing the A record the SPF will allow sending from you local IP's

Hope this helps!
 
Back
Top