Re: OpenBSD 4.2 with ftp-proxy, named, spamd - corrections
Hi,
have some corrections; spamlogd did not update the whitelist counters, so:
in /etc/rc.conf it reads:
> spamlogd_flags="-i pflog0"
should be:
> spamlogd_flags=""
and in /etc/pf.conf, instead of
> rdr pass on $WORLD proto tcp from <spamd-white> to \
> $WORLD port smtp -> $MAIL
and
> pass in log quick on $WORLD inet proto tcp from any to \
> $MAIL port smtp keep state
it should read
> rdr on $WORLD proto tcp from <spamd-white> to \
> $WORLD port smtp -> $MAIL port smtp
and
> pass in log quick on $WORLD inet proto tcp from <spamd-white> to \
> $MAIL port smtp keep state
Cheers,
Klaus
:)