Re: [Exim] bogged down server.. config problem?..

Pàgina inicial
Delete this message
Reply to this message
Autor: Steve Lazaridis
Data:  
A: Rossz Vamos-Wentworth, Exim users list
Assumpte: Re: [Exim] bogged down server.. config problem?..
well, i've applied several iptables fw rules to DROP guys that i get alot of
traffic from..
but i'm still getting bogged down...

did anyone notice any configuration problems with my setup?

thanks,


----- Original Message -----
From: "Rossz Vamos-Wentworth" <rossz@???>
To: "Exim users list" <exim-users@???>
Sent: Friday, September 12, 2003 8:04 PM
Subject: Re: [Exim] bogged down server.. config problem?..


> hi, my server is bogged down with connection attempts from
> spammers.. ive set up blacklist support.. in an ACL but that
> hasn't really solved the problem.


I find iptables excellent for getting rid of this kind of problem.
e.g.

iptables -I INPUT 1 -s 1.2.3.4 -j DROP

You cease to exist for that ip address (1.2.3.4) on all ports (not
just smtp).

You can get rid of entire ip blocks, too

iptables -I INPUT 1 -s 207.71.8.0/24 -j DROP

Goodbye rackspace (well, some of rackspace). I don't recommend using
iptables in place of regular blacklists, but it's great for getting
rid of persistent jerks.

Rossz

--
Fogalmam sincs, mi van ide írva.


--

## List details at http://www.exim.org/mailman/listinfo/exim-users Exim
details at http://www.exim.org/ ##