Igor Popov wrote:
        Hi, all.
I run FreeBSD 7.0beta2 on HP DL 360 and spamd in blacklisted mode, freebsd is compiled for amd64 and spamd is built from ports. When spamd-setup -b is executed periodically by cron, I always recieve mail message:

/usr/local/sbin/spamd-setup -b

pfctl: Cannot allocate memory.

And table <spamd> is empty.


It seems you run spamd with ipfw so the correct parameters are

/usr/local/sbin/spamd-setup -m ipfw

and if the spamd table is not the defaut table 2 then

/usr/local/sbin/spamd-setup -m ipfw -t <table_nr>

see man spamd(8) / spamd-setup(8)

olli
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to