Hi,
I'm playing with OpenBSD 3.6-beta.
I wanted to test spamd with greylisting, but it seems that the interaction
with PF is broken. In short spamd doesn't add anything to /var/db/spamd so
I'll never get my IP added to <spamd-white>
--------------- pf.conf ---------------------
table <spamd> persist
table <spamd-white> persist
rdr pass inet proto tcp from <spamd> to any port smtp -> 127.0.0.1 port 8025
rdr pass inet proto tcp from !<spamd-white> to any port smtp -> 127.0.0.1 port
8025
--------------------------------------------
---------- rc.conf -----------------------
spamd_flags=""
spamd_grey=YES
--------------------------------------------
Is this a bug ?
Ed