abc.com. 1D IN TXT "v=spf1 a mx ipv4:10.11.x.x -all" This is result i got using dig root#dig txt abc.com.

But when i send mail to my gmail from this domain, gmail says softfail and 10.11.x.x is not allowed to send mail for this mail.

Can anyone please guide me

link|improve this question

61% accept rate
feedback

1 Answer

up vote 2 down vote accepted

You have typo - ipv4 instead of ip4

link|improve this answer
Alex is absolutely right: see the standard definition at eg openspf.org/SPF_Record_Syntax for more details. – MadHatter Apr 27 '11 at 13:33
I did , no luck some domains still appearing in soft fail while configured for hard fail – vnix27 Apr 27 '11 at 13:58
Try adding prefix-length to IP, e.g. 10.11.x.x/16 – AlexD Apr 27 '11 at 14:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.