1 |
# $Id: smeserver-qpsmtpd.spec,v 1.6 2016/04/16 11:55:20 vip-ire Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.12 2016/04/18 20:08:08 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 7 |
%define release 13 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
Patch5: smeserver-qpsmtpd-2.6.0-loadcheck.patch |
19 |
Patch6: smeserver-qpsmtpd-2.6.0-bogus_bounce.patch |
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 |
|
Patch9: smeserver-qpsmtpd-2.6.0-change_rbl_sbl_list_separator.patch |
23 |
|
Patch10: smeserver-qpsmtpd-2.6.0-add_uribl_support.patch |
24 |
|
Patch11: smeserver-qpsmtpd-2.6.0-helo_default_to_rfc.patch |
25 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
26 |
Requires: qpsmtpd >= 0.96 |
Requires: qpsmtpd >= 0.96 |
27 |
Requires: perl(Mail::DKIM) |
Requires: perl(Mail::DKIM) |
28 |
Requires: perl(Mail::DKIM::DkSignature) |
Requires: perl(Mail::DKIM::DkSignature) |
29 |
|
Requires: perl(ClamAV::Client) |
30 |
Requires: daemontools |
Requires: daemontools |
31 |
Requires: qpsmtpd-plugins >= 0.0.1-sme04 |
Requires: qpsmtpd-plugins >= 0.0.1-sme04 |
32 |
Requires: ipsvd |
Requires: ipsvd |
54 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
55 |
|
|
56 |
%changelog |
%changelog |
57 |
|
* Wed Apr 20 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-13.sme |
58 |
|
- Use the helo plugin to check reverse DNS [SME: 2370] |
59 |
|
|
60 |
|
* Mon Apr 18 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-12.sme |
61 |
|
- Add support for uribl plugin, disabled by default [SME: 9467] |
62 |
|
|
63 |
|
* Sun Apr 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-11.sme |
64 |
|
- Change separator for SBList and RBLlist from : to , [SME: 8484] |
65 |
|
|
66 |
|
* Sun Apr 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-10.sme |
67 |
|
- Allow setting the karma negative value from the KarmaNegative prop |
68 |
|
[SME: 9462] |
69 |
|
|
70 |
|
* Sun Apr 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-9.sme |
71 |
|
- Fix max_size param for the clamdscan plugin [SME: 9465] |
72 |
|
|
73 |
|
* Sun Apr 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-8.sme |
74 |
|
- Use clamdscan plugin instead of clamav [SME: 9465] |
75 |
|
|
76 |
* Sat Apr 16 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-7.sme |
* Sat Apr 16 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-7.sme |
77 |
- Enable the bogus_bounce plugin [SME: 9464] |
- Enable the bogus_bounce plugin [SME: 9464] |
78 |
|
|
785 |
%patch4 -p1 |
%patch4 -p1 |
786 |
%patch5 -p1 |
%patch5 -p1 |
787 |
%patch6 -p1 |
%patch6 -p1 |
788 |
|
%patch7 -p1 |
789 |
|
%patch8 -p1 |
790 |
|
%patch9 -p1 |
791 |
|
%patch10 -p1 |
792 |
|
%patch11 -p1 |
793 |
|
|
794 |
%build |
%build |
795 |
perl createlinks |
perl createlinks |
802 |
DISABLE_LOCAL=" |
DISABLE_LOCAL=" |
803 |
10earlytalker |
10earlytalker |
804 |
12count_unrecognized_commands |
12count_unrecognized_commands |
805 |
|
15helo |
806 |
16resolvable_fromhost |
16resolvable_fromhost |
807 |
18karma |
18karma |
808 |
19loadcheck |
19loadcheck |