Steps to turn off brute force notification in DirectAdmin

kumkumsharma

Administrator
Staff member
As we all know about brute force attack that in this attacker will continuously submitting combinations of passwords until it correct on is found.

To avoid this DirectAdmin has a feature by which system send email alerts for brute force. This sends hundreds of email which can be irritating. So if you want to disable it then you can follow below steps:

Now edit directadmin.conf file by adding below lines:

Code:
hide_brute_force_notifications=1
Restart DirectAdmin
 
Top