no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


howto-disable-all-csf-alerts [2019-12-17 13:54:23] (current) – created shaun.reitan
Line 1: Line 1:
 +====== Howto disable all CSF and LFD email alerts ======
 +
 +ConfigServer Security & Firewall (csf) is a stateful packet inspection (SPI) firewall, login/intrusion detection and security application for Linux servers.
 +
 +The following commands will disable all CSF and LFD email notifications.
 +
 +```
 +echo 'devnull: /dev/null' >> /etc/aliases
 +sed 's/To\: root/To\: devnull/g' -i /etc/csf/alerts/*
 +```
 +
 +
 +