• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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