1 |
# $Id: smeserver-qpsmtpd.spec,v 1.4 2016/04/16 11:44:08 vip-ire Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.9 2016/04/17 10:02:11 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.6.0 |
%define version 2.6.0 |
7 |
%define release 5 |
%define release 10 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
15 |
Patch2: smeserver-qpsmtpd-2.6.0-remove_obsolete_badrcptto_pattern_conf.patch |
Patch2: smeserver-qpsmtpd-2.6.0-remove_obsolete_badrcptto_pattern_conf.patch |
16 |
Patch3: smeserver-qpsmtpd-2.6.0-dhparam.patch |
Patch3: smeserver-qpsmtpd-2.6.0-dhparam.patch |
17 |
Patch4: smeserver-qpsmtpd-2.6.0-karma.patch |
Patch4: smeserver-qpsmtpd-2.6.0-karma.patch |
18 |
|
Patch5: smeserver-qpsmtpd-2.6.0-loadcheck.patch |
19 |
|
Patch6: smeserver-qpsmtpd-2.6.0-bogus_bounce.patch |
20 |
|
Patch7: smeserver-qpsmtpd-2.6.0-use_clamdscan_plugin.patch |
21 |
|
Patch8: smeserver-qpsmtpd-2.6.0-set_karma_negative.patch |
22 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
23 |
Requires: qpsmtpd >= 0.96 |
Requires: qpsmtpd >= 0.96 |
24 |
Requires: perl(Mail::DKIM) |
Requires: perl(Mail::DKIM) |
25 |
Requires: perl(Mail::DKIM::DkSignature) |
Requires: perl(Mail::DKIM::DkSignature) |
26 |
|
Requires: perl(ClamAV::Client) |
27 |
Requires: daemontools |
Requires: daemontools |
28 |
Requires: qpsmtpd-plugins >= 0.0.1-sme04 |
Requires: qpsmtpd-plugins >= 0.0.1-sme04 |
29 |
Requires: ipsvd |
Requires: ipsvd |
51 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
52 |
|
|
53 |
%changelog |
%changelog |
54 |
|
* Sun Apr 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-10.sme |
55 |
|
- Allow setting the karma negative value from the KarmaNegative prop |
56 |
|
[SME: 9462] |
57 |
|
|
58 |
|
* Sun Apr 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-9.sme |
59 |
|
- Fix max_size param for the clamdscan plugin [SME: 9465] |
60 |
|
|
61 |
|
* Sun Apr 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-8.sme |
62 |
|
- Use clamdscan plugin instead of clamav [SME: 9465] |
63 |
|
|
64 |
|
* Sat Apr 16 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-7.sme |
65 |
|
- Enable the bogus_bounce plugin [SME: 9464] |
66 |
|
|
67 |
|
* Sat Apr 16 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-6.sme |
68 |
|
- Enable the loadcheck plugin [SME: 9463] |
69 |
|
|
70 |
* Sat Apr 16 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-5.sme |
* Sat Apr 16 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-5.sme |
71 |
- Add support for the karma plugin, but keep it disabled by default |
- Add support for the karma plugin, but keep it disabled by default |
72 |
[SME: 9462] |
[SME: 9462] |
771 |
%patch2 -p1 |
%patch2 -p1 |
772 |
%patch3 -p1 |
%patch3 -p1 |
773 |
%patch4 -p1 |
%patch4 -p1 |
774 |
|
%patch5 -p1 |
775 |
|
%patch6 -p1 |
776 |
|
%patch7 -p1 |
777 |
|
%patch8 -p1 |
778 |
|
|
779 |
%build |
%build |
780 |
perl createlinks |
perl createlinks |
789 |
12count_unrecognized_commands |
12count_unrecognized_commands |
790 |
16resolvable_fromhost |
16resolvable_fromhost |
791 |
18karma |
18karma |
792 |
|
19loadcheck |
793 |
20rhsbl |
20rhsbl |
794 |
22dnsbl |
22dnsbl |
795 |
70spamassassin |
70spamassassin |