diff --git a/root/etc/e-smith/templates/etc/fail2ban/jail.conf/30Service20qpsmtpd b/root/etc/e-smith/templates/etc/fail2ban/jail.conf/30Service20qpsmtpd index fc4ddf4..0b13786 100644 --- a/root/etc/e-smith/templates/etc/fail2ban/jail.conf/30Service20qpsmtpd +++ b/root/etc/e-smith/templates/etc/fail2ban/jail.conf/30Service20qpsmtpd @@ -8,7 +8,7 @@ push @ports, ($qpsmtpd{'TCPPort'} || '25'); push @ports, ($sqpsmtpd{'TCPPort'} || '465') if (($sqpsmtpd{'status'} || 'disabled') eq 'enabled'); push @ports, ($uqpsmtpd{'TCPPort'} || '587') - if (($usqpsmtpd{'status'} || 'disabled') eq 'enabled'); + if (($uqpsmtpd{'status'} || 'disabled') eq 'enabled'); my $port = join (",", @ports); my $max = $maxretry*3; diff --git a/smeserver-fail2ban.spec b/smeserver-fail2ban.spec index f8b19d6..615a650 100644 --- a/smeserver-fail2ban.spec +++ b/smeserver-fail2ban.spec @@ -1,5 +1,5 @@ %define version 0.1.18 -%define release 37 +%define release 38 %define name smeserver-fail2ban Summary: fail2ban integration on SME Server @@ -25,7 +25,7 @@ AutoReqProv: no Configure fail2ban on SME Server %changelog -* Tue Sep 30 2025 Jean-Philippe Pialasse 0.1.18-37.sme +* Tue Sep 30 2025 Jean-Philippe Pialasse 0.1.18-38.sme - fix typo for uqpsmtpd [SME: 13172] - fix smanager filter [SME: 13206]