Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 09 Nov 2007 10:04:05 +0100
From:      "Olli Hauer" <ohauer@gmx.de>
To:        Igor Popov <igorpopov@newmail.ru>
Cc:        freebsd-ipfw@freebsd.org, freebsd-ip@freebsd.org
Subject:   Re: FreeBSD 7.0beta2 and spamd-setup
Message-ID:  <20071109090405.181170@gmx.net>
In-Reply-To: <200711090922.06790.igorpopov@newmail.ru>
References:  <200711080924.20804.igorpopov@newmail.ru> <473359E8.1060704@gmx.de> <200711090922.06790.igorpopov@newmail.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
> > > 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
> 
> Really I use pf.
> 


Ok,

so lets change the mailing list to freebsd-pf.

Since I have no amd64 system at the moment aviable can you provide the following output.

# pfctl -sn
# pfctl -sr
# pfctl -si

for i in `pfctl -sT`; do echo $i; pfctl -t $i -Ts | wc -l; done


Please do a test with the following command:
# pfctl -t spamd -T replace -f /path/to/blacklist/file

olli

-- 
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071109090405.181170>