From owner-freebsd-pf@FreeBSD.ORG Wed Feb 15 01:59:43 2012 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C31A61065784 for ; Wed, 15 Feb 2012 01:59:43 +0000 (UTC) (envelope-from dougs@dawnsign.com) Received: from mailfilter.dawnsign.com (pyxis.dawnsign.com [69.198.101.212]) by mx1.freebsd.org (Postfix) with ESMTP id 9F9F58FC14 for ; Wed, 15 Feb 2012 01:59:41 +0000 (UTC) Received: from mailfilter.dawnsign.com (localhost [127.0.0.1]) by mailfilter.dawnsign.com (Postfix) with ESMTP id 9C80F95B44 for ; Tue, 14 Feb 2012 17:59:41 -0800 (PST) Received: from hydra.dawnsign.com (hydra.dawnsign.com [192.168.101.11]) by mailfilter.dawnsign.com (Postfix) with SMTP id 7C5AD958F3 for ; Tue, 14 Feb 2012 17:59:41 -0800 (PST) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Tue, 14 Feb 2012 17:57:42 -0800 Message-ID: In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Differences in PF between FBSD 8.2 & 9.0? Thread-Index: AczrgEvonjr1NRrmTju8tllVJFAifQABMloQ References: From: "Doug Sampson" To: "Doug Sampson" , X-Virus-Scanned: ClamAV using ClamSMTP Cc: Subject: RE: Differences in PF between FBSD 8.2 & 9.0? X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 01:59:43 -0000 > I got bitten by PF when upgrading from 8.2 to 9.0. It refused to allow > any incoming mail. I'm using spamd in conjunction with pf. I use a > combination of natting along with redirections in conjunction with the > normal pass/block rules. >=20 > I cannot for the life of me find a list of significant changes in pf > between these two versions. Is there a link to where I can peruse such > changes and adjust pf.conf accordingly? >=20 > Is the pf configuration for OpenBSD 5.0 the same as OpenBSD 4.5? Is it > safe to use OpenBSD 5.0's config pages on pf when configuring pf.conf > for FBSD 9.0? >=20 > I ran 'pfctl -vvnf /etc/pf.conf' and that didn't burp up any error > messages as far as I can determine. >=20 I forgot to mention that I'm running 9.0-RELEASE. ~Doug