* Sat May 17 2025 Brian Read <brianr@koozali.org> 11.0.0-2.sme

- Alter label in param screen to say qpsmtpd not qmail. [SME: ]
This commit is contained in:
2025-05-17 13:56:01 +01:00
parent 3639944078
commit 3c22a60578
2 changed files with 5 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ Summary: E-mail white/black lists for SME Server
%define name smeserver-wbl
Name: %{name}
%define version 11.0.0
%define release 1
%define release 2
Version: %{version}
Release: %{release}%{?dist}
License: GPL
@@ -26,6 +26,9 @@ qpsmtpd whitelist_soft /var/service/qpsmtpd/config/whitelisthosts whitelisthelo
spamassassin /etc/mail/spammassassin/local.cf whitelist_from
%changelog
* Sat May 17 2025 Brian Read <brianr@koozali.org> 11.0.0-2.sme
- Alter label in param screen to say qpsmtpd not qmail. [SME: ]
* Sat May 17 2025 Brian Read <brianr@koozali.org> 11.0.0-1.sme
- Fix $config-> to confg-> in template [SME: 12908]