Differences

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

Link to this comparison view

howto-disable-all-csf-alerts [2019-12-17 21:54:23] (current)
shaun.reitan created
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/*
 +```
 +
 +
 +