pf spamd and table size

Olli Hauer ohauer at gmx.de
Tue Jan 24 11:42:10 PST 2006


hi,

i have record a problem with pf and spamd without getting an error message
in
any logfiles.

grep whitelist /var/log/spamd.log | cut -d\: -f 4 | sort  | uniq -c | sort |
tail -n 8
   1  whitelisting 87.243.2.xxx in /var/db/spamd
   2  whitelisting 194.208.66.xxx in /var/db/spamd
   2  whitelisting 217.160.75.xxx in /var/db/spamd
  11  whitelisting 62.65.128.xxx in /var/db/spamd
  13  whitelisting 62.225.153.xxx in /var/db/spamd
  15  whitelisting 194.183.128.xxx in /var/db/spamd
  17  whitelisting 194.183.128.xxx in /var/db/spamd
  82  whitelisting 208.28.114.xxx in /var/db/spamd

spamdb | grep 208.28.114
WHITE|208.28.114.xxx|||1138122431|1138123332|1141233755|2|0

pfctl -tspamd-white -Ts | grep 208.28.114
   208.28.114.xxx

so the IP is whitelisted by spamd but pf did not handle this,
a pfctl -tspamd -Tf and the server can pass spamd



spamd in greylist mode

sysctl -a kern.maxusers
kern.maxusers: 128

pfctl -tspamd-pass -Ts | wc -l
250

pfctl -tspamd-white -Ts | wc -l
1625

wc -l blacklist
50422


I tried to load an table with 60000 IP's into the spamd table without
problems,
then a pfctl -tspamd -Ts | wc -l => 60000

-- 
Lust, ein paar Euro nebenbei zu verdienen? Ohne Kosten, ohne Risiko!
Satte Provisionen für GMX Partner: http://www.gmx.net/de/go/partner


More information about the freebsd-pf mailing list