My host mailbox is filled up with 1 GB of lfd notifications like:
- excessive resource usage notifications
- Suspicious process running under user XXXX
How can I disable these?
There was no lfd tag and I cannot create one...
PS: I am using Webmin, can I do it from there?
Edit /etc/csf/csf.conf and look for LF_ directives. Restart csf (
csf -r
) once you are done.Edit
/etc/csf/csf.conf
and findPT_USERMEM
andPT_USERTIME
and set value0
for both.Like this:
After save restart CSF by
csf -r
also dont forget to restart lfd using #
service lfd restart
It can be handy to use CSF/LFD UI interface available for Webmin. From it you can manage CSF/LFD settings.
http://www.configserver.com/free/csf/install.txt: