From 6c86da022efc09120929740dd496082ac77ddd94 Mon Sep 17 00:00:00 2001 From: nbenedek Date: Thu, 9 Jun 2022 13:19:42 +0200 Subject: [PATCH] roundcube: Add fail2ban jail Default backend for fail2ban is systemd journal. Roundcube will be configured in FreedomBox to log to journal (via syslog). Reviewed-by: Sunil Mohan Adapa --- .../data/etc/fail2ban/jail.d/roundcube-auth-freedombox.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 plinth/modules/roundcube/data/etc/fail2ban/jail.d/roundcube-auth-freedombox.conf diff --git a/plinth/modules/roundcube/data/etc/fail2ban/jail.d/roundcube-auth-freedombox.conf b/plinth/modules/roundcube/data/etc/fail2ban/jail.d/roundcube-auth-freedombox.conf new file mode 100644 index 000000000..359722b38 --- /dev/null +++ b/plinth/modules/roundcube/data/etc/fail2ban/jail.d/roundcube-auth-freedombox.conf @@ -0,0 +1,2 @@ +[roundcube-auth] +enabled = true