1 |
# $Id: smeserver-qpsmtpd.spec,v 1.34 2010/10/04 16:39:27 slords Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.41 2013/06/12 10:32:56 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 12 |
%define release 18 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
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 |
|
Patch14: smeserver-qpsmtpd-2.2.0-remove_databytes.patch |
27 |
|
|
28 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
29 |
Requires: qpsmtpd >= 0.83 |
Requires: qpsmtpd >= 0.83 |
30 |
Requires: perl(Mail::DKIM) |
Requires: perl(Mail::DKIM) |
55 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
56 |
|
|
57 |
%changelog |
%changelog |
58 |
|
* Sun Oct 13 2013 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-18 |
59 |
|
- Remove the databytes file from qpsmtpd config [SME: 7876] |
60 |
|
|
61 |
|
* Wed Jun 12 2013 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-17 |
62 |
|
- Fix size_limit initialization [SME: 7668] |
63 |
|
|
64 |
|
* Tue Apr 23 2013 chris burnat <devlist@burnat.com> 2.2.0-16 |
65 |
|
- smeserver-qpsmtpd reads MaxMessageSize prop of spamassassin and adds it |
66 |
|
to the arguments of the plugin if defined, patch by Daniel [SME: 7541] |
67 |
|
|
68 |
|
* Wed Jul 18 2012 Ian Wells <esmith@wellsi.com> 2.2.0-15 |
69 |
|
- Revert the 2.2.0-14 change and fix properly in e-smith-base [SME: 7026] |
70 |
|
|
71 |
|
* Fri Jul 06 2012 Ian Wells <esmith@wellsi.com> 2.2.0-14 |
72 |
|
- tls ciphers defaults to disallow SSLv2 [SME: 7026] |
73 |
|
|
74 |
|
* Thu Oct 14 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-13 |
75 |
|
- Read number of log files to keep from the DB [SME: 2862] |
76 |
|
|
77 |
* Fri Oct 8 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-12 |
* Fri Oct 8 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-12 |
78 |
- Log all the run script to stdout [SME: 5831] |
- Log all the run script to stdout [SME: 5831] |
79 |
|
|
84 |
- Fix RelayRequiresAuth for local network [SME: 5575] |
- Fix RelayRequiresAuth for local network [SME: 5575] |
85 |
|
|
86 |
* 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 |
87 |
- Make tls ciphers configurable [SME: 6141] |
- Make tls ciphers configurable [SME: 6241] |
88 |
|
|
89 |
* 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 |
90 |
- Require auth for all relays (local too) [SME: 5575] |
- Require auth for all relays (local too) [SME: 5575] |
711 |
%patch8 -p1 |
%patch8 -p1 |
712 |
%patch9 -p1 |
%patch9 -p1 |
713 |
%patch10 -p1 |
%patch10 -p1 |
714 |
|
%patch11 -p1 |
715 |
|
%patch12 -p1 |
716 |
|
%patch13 -p1 |
717 |
|
%patch14 -p1 |
718 |
|
|
719 |
%build |
%build |
720 |
perl createlinks |
perl createlinks |