From 39711cf6c2ec5a3b4480dcb4800cc3802bda5bf2 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Fri, 20 Mar 2026 19:16:32 +0100 Subject: feat: first fully successful run e2e on straper --- .../public/fail2ban/etc-fail2ban/paths-arch.conf | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 straper/db/public/fail2ban/etc-fail2ban/paths-arch.conf (limited to 'straper/db/public/fail2ban/etc-fail2ban/paths-arch.conf') diff --git a/straper/db/public/fail2ban/etc-fail2ban/paths-arch.conf b/straper/db/public/fail2ban/etc-fail2ban/paths-arch.conf new file mode 100644 index 0000000..270ce65 --- /dev/null +++ b/straper/db/public/fail2ban/etc-fail2ban/paths-arch.conf @@ -0,0 +1,32 @@ +# Arch + +[INCLUDES] + +before = paths-common.conf + +after = paths-overrides.local + + +[DEFAULT] + +apache_error_log = /var/log/httpd/*error_log + +apache_access_log = /var/log/httpd/*access_log + +exim_main_log = /var/log/exim/main.log + +mysql_log = /var/log/mariadb/mariadb.log + /var/log/mysqld.log + +roundcube_errors_log = /var/log/roundcubemail/errors + +# These services will log to the journal via syslog, so use the journal by +# default. +syslog_backend = systemd +sshd_backend = systemd +dropbear_backend = systemd +proftpd_backend = systemd +pureftpd_backend = systemd +wuftpd_backend = systemd +postfix_backend = systemd +dovecot_backend = systemd -- cgit v1.3