• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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