1 |
# $Id: smeserver-qpsmtpd.spec,v 1.51 2022/02/10 16:44:38 jpp Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.56 2023/08/14 16:20:52 jpp 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 9 |
%define release 14 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
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 |
27 |
Requires: perl(Mail::DKIM::DkSignature) |
Requires: perl(Mail::DKIM::DkSignature) |
28 |
Requires: perl(ClamAV::Client) |
Requires: perl(ClamAV::Client) |
29 |
Requires: perl(Mail::DMARC) |
Requires: perl(Mail::DMARC) |
30 |
|
Requires: perl(Net::IMAP::Simple) >= 1.2212 |
31 |
Requires: daemontools |
Requires: daemontools |
32 |
Requires: qpsmtpd-plugins >= 0.0.1-sme04 |
Requires: qpsmtpd-plugins >= 0.0.1-sme04 |
33 |
Requires: ipsvd |
Requires: ipsvd |
34 |
Requires: e-smith-lib >= 1.16.0-08 |
Requires: e-smith-lib >= 1.16.0-08 |
35 |
Requires: e-smith-cvm-unix-local |
#Requires: e-smith-cvm-unix-local |
36 |
Requires: smeserver-clamav >= 2.7.0 |
Requires: smeserver-clamav >= 2.7.0 |
37 |
Obsoletes: e-smith-obtuse-smtpd |
Obsoletes: e-smith-obtuse-smtpd |
38 |
Obsoletes: e-smith-qmail-smtpd |
Obsoletes: e-smith-qmail-smtpd |
56 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
57 |
|
|
58 |
%changelog |
%changelog |
59 |
|
* Tue Aug 15 2023 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-14.sme |
60 |
|
- fix unable to auth with imap if set to localhost access [SME: 12398] |
61 |
|
|
62 |
|
* Mon Aug 14 2023 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-13.sme |
63 |
|
- fix imap auth needs escaping passwords [SME: 12395] |
64 |
|
now requires perl(Net::IMAP::Simple) >= 1.2212 (1.2034) |
65 |
|
do not requires e-smith-cvm-unix-local anymore |
66 |
|
|
67 |
|
* Sun Feb 05 2023 John Crisp <jcrisp@safeandsoundit.co.uk> 2.7.0-12.sme |
68 |
|
- migrate from cvm-unix auth to imap auth [SME: 12193] |
69 |
|
|
70 |
|
* Wed May 18 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 2.7.0-11.sme |
71 |
|
- Print both 255 char and full length DKIM keys [SME: 11974] |
72 |
|
|
73 |
|
* Tue Apr 05 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-10.sme |
74 |
|
- fix unable to set internal only pseudonym as full email [SME: 11933] |
75 |
|
|
76 |
* Tue Apr 05 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-9.sme |
* Tue Apr 05 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-9.sme |
77 |
- add softlimit template for qpsmtpd [SME: 11858] |
- add softlimit template for qpsmtpd [SME: 11858] |
78 |
increase softlimit to 50000000. |
increase softlimit to 50000000. |
931 |
%patch4 -p1 |
%patch4 -p1 |
932 |
%patch5 -p1 |
%patch5 -p1 |
933 |
%patch6 -p1 |
%patch6 -p1 |
934 |
|
%patch7 -p1 |
935 |
|
%patch8 -p1 |
936 |
|
%patch9 -p1 |
937 |
|
|
938 |
|
|
939 |
%build |
%build |
940 |
perl createlinks |
perl createlinks |