• 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 SPF Recrods set with the DNS Plugin for Plesk not accepted

FelixHohl

New Pleskian
Hi all,

I've installed the DNS plugin for plesk 17.5.4 ... and set up a DNS Setting for SPF

it looks like this:

domain.de
Type: TXT
Value: v=spf1 +a +mx -all +a:domain.de

When I check If the rule is set with this tool for example: SPF Query Tool

Return value is: No valid SPF record found of either type TXT or type SPF.

Any Ideas?
 
Hi FelixHohl,

first of all, pls. notice, that your TXT - entry is partly incorrect:
Value: v=spf1 +a +mx -all +a:domain.de
Should be:
Code:
Value: v=spf1 +a +mx +a:domain.de -all
... the "all" - definition is always the END, according to => RFC 7208 - Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1

Next, you would like to get help with your settings, without providing the informations about the name of the FQDN. This will lead to guessings and suggestions which might not at all suit your needs and desire. :(

If you get the answer
Return value is: No valid SPF record found of either type TXT or type SPF.
... it is mostly like the case, that your domain still uses the nameservers from your domain provider ( who has it's very own control panel ), instead of the ones from your server. ;)
 
Back
Top