Re: [exim] Block access to certain IPs

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Cyborg
Date:  
À: exim-users
Sujet: Re: [exim] Block access to certain IPs
Am 23.11.2012 08:48, schrieb Bernard Hurley:
> You can also block a range of IP's with code like: iptables -A INPUT
> -s XX.XX.XX.0/16 -p tcp --dport 25 -j REJECT


Just a hint,

if you firewall a connection, just block the SYN flagged pakets, and not
the others.
If you don't do this, the connection which caused the firewall entry,
will hold, until it times out, because the FIN and RST pakets do not
reach the sockets anymore .

Marius