› VitalPBX Community Support › General Discussion › Fail2Ban Email Notifications and Frequency › Reply To: RE: Fail2Ban Email Notifications and Frequency
-
- March 11, 2020 at 2:49 pm
A quick and dirty way to eliminate the aggravating email notifications on system stops and starts… Create the file /etc/fail2ban/action.d/sendmail-common.local file with:
[Definition]
actionstart =
actionstop =This overrides the default actions which include sending the emails, but will survive future updates. Banned action emails will still go out.
0