1 |
# $Id$ |
# $Id: smeserver-qpsmtpd.spec,v 1.33 2010/10/01 13:32:47 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.2.0 |
%define version 2.2.0 |
7 |
%define release 1 |
%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.gz |
Source: %{name}-%{version}.tar.gz |
13 |
|
Patch1: smeserver-qpsmtpd-2.2.0-qpsmtpd83.patch |
14 |
|
Patch2: smeserver-qpsmtpd-2.2.0-spamsubject.patch |
15 |
|
Patch3: smeserver-qpsmtpd-2.2.0-expand-template.patch |
16 |
|
Patch4: smeserver-qpsmtpd-2.2.0-RequireResolvableFromHost-default-enabled.patch |
17 |
|
Patch5: smeserver-qpsmtpd-2.2.0-tls_before_auth.patch |
18 |
|
Patch6: smeserver-qpsmtpd-2.2.0-require_auth.patch |
19 |
|
Patch7: smeserver-qpsmtpd-2.2.0-ciphers.patch |
20 |
|
Patch8: smeserver-qpsmtpd-2.2.0-fix_relay_auth_for_local_net.patch |
21 |
|
Patch9: smeserver-qpsmtpd-2.2.0-allow_fetchmail.patch |
22 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
23 |
Requires: qpsmtpd >= 0.40 |
Requires: qpsmtpd >= 0.83 |
24 |
Requires: perl(Mail::DKIM) |
Requires: perl(Mail::DKIM) |
25 |
Requires: perl(Mail::DKIM::DkSignature) |
Requires: perl(Mail::DKIM::DkSignature) |
26 |
Requires: daemontools |
Requires: daemontools |
49 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
50 |
|
|
51 |
%changelog |
%changelog |
52 |
|
* Mon Oct 4 2010 Shad L. Lords <slords@mail.com> 2.2.0-11.sme |
53 |
|
- Allow relay from all local 127.0.0.x addresses [SME: 5575] |
54 |
|
|
55 |
|
* Fri Oct 1 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-10.sme |
56 |
|
- Fix RelayRequiresAuth for local network [SME: 5575] |
57 |
|
|
58 |
|
* Sun Sep 25 2010 Shad L. Lords <slords@mail.com> 2.2.0-9.sme |
59 |
|
- Make tls ciphers configurable [SME: 6141] |
60 |
|
|
61 |
|
* Sun Sep 25 2010 Shad L. Lords <slords@mail.com> 2.2.0-8.sme |
62 |
|
- Require auth for all relays (local too) [SME: 5575] |
63 |
|
|
64 |
|
* Sat Jun 5 2010 Ian Wells <esmith@wellsi.com> 2.2.0-7.sme |
65 |
|
- Add qpsmtpd template fragment for tls_before_auth [SME: 6004] |
66 |
|
|
67 |
|
* Sun Dec 27 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-6.sme |
68 |
|
- Enable qpsmtpd RequireResolvableFromHost plugin by default, remove |
69 |
|
database entry and the database default value [SME: 5617] |
70 |
|
|
71 |
|
* Sat Nov 7 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme |
72 |
|
- Tie template fragment into event system to have it expanded [SME: 5031] |
73 |
|
|
74 |
|
* Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-4.sme |
75 |
|
- Add qpsmtpd template fragment for custom SPAM subject prefix [SME: 5031] |
76 |
|
|
77 |
|
* Thu Oct 29 2009 Shad L. Lords <slords@mail.com> 2.0.0-3.sme |
78 |
|
- Add hooks cleanout back in in so auth works. |
79 |
|
|
80 |
|
* Thu Oct 29 2009 Shad L. Lords <slords@mail.com> 2.2.0-2.sme |
81 |
|
- Add compatibility with qpsmtpd 0.83 [SME: 5543] |
82 |
|
- Add tls to base config [SME: 1076] |
83 |
|
|
84 |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
85 |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
86 |
|
|
673 |
|
|
674 |
%prep |
%prep |
675 |
%setup |
%setup |
676 |
|
%patch1 -p1 |
677 |
|
%patch2 -p1 |
678 |
|
%patch3 -p1 |
679 |
|
%patch4 -p1 |
680 |
|
%patch5 -p1 |
681 |
|
%patch6 -p1 |
682 |
|
%patch7 -p1 |
683 |
|
%patch8 -p1 |
684 |
|
%patch9 -p1 |
685 |
|
|
686 |
%build |
%build |
687 |
perl createlinks |
perl createlinks |
705 |
done |
done |
706 |
|
|
707 |
ln -s ../qpsmtpd/config root/var/service/sqpsmtpd/config |
ln -s ../qpsmtpd/config root/var/service/sqpsmtpd/config |
708 |
|
ln -s ../qpsmtpd/ssl root/var/service/sqpsmtpd/ssl |
709 |
|
|
710 |
mkdir -p root/etc/e-smith/templates/var/service/qpsmtpd/peers/{0,local} |
mkdir -p root/etc/e-smith/templates/var/service/qpsmtpd/peers/{0,local} |
711 |
touch root/etc/e-smith/templates/var/service/qpsmtpd/peers/{0,local}/template-begin |
touch root/etc/e-smith/templates/var/service/qpsmtpd/peers/{0,local}/template-begin |