Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Jun 2008 01:09:57 +0400
From:      Yuri Pankov <yuri.pankov@gmail.com>
To:        z.szalbot@lc-words.com
Cc:        freebsd-questions@freebsd.org
Subject:   Re: how to check if spf record is set
Message-ID:  <484461A5.8010402@gmail.com>
In-Reply-To: <48446064.1040301@lc-words.com>
References:  <48446064.1040301@lc-words.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?484461A5.8010402>