* Wed Oct 01 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.1.18-39.sme

- fix path to logfile for smanager [SME: 13206]
This commit is contained in:
2025-10-01 13:49:22 -04:00
parent e33a1794e0
commit 740208d67d
2 changed files with 5 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ $OUT .=<<"EOF";
enabled = true
port = $port
filter = smanager
logpath = /usr/share/smanager/log/production.log
logpath = /var/log/smanager/smanager.log
maxretry = 3
findtime = 300
bantime = 1800

View File

@@ -1,5 +1,5 @@
%define version 0.1.18
%define release 38
%define release 39
%define name smeserver-fail2ban
Summary: fail2ban integration on SME Server
@@ -25,6 +25,9 @@ AutoReqProv: no
Configure fail2ban on SME Server
%changelog
* Wed Oct 01 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.1.18-39.sme
- fix path to logfile for smanager [SME: 13206]
* Tue Sep 30 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.1.18-38.sme
- fix typo for uqpsmtpd [SME: 13172]
- fix smanager filter [SME: 13206]