Wednesday, July 27, 2011

How to enable brute force attack on exim

Advertisements

This post explains how to disable brute force attack or multiple login attempts with wrong passwords on exim using csf / lfd

open csf.conf

vi /etc/csf/csf.conf


LF_TRIGGER = "0"
LF_POP3D = "10"
LF_IMAPD = "10"
LF_POP3D_PERM ="180"

Restart csf
#csf -r

No comments:

Post a Comment

Be nice. That's all.