1 |
# $Id: smeserver-qpsmtpd.spec,v 1.22 2008/10/07 15:06:54 slords Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.29 2012/07/07 05:17:18 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.0.0 |
%define version 2.0.0 |
7 |
%define release 2 |
%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.gz |
Source: %{name}-%{version}.tar.gz |
13 |
Patch1: smeserver-qpsmtpd-2.0.0-qpsmtpd83.patch |
Patch1: smeserver-qpsmtpd-2.0.0-qpsmtpd83.patch |
14 |
|
Patch2: smeserver-qpsmtpd-2.0.0-spamsubject.patch |
15 |
|
Patch3: smeserver-qpsmtpd-2.0.0-expand-template.patch |
16 |
|
Patch4: smeserver-qpsmtpd-2.0.0-tls_before_auth.patch |
17 |
|
Patch5: smeserver-qpsmtpd-2.0.0-ciphers.patch |
18 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
Requires: qpsmtpd >= 0.83 |
Requires: qpsmtpd >= 0.83 |
20 |
Requires: perl(Mail::DKIM) |
Requires: perl(Mail::DKIM) |
45 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
46 |
|
|
47 |
%changelog |
%changelog |
48 |
|
* Wed Jul 18 2012 Ian Wells <esmith@wellsi.com> 2.0.0-9.sme |
49 |
|
- Revert the 2.0.0-8 change and fix properly in e-smith-base [SME: 6141] |
50 |
|
|
51 |
|
* Fri Jul 06 2012 Ian Wells <esmith@wellsi.com> 2.0.0-8.sme |
52 |
|
- tls ciphers defaults to disallow SSLv2 [SME: 6141] |
53 |
|
|
54 |
|
* Thu Mar 10 2011 Ian Wells <esmith@wellsi.com> 2.0.0-7.sme |
55 |
|
- Make tls ciphers configurable [SME: 6141] |
56 |
|
|
57 |
|
* Wed Jun 2 2010 Ian Wells <esmith@wellsi.com> 2.0.0-6.sme |
58 |
|
- Add qpsmtpd template fragment for tls_before_auth [SME: 5997] |
59 |
|
|
60 |
|
* Sat Nov 7 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-5.sme |
61 |
|
- Tie the template fragment into the event system to have it expand [SME: 5567] |
62 |
|
|
63 |
|
* Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-4.sme |
64 |
|
- Add qpsmtpd template fragment for custom SPAM subject prefix [SME: 5567] |
65 |
|
|
66 |
|
* Thu Oct 29 2009 Shad L. Lords <slords@mail.com> 2.0.0-3.sme |
67 |
|
- Add hooks cleanout back in in so auth works. |
68 |
|
|
69 |
* Thu Oct 29 2009 Shad L. Lords <slords@mail.com> 2.0.0-2.sme |
* Thu Oct 29 2009 Shad L. Lords <slords@mail.com> 2.0.0-2.sme |
70 |
- Add compatibility with qpsmtpd 0.83 [SME: 5543] |
- Add compatibility with qpsmtpd 0.83 [SME: 5543] |
71 |
- Add tls to base config [SME: 1076] |
- Add tls to base config [SME: 1076] |
663 |
%prep |
%prep |
664 |
%setup |
%setup |
665 |
%patch1 -p1 |
%patch1 -p1 |
666 |
|
%patch2 -p1 |
667 |
|
%patch3 -p1 |
668 |
|
%patch4 -p1 |
669 |
|
%patch5 -p1 |
670 |
|
|
671 |
%build |
%build |
672 |
perl createlinks |
perl createlinks |