1 |
# $Id: smeserver-qpsmtpd.spec,v 1.51 2022/02/10 16:44:38 jpp Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.58 2023/12/18 17:56:08 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 16 |
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 |
|
Patch10: smeserver-qpsmtpd-2.7.0-bz12449-select-smtp-ssmtp-auth.patch |
24 |
|
|
25 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
26 |
Requires: qpsmtpd >= 0.96-19 |
Requires: qpsmtpd >= 0.96-22 |
27 |
Requires: perl(Mail::DKIM) |
Requires: perl(Mail::DKIM) |
28 |
Requires: perl(Mail::DKIM::DkSignature) |
Requires: perl(Mail::DKIM::DkSignature) |
29 |
Requires: perl(ClamAV::Client) |
Requires: perl(ClamAV::Client) |
30 |
Requires: perl(Mail::DMARC) |
Requires: perl(Mail::DMARC) |
31 |
|
Requires: perl(Net::IMAP::Simple) >= 1.2212 |
32 |
Requires: daemontools |
Requires: daemontools |
33 |
Requires: qpsmtpd-plugins >= 0.0.1-sme04 |
Requires: qpsmtpd-plugins >= 0.0.1-sme04 |
34 |
Requires: ipsvd |
Requires: ipsvd |
35 |
Requires: e-smith-lib >= 1.16.0-08 |
Requires: e-smith-lib >= 1.16.0-08 |
36 |
Requires: e-smith-cvm-unix-local |
#Requires: e-smith-cvm-unix-local |
37 |
Requires: smeserver-clamav >= 2.7.0 |
Requires: smeserver-clamav >= 2.7.0 |
38 |
Obsoletes: e-smith-obtuse-smtpd |
Obsoletes: e-smith-obtuse-smtpd |
39 |
Obsoletes: e-smith-qmail-smtpd |
Obsoletes: e-smith-qmail-smtpd |
57 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
58 |
|
|
59 |
%changelog |
%changelog |
60 |
|
* Sat Apr 13 2024 Jean-Philippe Pialasse <jpp@koozali.org> 2.7.0-16.sme |
61 |
|
- restart qpsmtpd on major perl module updates [SME: 12434] |
62 |
|
|
63 |
|
* Mon Dec 18 2023 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-15.sme |
64 |
|
- revert ability to enable selectively auth on smtp/ssmtp [SME: 12449] |
65 |
|
|
66 |
|
* Tue Aug 15 2023 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-14.sme |
67 |
|
- fix unable to auth with imap if set to localhost access [SME: 12398] |
68 |
|
|
69 |
|
* Mon Aug 14 2023 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-13.sme |
70 |
|
- fix imap auth needs escaping passwords [SME: 12395] |
71 |
|
now requires perl(Net::IMAP::Simple) >= 1.2212 (1.2034) |
72 |
|
do not requires e-smith-cvm-unix-local anymore |
73 |
|
|
74 |
|
* Sun Feb 05 2023 John Crisp <jcrisp@safeandsoundit.co.uk> 2.7.0-12.sme |
75 |
|
- migrate from cvm-unix auth to imap auth [SME: 12193] |
76 |
|
|
77 |
|
* Wed May 18 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 2.7.0-11.sme |
78 |
|
- Print both 255 char and full length DKIM keys [SME: 11974] |
79 |
|
|
80 |
|
* Tue Apr 05 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-10.sme |
81 |
|
- fix unable to set internal only pseudonym as full email [SME: 11933] |
82 |
|
|
83 |
* 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 |
84 |
- add softlimit template for qpsmtpd [SME: 11858] |
- add softlimit template for qpsmtpd [SME: 11858] |
85 |
increase softlimit to 50000000. |
increase softlimit to 50000000. |
938 |
%patch4 -p1 |
%patch4 -p1 |
939 |
%patch5 -p1 |
%patch5 -p1 |
940 |
%patch6 -p1 |
%patch6 -p1 |
941 |
|
%patch7 -p1 |
942 |
|
%patch8 -p1 |
943 |
|
%patch9 -p1 |
944 |
|
%patch10 -p1 |
945 |
|
|
946 |
%build |
%build |
947 |
perl createlinks |
perl createlinks |