* Tue Sep 30 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.1.18-37.sme
- fix typo for uqpsmtpd [SME: 13172] - fix smanager filter [SME: 13206]
This commit is contained in:
@@ -8,7 +8,7 @@ push @ports, ($qpsmtpd{'TCPPort'} || '25');
|
|||||||
push @ports, ($sqpsmtpd{'TCPPort'} || '465')
|
push @ports, ($sqpsmtpd{'TCPPort'} || '465')
|
||||||
if (($sqpsmtpd{'status'} || 'disabled') eq 'enabled');
|
if (($sqpsmtpd{'status'} || 'disabled') eq 'enabled');
|
||||||
push @ports, ($uqpsmtpd{'TCPPort'} || '587')
|
push @ports, ($uqpsmtpd{'TCPPort'} || '587')
|
||||||
if ((usqpsmtpd{'status'} || 'disabled') eq 'enabled');
|
if (($usqpsmtpd{'status'} || 'disabled') eq 'enabled');
|
||||||
my $port = join (",", @ports);
|
my $port = join (",", @ports);
|
||||||
|
|
||||||
my $max = $maxretry*3;
|
my $max = $maxretry*3;
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
failregex = ^\[.*\] \[info\] Login FAILED: .*\t<HOST>$
|
failregex = ^\[.*\] \[info\] Login FAILED: .*\t<HOST>$
|
||||||
|
|
||||||
ignoreregex = ^\[.*\] \[debug\] .*$
|
ignoreregex = ^\[.*\] \[debug\] .*$
|
||||||
ignoreregex = ^\[.*\] \[info\] Login succeeded: .*$
|
^\[.*\] \[info\] Login succeeded: .*$
|
||||||
|
|
||||||
datepattern = {^LN-BEG}
|
datepattern = {^LN-BEG}
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
%define version 0.1.18
|
%define version 0.1.18
|
||||||
%define release 36
|
%define release 37
|
||||||
%define name smeserver-fail2ban
|
%define name smeserver-fail2ban
|
||||||
|
|
||||||
Summary: fail2ban integration on SME Server
|
Summary: fail2ban integration on SME Server
|
||||||
@@ -25,6 +25,10 @@ AutoReqProv: no
|
|||||||
Configure fail2ban on SME Server
|
Configure fail2ban on SME Server
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 30 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.1.18-37.sme
|
||||||
|
- fix typo for uqpsmtpd [SME: 13172]
|
||||||
|
- fix smanager filter [SME: 13206]
|
||||||
|
|
||||||
* Fri Sep 26 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.1.18-36.sme
|
* Fri Sep 26 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.1.18-36.sme
|
||||||
- fix spec file [SME: 13172]
|
- fix spec file [SME: 13172]
|
||||||
- fix 05IgnoreIP fragment [SME: 12453]
|
- fix 05IgnoreIP fragment [SME: 12453]
|
||||||
|
Reference in New Issue
Block a user