Overview
Clients are getting so many emails regarding all LFD alerts, To disable these alerts, please follow the steps below.
Procedure
Here are the steps to disable all LFD email alerts.
1)Login to webuzo
2)Install CSF from the Webuzo Admin Panel > Apps > Install an app > CSF
3)Navigate to Home > Security >ConfigServer
4)Search for “LF_EMAIL_ALERT” on the configuration file and change it from “On” to “Off” button.
5)Click on “Change” button to save the changes.
6)To apply all changes made above, please restart the csf and lfd services by clicking the "Restart csf+lfd" button.
We can do above setting via terminal.
1)Log in to the server via SSH.
2)Open csf configuration file and search for LF_PERMBLOCK_ALERT and set the value with 0.
# vi /etc/csf/csf.conf
LF_EMAIL_ALERT =0
3) Then you need to restart both csf and lfd services to enable the changes.
# service csf restart
# service lfd restart