summaryrefslogtreecommitdiffstats
path: root/roles/common/templates/etc/fail2ban/jail.local.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/common/templates/etc/fail2ban/jail.local.j2')
-rw-r--r--roles/common/templates/etc/fail2ban/jail.local.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/common/templates/etc/fail2ban/jail.local.j2 b/roles/common/templates/etc/fail2ban/jail.local.j2
index 29b004c..b01709a 100644
--- a/roles/common/templates/etc/fail2ban/jail.local.j2
+++ b/roles/common/templates/etc/fail2ban/jail.local.j2
@@ -16,29 +16,29 @@ banaction = nftables-allports
logpath = /var/log/fail2ban/fail2ban.log
#
# JAILS
#
[sshd]
enabled = true
[postfix]
enabled = {{ 'MX' in group_names }}
[dovecot]
enabled = {{ 'IMAP' in group_names }}
[postfix-sasl]
enabled = {{ 'MSA' in group_names }}
[roundcube-auth]
enabled = {{ 'webmail' in group_names }}
-# XXX Bullseye: logpath = /var/log/roundcube/errors.log
+logpath = /var/log/roundcube/errors.log
[nextcloud]
enabled = {{ 'nextcloud' in group_names }}
port = http,https
filter = nextcloud
logpath = /var/log/nextcloud/nextcloud.log
# vim: set filetype=dosini :