From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 23:09:24 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DB8F106566B for ; Mon, 2 Jun 2008 23:09:24 +0000 (UTC) (envelope-from fbsd06+WQ=7c8bad32@mlists.homeunix.com) Received: from turtle-out.mxes.net (turtle-out.mxes.net [216.86.168.191]) by mx1.freebsd.org (Postfix) with ESMTP id E572D8FC1A for ; Mon, 2 Jun 2008 23:09:23 +0000 (UTC) (envelope-from fbsd06+WQ=7c8bad32@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by turtle-in.mxes.net (Postfix) with ESMTP id 6737F163F6C for ; Mon, 2 Jun 2008 18:53:26 -0400 (EDT) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id B813923E3E9; Mon, 2 Jun 2008 18:53:24 -0400 (EDT) Date: Mon, 2 Jun 2008 23:53:22 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20080602235322.16c8eacc@gumby.homeunix.com.> In-Reply-To: References: <48446064.1040301@lc-words.com> <484461A5.8010402@gmail.com> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Paul Schmehl Subject: Re: how to check if spf record is set X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 23:09:24 -0000 On Mon, 02 Jun 2008 16:34:47 -0500 Paul Schmehl wrote: > --On Tuesday, June 03, 2008 01:09:57 +0400 Yuri Pankov > wrote: > > SPF uses TXT record, so a simple `host -t txt yourdomain.com` > > should do the trick. > > > Or "#dig -t TXT domain.tld" will do the same thing. > or just: dig domain.tld txt