1 |
# $Id: smeserver-qpsmtpd.spec,v 1.50 2021/11/16 23:04:55 jpp Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.54 2022/05/18 13:17:32 jcrisp Exp $ |
2 |
|
|
3 |
Summary: SME Server qpsmtpd module |
Summary: SME Server qpsmtpd module |
4 |
%define name smeserver-qpsmtpd |
%define name smeserver-qpsmtpd |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.7.0 |
%define version 2.7.0 |
7 |
%define release 8 |
%define release 12 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
16 |
Patch3: smeserver-qpsmtpd-2.7.0-11759.patch |
Patch3: smeserver-qpsmtpd-2.7.0-11759.patch |
17 |
Patch4: smeserver-qpsmtpd-2.7.0-bz10289-spamcheck-fetchedmail.patch |
Patch4: smeserver-qpsmtpd-2.7.0-bz10289-spamcheck-fetchedmail.patch |
18 |
Patch5: smeserver-qpsmtpd-2.7.0-bz11864.patch |
Patch5: smeserver-qpsmtpd-2.7.0-bz11864.patch |
19 |
|
Patch6: smeserver-qpsmtpd-2.7.0-bz11858-softlimit.patch |
20 |
|
Patch7: smeserver-qpsmtpd-2.7.0-bz11933-pseudoemail.patch |
21 |
|
Patch8: smeserver-qpsmtpd-2.7.0-bz11974-DKIM-keys-lengths.patch |
22 |
|
Patch9: smeserver-qpsmtpd-2.7.0-bz12193-migrate-cvm-unix-to-imap-auth.patch |
23 |
|
|
24 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
25 |
Requires: qpsmtpd >= 0.96-19 |
Requires: qpsmtpd >= 0.96-19 |
55 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
56 |
|
|
57 |
%changelog |
%changelog |
58 |
|
* Sun Feb 05 2023 John Crisp <jcrisp@safeandsoundit.co.uk> 2.7.0-12.sme |
59 |
|
- migrate from cvm-unix auth to imap auth [SME: 12193] |
60 |
|
|
61 |
|
* Wed May 18 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 2.7.0-11.sme |
62 |
|
- Print both 255 char and full length DKIM keys [SME: 11974] |
63 |
|
|
64 |
|
* Tue Apr 05 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-10.sme |
65 |
|
- fix unable to set internal only pseudonym as full email [SME: 11933] |
66 |
|
|
67 |
|
* Tue Apr 05 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-9.sme |
68 |
|
- add softlimit template for qpsmtpd [SME: 11858] |
69 |
|
increase softlimit to 50000000. |
70 |
|
|
71 |
* Thu Feb 10 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-8.sme |
* Thu Feb 10 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-8.sme |
72 |
- fix regression Set the default helo policy to lenient [SME: 11864] |
- fix regression Set the default helo policy to lenient [SME: 11864] |
73 |
|
|
921 |
%patch3 -p1 |
%patch3 -p1 |
922 |
%patch4 -p1 |
%patch4 -p1 |
923 |
%patch5 -p1 |
%patch5 -p1 |
924 |
|
%patch6 -p1 |
925 |
|
%patch7 -p1 |
926 |
|
%patch8 -p1 |
927 |
|
%patch9 -p1 |
928 |
|
|
929 |
|
|
930 |
%build |
%build |
931 |
perl createlinks |
perl createlinks |