how to check if spf record is set

Yuri Pankov yuri.pankov at gmail.com
Mon Jun 2 21:10:05 UTC 2008


Zbigniew Szalbot wrote:
> Hello,
> 
> Pardon my lack of knowledge but how can one check if SPF record is 
> correctly set using standard UNIX tools?
> dig? host?
> 
> $ man dig |grep spf
> $ man host |grep spf
> 
> yield nothing. Many thanks!
> 

SPF uses TXT record, so a simple `host -t txt yourdomain.com` should do 
the trick.


HTH,
Yuri


More information about the freebsd-questions mailing list