1 |
# $Id: smeserver-qpsmtpd.spec,v 1.2 2013/04/10 19:29:02 vip-ire Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.9 2014/12/03 23:53:41 stephdl 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 3 |
%define release 11 |
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 |
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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
22 |
Requires: qpsmtpd >= 0.83 |
Requires: qpsmtpd >= 0.83 |
23 |
Requires: perl(Mail::DKIM) |
Requires: perl(Mail::DKIM) |
49 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
50 |
|
|
51 |
%changelog |
%changelog |
52 |
|
* Thu Aug 6 2015 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-11.sme |
53 |
|
- Add domain part to bcc user if missing [SME: 8990] |
54 |
|
|
55 |
|
* Wed Dec 3 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-10.sme |
56 |
|
- allow IP relayclient stored by DB [SME: 8704] |
57 |
|
- Code from Stefano ZAmboni <zamboni@mind-at-work.it> |
58 |
|
- & Charlie Brady <charlieb-contribs-bugzilla@budge.apana.org.au> |
59 |
|
|
60 |
|
* Tue Dec 2 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-9.sme |
61 |
|
- allow IP relayclient stored by DB [SME: 8704] |
62 |
|
- Code from Stefano ZAmboni <zamboni@mind-at-work.it> |
63 |
|
|
64 |
|
* Tue May 6 2014 Ian Wells <esmith@wellsi.com> 2.4.0-8.sme |
65 |
|
- Remove dnsbl.ahbl.org RBL List [SME: 8368] |
66 |
|
|
67 |
|
* Tue Apr 15 2014 Ian Wells <esmith@wellsi.com> 2.4.0-7.sme |
68 |
|
- Remove the databytes file from qpsmtpd config [SME: 8329] |
69 |
|
|
70 |
|
* Tue Apr 15 2014 Ian Wells <esmith@wellsi.com> 2.4.0-6.sme |
71 |
|
- Update SBL and RBL Lists [SME: 8236] |
72 |
|
|
73 |
|
* Tue Jan 28 2014 Ian Wells <esmith@wellsi.com> 2.4.0-5.sme |
74 |
|
- Remove insecure ciphers [SME: 8138] |
75 |
|
|
76 |
|
* Fri Jun 14 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-4 |
77 |
|
- Fix size_limit initialization [SME: 7671] |
78 |
|
|
79 |
* Wed Apr 24 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-3 |
* Wed Apr 24 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-3 |
80 |
- reads MaxMessageSize prop of spamassassin and adds it |
- reads MaxMessageSize prop of spamassassin and adds it |
81 |
to the arguments of the plugin if defined [SME: 7559] |
to the arguments of the plugin if defined [SME: 7559] |
723 |
%prep |
%prep |
724 |
%setup |
%setup |
725 |
%patch1 -p1 |
%patch1 -p1 |
726 |
|
%patch2 -p1 |
727 |
|
%patch3 -p1 |
728 |
|
%patch4 -p1 |
729 |
|
%patch5 -p1 |
730 |
|
%patch6 -p1 |
731 |
|
%patch7 -p1 |
732 |
|
%patch8 -p1 |
733 |
|
|
734 |
%build |
%build |
735 |
perl createlinks |
perl createlinks |