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

Question Best SPF record to use?

SalvadorS

Regular Pleskian
Server operating system version
Debian
Plesk version and microupdate number
18.0.45
As nearly all the mail sent from my Plesk servers goes to spam in gmail or hotmail and after checked all I can check, I am wondering what is your best DNS SPF TXT record for your domains. I found a lot of examples but I don´t know what is the best line to tune the record.

Can you please tell me what line are you using?

Thank you
 
Thanks for the reply. The record I obtained is:

v=spf1 a mx a:server.domain.com ip4:x.x.x.x ?all

It is similar as yours? Any more to add?
 
If your server is the only system that is sending mails for your domain then this record will be good enough. But you should change your qualifier (last part of the record). Your current qualifier is "neutral", ie. no action will be applied.

Start with softfail (~) and if nothing breaks after a couple of days switch to fail (-).

Qualifiers are explained here: Sender Policy Framework - Wikipedia
 
Back
Top