From aeb4af800421ccb93540f94059af6723b7c4b412 Mon Sep 17 00:00:00 2001 From: Adrien Reslinger Date: Fri, 12 Jan 2024 08:37:10 +0100 Subject: [PATCH] Disable mail notification --- templates/etc/fail2ban/jail.local.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/etc/fail2ban/jail.local.j2 b/templates/etc/fail2ban/jail.local.j2 index 8d41178..9d5ad5b 100644 --- a/templates/etc/fail2ban/jail.local.j2 +++ b/templates/etc/fail2ban/jail.local.j2 @@ -23,5 +23,5 @@ mta = mail # Choose default action. To change, just override value of 'action' with the # interpolation to the chosen action shortcut (e.g. action_mw, action_mwl, etc) in jail.local # globally (section [DEFAULT]) or per specific section -action = %(action_mw)s +action = %(action_)s