From owner-freebsd-ports@FreeBSD.ORG Wed Feb 13 07:19:16 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E49FE16A41A for ; Wed, 13 Feb 2008 07:19:16 +0000 (UTC) (envelope-from bc979@lafn.org) Received: from zoot.lafn.org (zoot.lafn.ORG [206.117.18.6]) by mx1.freebsd.org (Postfix) with ESMTP id C84AF13C45E for ; Wed, 13 Feb 2008 07:19:16 +0000 (UTC) (envelope-from bc979@lafn.org) Received: from [10.0.1.2] (pool-71-116-247-93.lsanca.dsl-w.verizon.net [71.116.247.93]) (authenticated bits=0) by zoot.lafn.org (8.13.6/8.13.4) with ESMTP id m1D6t6GJ061296 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Tue, 12 Feb 2008 22:55:07 -0800 (PST) (envelope-from bc979@lafn.org) Message-Id: From: Doug Hardie To: FreeBSD-PORTS Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Tue, 12 Feb 2008 22:55:06 -0800 X-Mailer: Apple Mail (2.919.2) X-Virus-Scanned: ClamAV 0.88.7/5794/Tue Feb 12 12:49:27 2008 on zoot.lafn.org X-Virus-Status: Clean Subject: spamd port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2008 07:19:17 -0000 I am trying to get the port mail/spamd to work on FreeBSD 6.2. There is not a lot of information on actually using spamd. So far I have figured out that I have to kldload pf and then a pfctl -e before attempting to start spamd. However, spamd-setup actually does nothing. pfctl -s rules shows an error message: No ALTQ support in kernel ALTQ related functions disabled I have no idea what ALTQ is (or if its even required) since I can find no references to it in the kernel config files or kld modules. There is a page on setting up spamd at http://www.bgnett.no/~peter/pf/en/spamd.setup.html but it doesn't address this issue or have any extra steps that need to be done. Any ideas what is going on here?