Compare commits
3 Commits
0.5.0-11.e
...
11_0_0-2_e
Author | SHA1 | Date | |
---|---|---|---|
3c22a60578 | |||
3639944078 | |||
95634d7cea |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,4 +1,4 @@
|
||||
*.rpm
|
||||
*.log
|
||||
*spec-20*
|
||||
*.tar.gz
|
||||
*.tar.xz
|
||||
|
@@ -6,7 +6,14 @@ SMEServer Koozali developed git repo for smeserver-wbl smecontribs
|
||||
<br />https://wiki.koozali.org/
|
||||
|
||||
## 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
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -5,7 +5,7 @@
|
||||
|
||||
<div id="module" class="module wbl-panel">
|
||||
|
||||
%if ($config->{debug} == 1) {
|
||||
%if (config->{debug} == 1) {
|
||||
<p>
|
||||
%= dumper $c->current_route
|
||||
%= dumper $wbl_datas
|
||||
|
BIN
smeserver-wbl-0.5.0.tar.xz
Normal file
BIN
smeserver-wbl-0.5.0.tar.xz
Normal file
Binary file not shown.
@@ -1,8 +1,8 @@
|
||||
Summary: E-mail white/black lists for SME Server
|
||||
%define name smeserver-wbl
|
||||
Name: %{name}
|
||||
%define version 0.5.0
|
||||
%define release 11
|
||||
%define version 11.0.0
|
||||
%define release 2
|
||||
Version: %{version}
|
||||
Release: %{release}%{?dist}
|
||||
License: GPL
|
||||
@@ -26,6 +26,12 @@ 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]
|
||||
|
||||
* 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]
|
||||
|
||||
|
Reference in New Issue
Block a user