Date: Tue, 3 Jun 2008 08:44:51 +1000 From: Fraser Tweedale <Fraser@mail.frase.id.au> To: freebsd-questions@freebsd.org Subject: Re: how to check if spf record is set Message-ID: <20080602224449.GA2157@bacardi> In-Reply-To: <D4D5213F90B75633F3F80FA6@utd65257.utdallas.edu> References: <48446064.1040301@lc-words.com> <484461A5.8010402@gmail.com> <D4D5213F90B75633F3F80FA6@utd65257.utdallas.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
--pf9I7BMVVzbSWLtt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 02, 2008 at 04:34:47PM -0500, Paul Schmehl wrote: > --On Tuesday, June 03, 2008 01:09:57 +0400 Yuri Pankov <yuri.pankov@gmail= =2Ecom>=20 > wrote: >=20 > > 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 > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd= =2Eorg" > > >=20 > Or "#dig -t TXT domain.tld" will do the same thing. >=20 > --=20 > Paul Schmehl > As if it wasn't already obvious, > my opinions are my own and not > those of my employer. >=20 You don't even need the -t flag. `dig TXT host` will do the trick... and l= et's not forget about the newer, dedicated SPF record type; to query that, = use `dig SPF host`. frase --pf9I7BMVVzbSWLtt Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkhEd98ACgkQPw/2FZbemTWqCACfVUwIdRsbeKBgcZWoR8vkxMkS YX8AnjC2ja305k+BQdS5pAHx7d9eUglN =SS8Y -----END PGP SIGNATURE----- --pf9I7BMVVzbSWLtt--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080602224449.GA2157>