• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

SPF record for domain name

DeviDso

New Pleskian
Hey everyone,
i am using plesk on my VPS, and the problem is that all emails goes to spam. even though i edited my SPF record in DNS template(PLESK) to
Code:
"v=spf1 a mx ip4:11.22.33.44 ~all"
but its not applying to domain. But once i add this SPF record to my domain provider DNS - it works. Any suggestions or help?
 
Hello, Goes to Tools & parameter ->Template DNS (default)
edit your spf to tha
<domain>. TXT v=spf1 +a +mx ptr ip4:<ip> a:mail.<domain> -all
 
Have you point your domain to VPS using name server?

If you are using A record in domain provider DNS, it could be the issue.
 
Yes, i am using A record to point to VPS, so in this case is not going to work? It is only possible via nameservers?
 
Yes as far as I know. Creating A record at Domain Registrar will point to your Domain to IP, Also all the records in Domain Registrar will come to effect not the Plesk.
 
But lets say i was pointing my domain to GoDaddy provider only with A record, and SPF record was applied from provider, so how this works then?
 
Hi DeviDso,

make it easier for yourself: If you are unsure, where you have to setup your DNS entries ( either only over Plesk or/and at the domain registrar nameserver ), please check your current state at for example: http://viewdns.info/ ( DNS Record Lookup )
If you don't see your settings from Plesk there, then you have setup your domain settings at your domain registrar as well, who mostly offers as well a control panel for your nameserver entries.
 
Back
Top