1 |
# $Id: smeserver-qpsmtpd.spec,v 1.31 2010/09/26 17:03:45 slords Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.40 2013/04/23 06:38:42 burnat 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 9 |
%define release 17 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
17 |
Patch5: smeserver-qpsmtpd-2.2.0-tls_before_auth.patch |
Patch5: smeserver-qpsmtpd-2.2.0-tls_before_auth.patch |
18 |
Patch6: smeserver-qpsmtpd-2.2.0-require_auth.patch |
Patch6: smeserver-qpsmtpd-2.2.0-require_auth.patch |
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 |
21 |
|
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 |
|
Patch12: smeserver-qpsmtpd-2.2.0-spamassassin_size_limit.patch |
25 |
|
Patch13: smeserver-qpsmtpd-2.2.0-initialize_size.patch |
26 |
|
|
27 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
28 |
Requires: qpsmtpd >= 0.83 |
Requires: qpsmtpd >= 0.83 |
29 |
Requires: perl(Mail::DKIM) |
Requires: perl(Mail::DKIM) |
54 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
55 |
|
|
56 |
%changelog |
%changelog |
57 |
|
* Wed Jun 12 2013 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-17 |
58 |
|
- Fix size_limit initialization [SME: 7668] |
59 |
|
|
60 |
|
* Tue Apr 23 2013 chris burnat <devlist@burnat.com> 2.2.0-16 |
61 |
|
- smeserver-qpsmtpd reads MaxMessageSize prop of spamassassin and adds it |
62 |
|
to the arguments of the plugin if defined, patch by Daniel [SME: 7541] |
63 |
|
|
64 |
|
* Wed Jul 18 2012 Ian Wells <esmith@wellsi.com> 2.2.0-15 |
65 |
|
- Revert the 2.2.0-14 change and fix properly in e-smith-base [SME: 7026] |
66 |
|
|
67 |
|
* Fri Jul 06 2012 Ian Wells <esmith@wellsi.com> 2.2.0-14 |
68 |
|
- tls ciphers defaults to disallow SSLv2 [SME: 7026] |
69 |
|
|
70 |
|
* Thu Oct 14 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-13 |
71 |
|
- Read number of log files to keep from the DB [SME: 2862] |
72 |
|
|
73 |
|
* Fri Oct 8 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-12 |
74 |
|
- Log all the run script to stdout [SME: 5831] |
75 |
|
|
76 |
|
* Mon Oct 4 2010 Shad L. Lords <slords@mail.com> 2.2.0-11.sme |
77 |
|
- Allow relay from all local 127.0.0.x addresses [SME: 5575] |
78 |
|
|
79 |
|
* Fri Oct 1 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-10.sme |
80 |
|
- Fix RelayRequiresAuth for local network [SME: 5575] |
81 |
|
|
82 |
* 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 |
83 |
- Make tls ciphers configurable [SME: 6141] |
- Make tls ciphers configurable [SME: 6241] |
84 |
|
|
85 |
* 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 |
86 |
- Require auth for all relays (local too) [SME: 5575] |
- Require auth for all relays (local too) [SME: 5575] |
704 |
%patch5 -p1 |
%patch5 -p1 |
705 |
%patch6 -p1 |
%patch6 -p1 |
706 |
%patch7 -p1 |
%patch7 -p1 |
707 |
|
%patch8 -p1 |
708 |
|
%patch9 -p1 |
709 |
|
%patch10 -p1 |
710 |
|
%patch11 -p1 |
711 |
|
%patch12 -p1 |
712 |
|
%patch13 -p1 |
713 |
|
|
714 |
%build |
%build |
715 |
perl createlinks |
perl createlinks |