Re: an easy way to black list IP's

2006-05-20 Thread Mike Spenard
>You do know that headers can be forged right? So an automagic forward >-> |/script -> blacklist from a pissed off user can end up >blacklisting a legitimate MTA. This is a good point, if you use the scripts I sent you may want to modify them to look for a password, should be simple enough. M

Re: an easy way to black list IP's

2006-05-20 Thread Mike Spenard
Hey I got exactly what you are looking for, its pretty easy. You need relaydb and procmail. Setup a user called 'spam' then in /home/spam/ ... # cat .forward |/home/spam/procspam.sh # cat .procmailrc # .procmailrc ORGMAIL=/var/mail/$LOGNAME PATH=/usr/bin:/usr/local/bin MAILDIR=$HOME/.mailspool

Re: an easy way to black list IP's

2006-05-20 Thread Jim Razmus
* Darrin Chandler <[EMAIL PROTECTED]> [060520 10:21]: > On Sat, May 20, 2006 at 09:49:31AM -0400, Jim Razmus wrote: > > Take a look at mail/relaydb in the ports tree. Also check the archives > > as this has been discussed at depth and included several solutions. > > Why ports instead of packages?

Re: an easy way to black list IP's

2006-05-20 Thread Darrin Chandler
On Sat, May 20, 2006 at 09:49:31AM -0400, Jim Razmus wrote: > Take a look at mail/relaydb in the ports tree. Also check the archives > as this has been discussed at depth and included several solutions. Why ports instead of packages? Notably since he's already tried relaydb (and it doesn't do for

Re: an easy way to black list IP's

2006-05-20 Thread Jim Razmus
* Craig Hammond <[EMAIL PROTECTED]> [060520 07:19]: > Hi all, > I'm using spamd and it does a great job. > > What I'm trying to figure out is how to easily add the IP's of the > sending mail server for the few > spam that still get through. > > By easy, I mean for clients of mine who use Exchange

Re: an easy way to black list IP's

2006-05-20 Thread nocfed
On 5/20/06, Craig Hammond <[EMAIL PROTECTED]> wrote: Hi all, I'm using spamd and it does a great job. What I'm trying to figure out is how to easily add the IP's of the sending mail server for the few spam that still get through. By easy, I mean for clients of mine who use Exchange/Outlook, whe

an easy way to black list IP's

2006-05-20 Thread Craig Hammond
Hi all, I'm using spamd and it does a great job. What I'm trying to figure out is how to easily add the IP's of the sending mail server for the few spam that still get through. By easy, I mean for clients of mine who use Exchange/Outlook, where I put a obsd box running spamd in front of Exchange.