1 |
# $Id: smeserver-qpsmtpd.spec,v 1.39 2012/07/19 05:57:12 wellsi Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.13 2016/01/13 17:47:36 vip-ire 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.4.0 |
%define version 2.4.0 |
7 |
%define release 1 |
%define release 15 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
|
Patch1: smeserver-qpsmtpd-2.4.0-spamassassin_size_limit.patch |
14 |
|
Patch2: smeserver-qpsmtpd-2.4.0-initialize_size.patch |
15 |
|
Patch3: smeserver-qpsmtpd-2.4.0-ciphers-update.patch |
16 |
|
Patch4: smeserver-qpsmtpd-2.4.0-RBLSBLupdate.patch |
17 |
|
Patch5: smeserver-qpsmtpd-2.4.0-remove_databytes.patch |
18 |
|
Patch6: smeserver-qpsmtpd-2.4.0-ahbl-patch |
19 |
|
Patch7: smeserver-qpsmtpd-2.4.0-allow_relayclients_wo_authentications.patch |
20 |
|
Patch8: smeserver-qpsmtpd-2.4.0-add_domain_to_bcc_user.patch |
21 |
|
Patch9: smeserver-qpsmtpd-2.4.0-ssl_proto_from_db.patch |
22 |
|
Patch10: smeserver-qpsmtpd-2.4.0-ssl_update.patch |
23 |
|
Patch11: smeserver-qpsmtpd-2.4.0-compat_with_0.96.patch |
24 |
|
Patch12: smeserver-qpsmtpd-2.4.0-helo_default_to_rfc.patch |
25 |
|
Patch13: smeserver-qpsmtpd-2.4.0-remove_obsolete_badrcptto_pattern_conf.patch |
26 |
|
Patch14: smeserver-qpsmtpd-2.4.0-dhparam.patch |
27 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
28 |
Requires: qpsmtpd >= 0.83 |
Requires: qpsmtpd >= 0.96 |
29 |
Requires: perl(Mail::DKIM) |
Requires: perl(Mail::DKIM) |
30 |
Requires: perl(Mail::DKIM::DkSignature) |
Requires: perl(Mail::DKIM::DkSignature) |
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 |
36 |
Obsoletes: e-smith-obtuse-smtpd |
Obsoletes: e-smith-obtuse-smtpd |
37 |
Obsoletes: e-smith-qmail-smtpd |
Obsoletes: e-smith-qmail-smtpd |
38 |
Obsoletes: e-smith-mailfront |
Obsoletes: e-smith-mailfront |
55 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
56 |
|
|
57 |
%changelog |
%changelog |
58 |
|
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-15.sme |
59 |
|
- Work with qpsmtpd 0.96 [SME: 8861] |
60 |
|
|
61 |
|
* Wed Jan 13 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-14.sme |
62 |
|
- Expand all ssl related conf in ssl-update [SME: 9152] |
63 |
|
|
64 |
|
* Tue Jan 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-13.sme |
65 |
|
- Hook into a new ssl-update event [SME: 9152] |
66 |
|
|
67 |
|
* Thu Jan 7 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-12.sme |
68 |
|
- Allow setting SSL protocols from DB [SME: 9162] |
69 |
|
|
70 |
|
* Thu Aug 6 2015 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-11.sme |
71 |
|
- Add domain part to bcc user if missing [SME: 8990] |
72 |
|
|
73 |
|
* Wed Dec 3 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-10.sme |
74 |
|
- allow IP relayclient stored by DB [SME: 8704] |
75 |
|
- Code from Stefano ZAmboni <zamboni@mind-at-work.it> |
76 |
|
- & Charlie Brady <charlieb-contribs-bugzilla@budge.apana.org.au> |
77 |
|
|
78 |
|
* Tue Dec 2 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-9.sme |
79 |
|
- allow IP relayclient stored by DB [SME: 8704] |
80 |
|
- Code from Stefano ZAmboni <zamboni@mind-at-work.it> |
81 |
|
|
82 |
|
* Tue May 6 2014 Ian Wells <esmith@wellsi.com> 2.4.0-8.sme |
83 |
|
- Remove dnsbl.ahbl.org RBL List [SME: 8368] |
84 |
|
|
85 |
|
* Tue Apr 15 2014 Ian Wells <esmith@wellsi.com> 2.4.0-7.sme |
86 |
|
- Remove the databytes file from qpsmtpd config [SME: 8329] |
87 |
|
|
88 |
|
* Tue Apr 15 2014 Ian Wells <esmith@wellsi.com> 2.4.0-6.sme |
89 |
|
- Update SBL and RBL Lists [SME: 8236] |
90 |
|
|
91 |
|
* Tue Jan 28 2014 Ian Wells <esmith@wellsi.com> 2.4.0-5.sme |
92 |
|
- Remove insecure ciphers [SME: 8138] |
93 |
|
|
94 |
|
* Fri Jun 14 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-4 |
95 |
|
- Fix size_limit initialization [SME: 7671] |
96 |
|
|
97 |
|
* Wed Apr 24 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-3 |
98 |
|
- reads MaxMessageSize prop of spamassassin and adds it |
99 |
|
to the arguments of the plugin if defined [SME: 7559] |
100 |
|
|
101 |
|
* Wed Apr 10 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2 |
102 |
|
- Requires e-smith-cvm-unix-local [SME: 7509] |
103 |
|
|
104 |
* Thu Feb 7 2013 Shad L. Lords <slords@mail.com> 2.4.0-1 |
* Thu Feb 7 2013 Shad L. Lords <slords@mail.com> 2.4.0-1 |
105 |
- Roll new stream for sme9 |
- Roll new stream for sme9 |
106 |
|
|
740 |
|
|
741 |
%prep |
%prep |
742 |
%setup |
%setup |
743 |
|
%patch1 -p1 |
744 |
|
%patch2 -p1 |
745 |
|
%patch3 -p1 |
746 |
|
%patch4 -p1 |
747 |
|
%patch5 -p1 |
748 |
|
%patch6 -p1 |
749 |
|
%patch7 -p1 |
750 |
|
%patch8 -p1 |
751 |
|
%patch9 -p1 |
752 |
|
%patch10 -p1 |
753 |
|
%patch11 -p1 |
754 |
|
%patch12 -p1 |
755 |
|
%patch13 -p1 |
756 |
|
%patch14 -p1 |
757 |
|
|
758 |
%build |
%build |
759 |
perl createlinks |
perl createlinks |
763 |
mkdir -p $PEERS_CONFIG/local |
mkdir -p $PEERS_CONFIG/local |
764 |
|
|
765 |
DISABLE_LOCAL=" |
DISABLE_LOCAL=" |
766 |
10check_earlytalker |
10earlytalker |
767 |
12count_unrecognized_commands |
12count_unrecognized_commands |
768 |
16require_resolvable_fromhost |
15helo |
769 |
|
16resolvable_fromhost |
770 |
20rhsbl |
20rhsbl |
771 |
22dnsbl |
22dnsbl |
772 |
70spamassassin |
70spamassassin |