Compare commits
6 Commits
11_0_0-7_e
...
master
Author | SHA1 | Date | |
---|---|---|---|
e6767ef53f | |||
bb52592082 | |||
52e2a4dcbf | |||
c9495dceb7 | |||
ec27680542 | |||
012fda3ba9 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@
|
|||||||
*.log
|
*.log
|
||||||
*spec-20*
|
*spec-20*
|
||||||
*.tar.xz
|
*.tar.xz
|
||||||
|
*.bak
|
||||||
|
@@ -6,7 +6,14 @@ SMEServer Koozali developed git repo for smeserver-qmail smeserver
|
|||||||
<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-qmail&product=SME%20Server%2010.X&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&cf_package=smeserver-qmail&classification=SME+Server&list_id=105756&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&query_format=advanced)
|
||||||
|
[Confirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=CONFIRMED&cf_package=smeserver-qmail&classification=SME+Server&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&query_format=advanced)
|
||||||
|
[Unconfirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=UNCONFIRMED&cf_package=smeserver-qmail&classification=SME+Server&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&query_format=advanced)
|
||||||
|
[Need info](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=NEEDINFO&cf_package=smeserver-qmail&classification=SME+Server&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&query_format=advanced)
|
||||||
|
[In progress](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=IN_PROGRESS&cf_package=smeserver-qmail&classification=SME+Server&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&query_format=advanced)
|
||||||
|
[Resolved](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=RESOLVED&cf_package=smeserver-qmail&classification=SME+Server&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&query_format=advanced)
|
||||||
|
[Verified](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=VERIFIED&cf_package=smeserver-qmail&classification=SME+Server&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&query_format=advanced)
|
||||||
And a list of outstanding Legacy bugs: (e-smith-qmail) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-qmail&product=SME%20Server%2010.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
|
And a list of outstanding Legacy bugs: (e-smith-qmail) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-qmail&product=SME%20Server%2010.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
@@ -6,7 +6,7 @@ use File::Path;
|
|||||||
|
|
||||||
# email-conf - console-save, bootstrap-console-save, domain-create, domain-delete,
|
# email-conf - console-save, bootstrap-console-save, domain-create, domain-delete,
|
||||||
# ip-change, email-update, host-create, host-delete, host-modify, post-upgrade
|
# ip-change, email-update, host-create, host-delete, host-modify, post-upgrade
|
||||||
|
# rcpthosts template was in smeserver qpsmtpd, and not used if qpsmtpd in use anymore
|
||||||
|
|
||||||
foreach (qw(
|
foreach (qw(
|
||||||
badmailfrom
|
badmailfrom
|
||||||
@@ -42,6 +42,7 @@ foreach (qw(
|
|||||||
post-upgrade
|
post-upgrade
|
||||||
smeserver-qmail-update
|
smeserver-qmail-update
|
||||||
));
|
));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
templates2events("/var/qmail/control/badrcptto", qw(
|
templates2events("/var/qmail/control/badrcptto", qw(
|
||||||
@@ -55,7 +56,7 @@ templates2events("/var/qmail/control/badrcptto", qw(
|
|||||||
pseudonym-delete
|
pseudonym-delete
|
||||||
pseudonym-modify
|
pseudonym-modify
|
||||||
));
|
));
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
foreach (qw(
|
foreach (qw(
|
||||||
|
@@ -4,7 +4,7 @@ Summary: startup scripts for Dan Bernstein's qmail package
|
|||||||
%define name smeserver-qmail
|
%define name smeserver-qmail
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
%define version 11.0.0
|
%define version 11.0.0
|
||||||
%define release 7
|
%define release 8
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}%{?dist}
|
Release: %{release}%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
@@ -29,7 +29,7 @@ Provides: e-smith-qmail
|
|||||||
AutoReqProv: no
|
AutoReqProv: no
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Apr 25 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-7.sme
|
* Thu Apr 25 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-8.sme
|
||||||
- move qmail template from qpsmtpd [SME: 9492]
|
- move qmail template from qpsmtpd [SME: 9492]
|
||||||
badrcptto,badmailfrom,rcpthosts are for qmail-smtpd, they were used by qpsmtpd
|
badrcptto,badmailfrom,rcpthosts are for qmail-smtpd, they were used by qpsmtpd
|
||||||
as a direct remplacement, some file override them now, moving to qmail
|
as a direct remplacement, some file override them now, moving to qmail
|
||||||
|
Reference in New Issue
Block a user