OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: spamd.conf and spamd-setup questions.

From: Michael C. Ibarra (ibarrahawk.com)
Date: Tue Apr 01 2003 - 12:46:27 CST


Thanks Bob, I was wondering about that, damn funny watching
a test in real time though ;) And thanks for your setup.

-mike

Quoting Bob Beck <beckbofh.cns.ualberta.ca>:

>
> The messages are kept internal to spamd. You don't
> see the messages in the table. You will only see the collected
> bunch of addresses in the spamd table.
>
> If you want to see the messages, add a machine to your
> blacklists and connect to the running spamd.
>
> hint: for testing
>
> /usr/libexec/spamd -d -c 1
>
> will run a non-forking debug spamd, that will only
> use one connection, and will not stutter, so you won't have to
> wait 10 minutes to see the whole message
>
> -Bob