From owner-freebsd-questions@FreeBSD.ORG Fri Dec 7 12:20:54 2007 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 624FA16A41B for ; Fri, 7 Dec 2007 12:20:54 +0000 (UTC) (envelope-from lumiwa@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.250]) by mx1.freebsd.org (Postfix) with ESMTP id 1F24D13C45D for ; Fri, 7 Dec 2007 12:20:53 +0000 (UTC) (envelope-from lumiwa@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so182620anc for ; Fri, 07 Dec 2007 04:20:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; bh=wHa7+Y0Y+VvsDqgDQKxTykkzdusx6HdvQyKEOvcHWQ4=; b=QlACT3MF8m0r9tn7hPFlj+UGg6JTB76hawkblCQ74SMMrFO4xC+F4XB5gwZIWVtd1vSfKj56LohK7j1+oVBa1qGgdPg2B+Q8DdE1RFfh8TdThVnUYxno2UUVY8A0kV4A/ILLq7YTLFqQysQwKr8A+xR7sW5+aId/wEJFPsaBsFY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=DMr8mo49rYpeY5lLADnGD7HsGl8OD0NimNs03Fuy1KRi5odaRSPbzNxTqiRix/FfrmOn2Qywkhw3ao69cbebNrxu++ym1u5Ldc7d3l/tV0SZWKpEoROwuVRpR6VLjwglbgXHxqlDDuk/XFFFQvlZM619P/n+qvIZnlbtyEgRBSo= Received: by 10.100.251.5 with SMTP id y5mr9115377anh.1197030053082; Fri, 07 Dec 2007 04:20:53 -0800 (PST) Received: from ?192.168.0.100? ( [65.30.212.174]) by mx.google.com with ESMTPS id 6sm2124021nzn.2007.12.07.04.20.50 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 07 Dec 2007 04:20:51 -0800 (PST) From: ajtiM To: freebsd-questions@freebsd.org Date: Fri, 7 Dec 2007 06:20:37 -0600 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200712070620.37273.lumiwa@gmail.com> Subject: PF firewall 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: Fri, 07 Dec 2007 12:20:54 -0000 Hi! I am a new FreeBSD 7.0 beta3 user and I have standalone computer connected to the internet (cable). I use both, console and KDE desktop. I tried to setup PF firewall for the standalone computer but I have a problem with internal messages (mail) which are blocked if firewall running. This is from /var/log/mail: "sm-msp-queue[15113]: lB493C1i007320: to=root, ctladdr=root (0/0), delay=1+21:37:55, xdelay=00:00:00, mailer=relay, pri =2552408, relay=[127.0.0.1], dsn=4.0.0, stat=Deferred: Operation not permitted" My pf.conf looks like: pass out quick inet from (sk0) to any keep state label "RULE 0 -- ACCEPT " block drop in quick inet all label "RULE 1 -- DROP " block drop out quick inet all label "RULE 1 -- DROP " block drop in quick inet all label "RULE 10000 -- DROP " block drop out quick inet all label "RULE 10000 -- DROP " Thanks in advance. -- mItjA __________________ http://www.gnu.org/ http://www.freebsd.org