Hwo to disable brutefoce check

elbarto

Verified User
Joined
Oct 8, 2008
Messages
133
Hi guys,

The new bruteforce check feature is driving my crazy :)
I'm getting way too many emails even though I raised the IP count value... and since I'm using CSF to controll bruteforce attempts I want to disable DA's feature.

I modified directadmin.conf setting:

Code:
bruteforce=0

Then I restarted Directadmin (a couple of times) but I still receiving emails (about 1 per minute).

How can I disable this for good?
Thanks
 
Code:
echo "brute_force_log_scanner=0" >> /usr/local/directadmin/conf/directadmin.conf
service directadmin restart

Should do it for you.
 
Back
Top