Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Sep 2007 06:58:28 -0700
From:      snowcrash <schneecrash+pf@gmail.com>
To:        "Gavin Cooper" <gavin@shadow-security.net>
Cc:        freebsd-pf@freebsd.org
Subject:   Re: ports/mail/spamd not greylisting correctly
Message-ID:  <70f41ba20709060658l75fb3c4eiee255151abc07f8@mail.gmail.com>
In-Reply-To: <46DF7AD3.9010104@shadow-security.net>
References:  <46DF7AD3.9010104@shadow-security.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?70f41ba20709060658l75fb3c4eiee255151abc07f8>