1 |
# $Id: smeserver-qpsmtpd.spec,v 1.39 2012/07/19 05:57:12 wellsi Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.7 2014/05/06 19:36:42 wellsi 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 9 |
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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
Requires: qpsmtpd >= 0.83 |
Requires: qpsmtpd >= 0.83 |
22 |
Requires: perl(Mail::DKIM) |
Requires: perl(Mail::DKIM) |
25 |
Requires: qpsmtpd-plugins >= 0.0.1-sme04 |
Requires: qpsmtpd-plugins >= 0.0.1-sme04 |
26 |
Requires: ipsvd |
Requires: ipsvd |
27 |
Requires: e-smith-lib >= 1.16.0-08 |
Requires: e-smith-lib >= 1.16.0-08 |
28 |
|
Requires: e-smith-cvm-unix-local |
29 |
Obsoletes: e-smith-obtuse-smtpd |
Obsoletes: e-smith-obtuse-smtpd |
30 |
Obsoletes: e-smith-qmail-smtpd |
Obsoletes: e-smith-qmail-smtpd |
31 |
Obsoletes: e-smith-mailfront |
Obsoletes: e-smith-mailfront |
48 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
49 |
|
|
50 |
%changelog |
%changelog |
51 |
|
* Tue Dec 2 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-9.sme |
52 |
|
- allow IP relayclient stored by DB [SME: 8704] |
53 |
|
- Code from Stefano ZAmboni <zamboni@mind-at-work.it> |
54 |
|
|
55 |
|
* Tue May 6 2014 Ian Wells <esmith@wellsi.com> 2.4.0-8.sme |
56 |
|
- Remove dnsbl.ahbl.org RBL List [SME: 8368] |
57 |
|
|
58 |
|
* Tue Apr 15 2014 Ian Wells <esmith@wellsi.com> 2.4.0-7.sme |
59 |
|
- Remove the databytes file from qpsmtpd config [SME: 8329] |
60 |
|
|
61 |
|
* Tue Apr 15 2014 Ian Wells <esmith@wellsi.com> 2.4.0-6.sme |
62 |
|
- Update SBL and RBL Lists [SME: 8236] |
63 |
|
|
64 |
|
* Tue Jan 28 2014 Ian Wells <esmith@wellsi.com> 2.4.0-5.sme |
65 |
|
- Remove insecure ciphers [SME: 8138] |
66 |
|
|
67 |
|
* Fri Jun 14 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-4 |
68 |
|
- Fix size_limit initialization [SME: 7671] |
69 |
|
|
70 |
|
* Wed Apr 24 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-3 |
71 |
|
- reads MaxMessageSize prop of spamassassin and adds it |
72 |
|
to the arguments of the plugin if defined [SME: 7559] |
73 |
|
|
74 |
|
* Wed Apr 10 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2 |
75 |
|
- Requires e-smith-cvm-unix-local [SME: 7509] |
76 |
|
|
77 |
* 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 |
78 |
- Roll new stream for sme9 |
- Roll new stream for sme9 |
79 |
|
|
713 |
|
|
714 |
%prep |
%prep |
715 |
%setup |
%setup |
716 |
|
%patch1 -p1 |
717 |
|
%patch2 -p1 |
718 |
|
%patch3 -p1 |
719 |
|
%patch4 -p1 |
720 |
|
%patch5 -p1 |
721 |
|
%patch6 -p1 |
722 |
|
%patch7 -p1 |
723 |
|
|
724 |
%build |
%build |
725 |
perl createlinks |
perl createlinks |