From owner-freebsd-pf@FreeBSD.ORG Thu Sep 6 14:25:04 2007 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 B807A16A418 for ; Thu, 6 Sep 2007 14:25:04 +0000 (UTC) (envelope-from schneecrash@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id 72B7213C478 for ; Thu, 6 Sep 2007 14:25:02 +0000 (UTC) (envelope-from schneecrash@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so354779pyb for ; Thu, 06 Sep 2007 07:24:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=C0s0yQJKQ5yNYkXwhklBxwKmcdKKJcNxriWtRapH3Aw=; b=QKwn335ePsdNzMRf5BvW3n1C8gLghC9WbZPafotp+Sjxdyj1XJUNidUWqgbpoW1nF8orkJse1kaywDfAI7fp4shHjloUVxeg1oh+FleC9AwsLGg2G4loykiO6ttb83/p4H3cgeD/jfUrECGpAud57A9a7I71CTN1vDtNDH9wQ0Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=sfMXgxoFe+zUOrtZrD6O00C+cUczf6PQJ3fQHJtGKsCPzUeH+dF537Mme9k8d8daTkcGO8Sl19fLNfz+yGsNIryV8kBQuLQqa3wAUtTZviwFOtSfo7J3SQ8HQ6q+IfkYB3b9Axqbmi3N91FGPt/rVMaF0cZ8rGaTdr5fulAbghc= Received: by 10.64.199.2 with SMTP id w2mr1221504qbf.1189087108692; Thu, 06 Sep 2007 06:58:28 -0700 (PDT) Received: by 10.65.206.14 with HTTP; Thu, 6 Sep 2007 06:58:28 -0700 (PDT) Message-ID: <70f41ba20709060658l75fb3c4eiee255151abc07f8@mail.gmail.com> Date: Thu, 6 Sep 2007 06:58:28 -0700 From: snowcrash Sender: schneecrash@gmail.com To: "Gavin Cooper" In-Reply-To: <46DF7AD3.9010104@shadow-security.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46DF7AD3.9010104@shadow-security.net> X-Google-Sender-Auth: 54b6736600762e82 Cc: freebsd-pf@freebsd.org Subject: Re: ports/mail/spamd not greylisting correctly X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: schneecrash+pf@gmail.com 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: Thu, 06 Sep 2007 14:25:04 -0000 > First, my setup - (NB, all servers mentioned are running > 6-STABLE) ... > # options for pf and spamd > pf_enable="YES" > pfspamd_enable="YES" > pfspamd_flags="-g -v -p 8025" > pfspamlogd_enable="YES" I currently run FreeBSD 6.2-RELEASE-p7. Checking, grep PORTVERSION= /usr/ports/mail/spamd/Makefile PORTVERSION= 4.1.2 iirc, @ the change from spamd v3x->v4x, the required rc.conf options changed. check in your startup file "/usr/local/etc/rc.d/obspamd", and you'll see they're now, e.g., obspamd_enable="YES" obspamd_flags="-v -l 127.0.0.1 -b -4 -s5 -S15 -w1 -c 300 -B 200 -h mail.mydomain.com -n tarpit" obspamlogd_enable="YES" obspamlogd_flags="" hth