From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 22:38:58 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 6485F106566C for ; Mon, 2 Jun 2008 22:38:58 +0000 (UTC) (envelope-from pschmehl_lists@tx.rr.com) Received: from smtp3.utdallas.edu (smtp3.utdallas.edu [129.110.20.110]) by mx1.freebsd.org (Postfix) with ESMTP id B247F8FC13 for ; Mon, 2 Jun 2008 22:38:53 +0000 (UTC) (envelope-from pschmehl_lists@tx.rr.com) Received: from utd65257.utdallas.edu (utd65257.utdallas.edu [129.110.3.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTPSA id 4306423DF3; Mon, 2 Jun 2008 16:34:47 -0500 (CDT) Date: Mon, 02 Jun 2008 16:34:47 -0500 From: Paul Schmehl To: Yuri Pankov , z.szalbot@lc-words.com Message-ID: In-Reply-To: <484461A5.8010402@gmail.com> References: <48446064.1040301@lc-words.com> <484461A5.8010402@gmail.com> X-Mailer: Mulberry/4.0.6 (Linux/x86) X-Munged-Reply-To: Figure it out MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: freebsd-questions@freebsd.org Subject: Re: how to check if spf record is set X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Paul Schmehl List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 22:38:58 -0000 --On Tuesday, June 03, 2008 01:09:57 +0400 Yuri Pankov wrote: > 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.org" > Or "#dig -t TXT domain.tld" will do the same thing. -- Paul Schmehl As if it wasn't already obvious, my opinions are my own and not those of my employer.