3 Commits

Author SHA1 Message Date
3c22a60578 * 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: ]
2025-05-17 13:56:01 +01:00
3639944078 * Sat May 17 2025 Brian Read <brianr@koozali.org> 11.0.0-1.sme
- Fix $config-> to confg-> in template [SME: 12908]
2025-05-17 12:00:38 +01:00
95634d7cea Update README with specific Bugzilla links 2024-10-27 15:57:28 +00:00
6 changed files with 19 additions and 6 deletions

2
.gitignore vendored
View File

@@ -1,4 +1,4 @@
*.rpm *.rpm
*.log *.log
*spec-20* *spec-20*
*.tar.gz *.tar.xz

View File

@@ -6,7 +6,14 @@ SMEServer Koozali developed git repo for smeserver-wbl smecontribs
<br />https://wiki.koozali.org/ <br />https://wiki.koozali.org/
## Bugzilla ## Bugzilla
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=smeserver-wbl&product=SME%20Contribs&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED) Show list of outstanding bugs:
[All](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=NEEDINFO&bug_status=IN_PROGRESS&bug_status=RESOLVED&bug_status=VERIFIED&classification=Contribs&component=smeserver-wbl&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Confirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=CONFIRMED&classification=Contribs&component=smeserver-wbl&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Unconfirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=UNCONFIRMED&classification=Contribs&component=smeserver-wbl&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Need Info](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=NEEDINFO&classification=Contribs&component=smeserver-wbl&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[In Progress](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=IN_PROGRESS&classification=Contribs&component=smeserver-wbl&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Verified](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=VERIFIED&classification=Contribs&component=smeserver-wbl&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Resolved](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=RESOLVED&classification=Contribs&component=smeserver-wbl&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
## Description ## Description

View File

@@ -21,7 +21,7 @@ that appear in badhelo during the \'helo\' stage.',
'wbl_BADHELO_LABEL' => 'qpsmtpd badhelo', 'wbl_BADHELO_LABEL' => 'qpsmtpd badhelo',
'wbl_BADMAILFROM_DESCRIPTION' => 'Check envelope sender addresses. Reject any 'wbl_BADMAILFROM_DESCRIPTION' => 'Check envelope sender addresses. Reject any
that appear (@host or user@host) in badmailfrom during the \'mail\' stage.', 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_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_RRFH_LABEL' => 'Whitelists status',
'wbl_WHITELISTHOSTS_DESCRIPTION' => 'Any IP address listed in whitelisthosts will be exempted 'wbl_WHITELISTHOSTS_DESCRIPTION' => 'Any IP address listed in whitelisthosts will be exempted

View File

@@ -5,7 +5,7 @@
<div id="module" class="module wbl-panel"> <div id="module" class="module wbl-panel">
%if ($config->{debug} == 1) { %if (config->{debug} == 1) {
<p> <p>
%= dumper $c->current_route %= dumper $c->current_route
%= dumper $wbl_datas %= dumper $wbl_datas

BIN
smeserver-wbl-0.5.0.tar.xz Normal file

Binary file not shown.

View File

@@ -1,8 +1,8 @@
Summary: E-mail white/black lists for SME Server Summary: E-mail white/black lists for SME Server
%define name smeserver-wbl %define name smeserver-wbl
Name: %{name} Name: %{name}
%define version 0.5.0 %define version 11.0.0
%define release 11 %define release 2
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL License: GPL
@@ -26,6 +26,12 @@ qpsmtpd whitelist_soft /var/service/qpsmtpd/config/whitelisthosts whitelisthelo
spamassassin /etc/mail/spammassassin/local.cf whitelist_from spamassassin /etc/mail/spammassassin/local.cf whitelist_from
%changelog %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]
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 0.5.0-11.sme * Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 0.5.0-11.sme
- Fix e-smith references in smeserver-wbl [SME: 12732] - Fix e-smith references in smeserver-wbl [SME: 12732]