diff --git a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Wbl/wbl_en.lex b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Wbl/wbl_en.lex index cf85d58..875a652 100644 --- a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Wbl/wbl_en.lex +++ b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Wbl/wbl_en.lex @@ -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 diff --git a/smeserver-wbl.spec b/smeserver-wbl.spec index 9cc5f6a..bf6552d 100644 --- a/smeserver-wbl.spec +++ b/smeserver-wbl.spec @@ -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 11.0.0-2.sme +- Alter label in param screen to say qpsmtpd not qmail. [SME: ] + * Sat May 17 2025 Brian Read 11.0.0-1.sme - Fix $config-> to confg-> in template [SME: 12908]