• 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.

DNS: Problems with TXT (SPF)

W

Webplus

Guest
Hello,

I'm having some troubles when trying to add a TXT DNS record.
When I add:
"v=spf1 ip4:11.11.11.11 -all"
(without quotes)

Plesk add this way on MS DNS Server:
"v=spf1 ip4:11.11.11.11 -all,
"
(without quotes)

Plesk add a space character after the "," (comma) and an "Enter" character (break line) after this space character, so when I check the DNS on www.dnsstuff.com, I got this:
"v=spf1 ip4:11.11.11.11 -all" ""

Anyone know how to solve this? I want to use DNS Template, but I can't since Plesk has this bug! I can't add manually on MS DNS everytime a new domain is created, it's ridiculous!!!

Thanks.
 
Nobody has this issue??

Anybody is using DNS SPF on Template??
 
I had a similar problem... Here is what I did.
When adding a SPF record do not select the option SPF record
and in the box below it type your record

v=spf1 ip4:xx.xx.xx.xx a mx -all
 
Thanks for your help, but I still have this problem, even using the box bellow (bigger one).
 
If you are copying and pasting the record from another page/document make sure to paste it in a notepad and then copy it and paste it in the field.
 
Try something like this...

mx ptr mx:mail.<your_domain> ip4:<your_ip> ~all
 
Back
Top