RE: [vchkpw] [SPAM] block vpopmail brute force

2012-09-06 Thread Thibault Richard
Hello, It seems good ! For such purpose I use this kind of rules iptables -P INPUT DROP ... iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT ... iptables -A INPUT -m state --state NEW -p TCP --dport 110 --syn -m limit --limit 3/s --limit-burst 3 -j ACCEPT ... iptables -A INPUT

Re: [vchkpw] [SPAM] block vpopmail brute force

2012-09-06 Thread Hartmut Wernisch | Domaintechnik.at
Hello! I am using fail2ban (http://www.fail2ban.org/wiki/index.php/Main_Page). Maybe it is useful for you, too. Best, Harti On 06 Sep 12, Thibault Richard wrote: Hello, It seems good ! For such purpose I use this kind of rules iptables -P INPUT DROP ... iptables -A INPUT -m state

Re: [vchkpw] [SPAM] block vpopmail brute force

2012-09-06 Thread Chris Stone
On Thu, Sep 6, 2012 at 1:44 AM, Hartmut Wernisch | Domaintechnik.at h...@domaintechnik.at wrote: I am using fail2ban (http://www.fail2ban.org/wiki/index.php/Main_Page). Maybe it is useful for you, too. That's what I use too - works quite well - using this vpopmail.conf for the filter