Skip to content

Commit 664c60f

Browse files
committed
chore(confs): sync paths-common with upstream Fail2Ban
1 parent 0a1f92c commit 664c60f

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

paths-common.conf

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 2022/08/06
1+
## Version 2025/01/30
22
# Common
33
#
44

@@ -71,7 +71,7 @@ proftpd_backend = %(default_backend)s
7171
pureftpd_log = %(syslog_ftp)s
7272
pureftpd_backend = %(default_backend)s
7373

74-
# ftp, daemon and then local7 are tried at configure time however it is overwriteable at configure time
74+
# ftp, daemon and then local7 are tried at configure time however it is overwritable at configure time
7575
#
7676
wuftpd_log = %(syslog_ftp)s
7777
wuftpd_backend = %(default_backend)s
@@ -91,7 +91,12 @@ dovecot_backend = %(default_backend)s
9191
# Seems to be set at compile time only to LOG_LOCAL0 (src/const.h) at Notice level
9292
solidpop3d_log = %(syslog_local0)s
9393

94-
mysql_log = %(syslog_daemon)s
94+
mysql_log = %(logs_path)s/mariadb/mariadb.log
95+
%(logs_path)s/mariadb/error.log
96+
%(logs_path)s/mysql/mysqld.log
97+
%(logs_path)s/mysql/error.log
98+
%(logs_path)s/mysqld.log
99+
95100
mysql_backend = %(default_backend)s
96101

97102
# jail.d/*.conf variables

0 commit comments

Comments
 (0)