• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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