From owner-freebsd-questions@FreeBSD.ORG Sat Feb 18 20:20:02 2012 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 C8A1C106566B for ; Sat, 18 Feb 2012 20:20:02 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id 486858FC13 for ; Sat, 18 Feb 2012 20:20:01 +0000 (UTC) Received: by wibhn14 with SMTP id hn14so3437437wib.13 for ; Sat, 18 Feb 2012 12:20:01 -0800 (PST) Received-SPF: pass (google.com: domain of rwmaillists@googlemail.com designates 10.180.101.200 as permitted sender) client-ip=10.180.101.200; Authentication-Results: mr.google.com; spf=pass (google.com: domain of rwmaillists@googlemail.com designates 10.180.101.200 as permitted sender) smtp.mail=rwmaillists@googlemail.com; dkim=pass header.i=rwmaillists@googlemail.com Received: from mr.google.com ([10.180.101.200]) by 10.180.101.200 with SMTP id fi8mr5694807wib.20.1329596401206 (num_hops = 1); Sat, 18 Feb 2012 12:20:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=Wu5bKaNE3MtvguAYo9Gf/7ZyZTuBDE5GdU05R+cnLQo=; b=CXfMytoZHyGB8WMl7Nd3LRHFT7Rn4FQ+H/LIrwervZnw558lzlZZGnWXWHMU5cWcFo O9HHdei/RQb27DfKO0zza120FFcjs5yWFQq6kgJDUnlhSmRzhBOvMHl5WpZ7mfo6PwEO vXN55PXki5okH/MXgHNN8fhPxvC2u59O/kKsU= Received: by 10.180.101.200 with SMTP id fi8mr4794885wib.20.1329596399704; Sat, 18 Feb 2012 12:19:59 -0800 (PST) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk. [87.194.105.247]) by mx.google.com with ESMTPS id m8sm13551229wia.11.2012.02.18.12.19.57 (version=SSLv3 cipher=OTHER); Sat, 18 Feb 2012 12:19:58 -0800 (PST) Date: Sat, 18 Feb 2012 20:19:55 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20120218201955.28776fe8@gumby.homeunix.com> In-Reply-To: <4F3FE111.9050801@gmail.com> References: <4F3FD761.4020605@gmail.com> <4F3FE111.9050801@gmail.com> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Question regarding SPF records 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: Sat, 18 Feb 2012 20:20:02 -0000 On Sat, 18 Feb 2012 12:34:09 -0500 Jonathan Vomacka wrote: > teamwarfare.com. IN TXT "v=spf1 a mx a:mail.teamwarfare.com > a:mail2.teamwarfare.com ip4:66.90.73.80 ip4:216.250.250.148 ~all" > > I wouldn't need an "include:" or "ptr" statement in this right? I > would told "include:" was to include OTHER domains that are allowed > to send e-mail, but then again I see some people writing the domain > again as an include. Also is PTR good to use or not? If you can specify the servers with ip addresses then that's all you need.