--- Jeff Santos <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I am new to OpenBSD and SPAMD, so forgive if I say stupid questions.
> 
> 1. When run in default mode (greylist), spamd knows the spammers come
> from blacklists in spamd.conf. But there is no spamd table in PF.
> How?


Greylisting and blacklisting are separate mechanisms.  You can
implement one without the other.  If you using blacklisting then you
must have a spmad table set up in pf.conf that redirects hosts to spamd
that may optionally engage stuttering.


> 2. Is there one way to know how many and which are the blacklisted
> hosts at the moment?


Yes.

Which hosts:

# pfctl -t spamd -T show

How many:

# pfctl -t spamd -T show | wc -l


> 3. A host that is not in any of blacklist in spamd.conf can be
> blacklisted? If so, how can I take one off this list?


Yes, you can create your own blacklist (a local file).  To take one off
simply remove it from the blacklist (did I miss something?).
 

   Juan


      Be smarter than spam. See how smart SpamGuard is at giving junk email the 
boot with the All-new Yahoo! Mail at http://mrd.mail.yahoo.com/try_beta?.intl=ca

Reply via email to