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

local NS not giving SPF record back

M

MrTi

Guest
Hi,

i have added an SPF Record for all my Domains like

mail.domain.com TXT v=spf1 a mx ~all

(do i need additionally following TXT entry:
domain.com TXT v=spf1 a mx ~all ?)

If i check the psa Database i can find back this Entry.

If i run the command:

dig @ns.domain.com domain2.com TXT

i am not getting back the TXT Value.

Why my DNS Server is not giving me the SPF Record back ? What could i check ?

thx 4 help
 
I'm not positive, but I suspect it has something to do with the mail. portion.

when you create the record on the domain itself, you should be able to query properly then.
 
Th@nks Vengent,

it was the .mail portion.

If i add this, my SPF is working well.

domain.com TXT v=spf1 a mx ~all
 
Back
Top