Fail2Ban disable Mail SartStop

Aus Dirk's Wiki
Zur Navigation springen Zur Suche springen

Um den Mailspam auszuschalten den Fail2ban beim Start/Stop immer erzeugt.

Datei erstellen welche die Start/Stop Action der Mail Konfigs überschreibt.

vi /etc/fail2ban/action.d/disable-service-email.local

[Definition] 
actionstart = 
actionstop =

Ins action.d Verzeichnis gehen und symbolische Links mit .local (.local wird von Fail2ban nach den .conf Dateien ausgewertet) Endung erstellen, welche auf die eben erstellte _disable-service-email.local_ zeigt erstellen. cd /etc/fail2ban/action.d/

ln -s disable-service-email.local mail.local 
ln -s disable-service-email.local mail-buffered.local 
ln -s disable-service-email.local mail-whois.local 
ln -s disable-service-email.local mail-whois-lines.local 
ln -s disable-service-email.local sendmail.local 
ln -s disable-service-email.local sendmail-buffered.local 
ln -s disable-service-email.local sendmail-whois.local 
ln -s disable-service-email.local sendmail-whois-lines.local