• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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