* 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:
Brian Read 2025-05-17 13:56:01 +01:00
parent 3639944078
commit 3c22a60578
2 changed files with 5 additions and 2 deletions

View File

@ -21,7 +21,7 @@ that appear in badhelo during the \'helo\' stage.',
'wbl_BADHELO_LABEL' => 'qpsmtpd badhelo',
'wbl_BADMAILFROM_DESCRIPTION' => 'Check envelope sender addresses. Reject any
that appear (@host or user@host) in badmailfrom during the \'mail\' stage.',
'wbl_BADMAILFROM_LABEL' => 'qmail badmailfrom',
'wbl_BADMAILFROM_LABEL' => 'qpsmtpd badmailfrom',
'wbl_WHITE_TITLE' => 'Use this panel to modify your servers White List settings. All entries will be enabled by default',
'wbl_RRFH_LABEL' => 'Whitelists status',
'wbl_WHITELISTHOSTS_DESCRIPTION' => 'Any IP address listed in whitelisthosts will be exempted

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]