Disabling LFD alerts
Disabling LFD alerts.
Go to /etc/csf/csf.conf
Before editing the csf.conf is better to take a copy of the file.
cp -r /etc/csf/csf.conf /etc/csf/csf.conf _bak
Edit the following parameters like this.
LOGFLOOD_ALERT = "0" LF_PERMBLOCK_ALERT = "0" LF_NETBLOCK_ALERT = "0" LF_EMAIL_ALERT = "0" LF_SSH_EMAIL_ALERT = "0" LF_SU_EMAIL_ALERT = "0" LT_EMAIL_ALERT = "0" RT_RELAY_ALERT = "0" RT_AUTHRELAY_ALERT = "0" RT_LOCALRELAY_ALERT = "0" RT_LOCALHOSTRELAY_ALERT = "0" CT_EMAIL_ALERT = "0" PT_USERKILL_ALERT = "0" PS_EMAIL_ALERT = "0" AT_ALERT = "0" PORTKNOCKING_ALERT = "0" LF_DIRWATCH = "0" PT_LOAD = "0" PT_LIMIT = "0" PT_USERPROC = "0" PT_USERMEM = "0" PT_USERTIME = "0"
/etc/init.d/lfd restart
That’s all…….. 🙂