Hello,
I'm having some weird problem with spamd in greylisting mode. The
problem is that <spamd-white> table stays empty all the time. I've
reread the manpages for a few times now and I have other spamd setup
running on other mailserver (3.9 though) like a charm without any
problems with pretty much the same pf.conf and spamd.conf.
My configuration:
# uname -a
OpenBSD xxx.xxx.lv 4.0 GENERIC#1 i386
# cat /etc/rc.conf.local | grep spamd
spamd_flags="-v"
spamd_grey=YES
# ps aux | grep spamd
_spamd 13571 ... 0:05.73 spamd: (pf <spamd-white> update) (spamd)
_spamd 26998 ... 0:00.77 /usr/libexec/spamd -v -g
_spamd 3728 ... 0:00.02 spamd: (/var/db/spamd update) (spamd)
# pfctl -sT
spamd
spamd-white
# spamdb | grep WHITE | wc -l
183469
# pfctl -t spamd-white -T show | wc -l
0
# pfctl -t spamd -T show | wc -l
70604
# cat /etc/pf.conf | grep table
table <spamd> persist
table <spamd-white> persist
# pfctl -sn
rdr inet proto tcp from <spamd> to any port = smtp -> 127.0.0.1 port
8025
rdr inet proto tcp from ! <spamd-white> to any port = smtp -> 127.0.0.1
port 8025
I can send all pf.conf or other config files upon demand, but it's
pretty much the default. spamd.conf is the same as default except that
I added Bob Beck's blaklist and it doesn't have to do anything with
greylisting anyway.
What could be wrong? What have I been missing?
Thanks,
p.