1 |
# $Id: smeserver-qpsmtpd.spec,v 1.33 2010/10/01 13:32:47 vip-ire Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.38 2012/07/07 05:42:27 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.2.0 |
%define version 2.2.0 |
7 |
%define release 11 |
%define release 15 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
19 |
Patch7: smeserver-qpsmtpd-2.2.0-ciphers.patch |
Patch7: smeserver-qpsmtpd-2.2.0-ciphers.patch |
20 |
Patch8: smeserver-qpsmtpd-2.2.0-fix_relay_auth_for_local_net.patch |
Patch8: smeserver-qpsmtpd-2.2.0-fix_relay_auth_for_local_net.patch |
21 |
Patch9: smeserver-qpsmtpd-2.2.0-allow_fetchmail.patch |
Patch9: smeserver-qpsmtpd-2.2.0-allow_fetchmail.patch |
22 |
|
Patch10: smeserver-qpsmtpd-2.2.0-log_to_stdout.patch |
23 |
|
Patch11: smeserver-qpsmtpd-2.2.0-configure_num_of_log_file_to_keep.patch |
24 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
25 |
Requires: qpsmtpd >= 0.83 |
Requires: qpsmtpd >= 0.83 |
26 |
Requires: perl(Mail::DKIM) |
Requires: perl(Mail::DKIM) |
51 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
52 |
|
|
53 |
%changelog |
%changelog |
54 |
|
* Wed Jul 18 2012 Ian Wells <esmith@wellsi.com> 2.2.0-15 |
55 |
|
- Revert the 2.2.0-14 change and fix properly in e-smith-base [SME: 7026] |
56 |
|
|
57 |
|
* Fri Jul 06 2012 Ian Wells <esmith@wellsi.com> 2.2.0-14 |
58 |
|
- tls ciphers defaults to disallow SSLv2 [SME: 7026] |
59 |
|
|
60 |
|
* Thu Oct 14 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-13 |
61 |
|
- Read number of log files to keep from the DB [SME: 2862] |
62 |
|
|
63 |
|
* Fri Oct 8 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-12 |
64 |
|
- Log all the run script to stdout [SME: 5831] |
65 |
|
|
66 |
* Mon Oct 4 2010 Shad L. Lords <slords@mail.com> 2.2.0-11.sme |
* Mon Oct 4 2010 Shad L. Lords <slords@mail.com> 2.2.0-11.sme |
67 |
- Allow relay from all local 127.0.0.x addresses [SME: 5575] |
- Allow relay from all local 127.0.0.x addresses [SME: 5575] |
68 |
|
|
70 |
- Fix RelayRequiresAuth for local network [SME: 5575] |
- Fix RelayRequiresAuth for local network [SME: 5575] |
71 |
|
|
72 |
* Sun Sep 25 2010 Shad L. Lords <slords@mail.com> 2.2.0-9.sme |
* Sun Sep 25 2010 Shad L. Lords <slords@mail.com> 2.2.0-9.sme |
73 |
- Make tls ciphers configurable [SME: 6141] |
- Make tls ciphers configurable [SME: 6241] |
74 |
|
|
75 |
* Sun Sep 25 2010 Shad L. Lords <slords@mail.com> 2.2.0-8.sme |
* Sun Sep 25 2010 Shad L. Lords <slords@mail.com> 2.2.0-8.sme |
76 |
- Require auth for all relays (local too) [SME: 5575] |
- Require auth for all relays (local too) [SME: 5575] |
696 |
%patch7 -p1 |
%patch7 -p1 |
697 |
%patch8 -p1 |
%patch8 -p1 |
698 |
%patch9 -p1 |
%patch9 -p1 |
699 |
|
%patch10 -p1 |
700 |
|
%patch11 -p1 |
701 |
|
|
702 |
%build |
%build |
703 |
perl createlinks |
perl createlinks |