From owner-freebsd-questions@FreeBSD.ORG Thu Jan 24 19:58:20 2008 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 AF1B416A420 for ; Thu, 24 Jan 2008 19:58:20 +0000 (UTC) (envelope-from colin.brace@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by mx1.freebsd.org (Postfix) with ESMTP id 410F813C458 for ; Thu, 24 Jan 2008 19:58:19 +0000 (UTC) (envelope-from colin.brace@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so377778fgg.35 for ; Thu, 24 Jan 2008 11:58:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=5VaktlNvt4sv/0yRCMyisqN5UqhxduKoFVkXSHyM6/0=; b=uIYAhVVBnvhkTXTOpzNUCIxIOy90wNW48NDphNo42qDGzCjM2n83fDeZ0Jqa3w6cnKUc+1ZUo9xHOGGxz5VlS7IrdUDI6nb1FHUIO40O5dnBkMSXbniW4rp53Lfwp+DPzvoZBkWWr0r0PtqgSUYZncexXSxU683reCtv7cQ9VMA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=YAnS7pV+mQ/wjMaeTTPYgzyTHQFADuf34buPwuC+vc0dFMMFF484ZeIOF5VzCDfU5RzWYGx/Ikm7KwEYpS9mLq9VyMwf0E4ja+k5/pIKThIYrnou1w477RiJ85pEzGWjFOmASH3E+chZDwrEW1BNyQ2z24xhnVrUPbfLvCfwnq0= Received: by 10.82.149.8 with SMTP id w8mr1975636bud.24.1201204698681; Thu, 24 Jan 2008 11:58:18 -0800 (PST) Received: by 10.82.108.2 with HTTP; Thu, 24 Jan 2008 11:58:18 -0800 (PST) Message-ID: Date: Thu, 24 Jan 2008 20:58:18 +0100 From: "Colin Brace" Sender: colin.brace@gmail.com To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: f804b648818db77c Subject: spamd-setup can't find spamd.conf 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: Thu, 24 Jan 2008 19:58:20 -0000 Hi all, I am trying to set up spamd to work in conjunction with pf; as a reference I am using chapter six from Peter Hansteen's "The Book of BF", which I picked up today. I've installed the spamd port, which many of you will know calls itself obspamd under FreeBSD, and I have the daemon running now on my v.7-PRELEASE system. But for some reason I can't update the blacklist tables: $ sudo /usr/local/sbin/spamd-setup -n spamd-setup: Can't find "all" in spamd config: No such file or directory Dan mentions this error message in his tutorial: If you get the following error message: # /usr/local/etc/rc.d/pfspamd start Starting pfspamd. spamd-setup: Can't find "all" in spamd config: No such file or directory then you probably forget to create /usr/local/etc/spamd.conf (see above) or you removed the all section from it. [full: ] Thing is, the file really is there and contains the "all" statement: $ grep -A 2 all: /usr/local/etc/spamd.conf all:\ :uatraps:whitelist: Anyone have any idea what is going wrong here? TIA -- Colin Brace Amsterdam http://lim.nl