From owner-freebsd-questions@FreeBSD.ORG Mon Aug 21 19:13:23 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A66B16A4DF for ; Mon, 21 Aug 2006 19:13:23 +0000 (UTC) (envelope-from david+dated+1156619598.aca41f@skytracker.ca) Received: from 3s1.com (3s1.com [209.161.205.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EA8D43D49 for ; Mon, 21 Aug 2006 19:13:21 +0000 (GMT) (envelope-from david+dated+1156619598.aca41f@skytracker.ca) Received: from 3s1.com (localhost [127.0.0.1]) by 3s1.com (8.13.6/8.13.6) with ESMTP id k7LJDJwB049312 for ; Mon, 21 Aug 2006 15:13:19 -0400 (EDT) (envelope-from david+dated+1156619598.aca41f@skytracker.ca) Received: (from david@localhost) by 3s1.com (8.13.6/8.13.6/Submit) id k7LJDI5P049295 for questions@freebsd.org; Mon, 21 Aug 2006 15:13:18 -0400 (EDT) (envelope-from david+dated+1156619598.aca41f@skytracker.ca) X-Authentication-Warning: 3s1.com: david set sender to david+dated+1156619598.aca41f@skytracker.ca using -f Received: by 3s1.com (tmda-sendmail, from uid 1000); Mon, 21 Aug 2006 15:13:18 -0400 (EDT) Date: Mon, 21 Aug 2006 15:13:16 -0400 To: questions@freebsd.org Message-ID: <20060821191316.GA46867@skytracker.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i From: David Banning X-Delivery-Agent: TMDA/1.0.3 (Seattle Slew) Cc: Subject: question on SPF for spam control 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, 21 Aug 2006 19:13:23 -0000 I have just been looking over the SPF Website to list my site as a non-spam site. My understanding is that increasingly mail servers will be listed as spam if they are -not- listed with some credible source. So I thought I would list my site with; http://www.openspf.org I have two questions. 1. Is this a good idea? 2. The site says that I must update my "zone file" with the following string; 3s1.com. IN TXT "v=spf1 a mx ptr mx:banning.ca mx:mail.banning.ca mx:skytracker.ca mx:mail.skytracker.ca mx:skytrackercanada.com mx:mail.optexstaging.com mx:optexstaging.com mx:smartstage.com mx:vondette.net ?all" but I am at odds as to which zone file this would go in. Is there a resource for this, or could someone just let me know what needs to be done with this. The FreeBSD site and makes reference to "zone files", not -one- zone file. Even if I know which file, I would need some guidance to where in the file. thanks -