• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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