• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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