1 |
# $Id: smeserver-qpsmtpd.spec,v 1.9 2016/04/17 10:02:11 vip-ire Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.14 2016/04/20 19:46:42 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 10 |
%define release 15 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
Patch7: smeserver-qpsmtpd-2.6.0-use_clamdscan_plugin.patch |
21 |
Patch8: smeserver-qpsmtpd-2.6.0-set_karma_negative.patch |
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 |
|
Patch12: smeserver-qpsmtpd-2.6.0-use_naughty_plugin.patch |
26 |
|
Patch13: smeserver-qpsmtpd-2.6.0-karma_before_earlytalker.patch |
27 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
28 |
Requires: qpsmtpd >= 0.96 |
Requires: qpsmtpd >= 0.96 |
29 |
Requires: perl(Mail::DKIM) |
Requires: perl(Mail::DKIM) |
56 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
57 |
|
|
58 |
%changelog |
%changelog |
59 |
|
* Thu Apr 21 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-15.sme |
60 |
|
- Call karma before earlytalker and add support for the new strikes param |
61 |
|
[SME: 9462] |
62 |
|
|
63 |
|
* Wed Apr 20 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-14.sme |
64 |
|
- Use the naughty plugin to defer rejections, leaving users an opportunity |
65 |
|
to authenticate [SME: 5092] |
66 |
|
|
67 |
|
* Wed Apr 20 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-13.sme |
68 |
|
- Use the helo plugin to check reverse DNS [SME: 2370] |
69 |
|
|
70 |
|
* Mon Apr 18 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-12.sme |
71 |
|
- Add support for uribl plugin, disabled by default [SME: 9467] |
72 |
|
|
73 |
|
* Sun Apr 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-11.sme |
74 |
|
- Change separator for SBList and RBLlist from : to , [SME: 8484] |
75 |
|
|
76 |
* Sun Apr 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-10.sme |
* Sun Apr 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-10.sme |
77 |
- Allow setting the karma negative value from the KarmaNegative prop |
- Allow setting the karma negative value from the KarmaNegative prop |
78 |
[SME: 9462] |
[SME: 9462] |
797 |
%patch6 -p1 |
%patch6 -p1 |
798 |
%patch7 -p1 |
%patch7 -p1 |
799 |
%patch8 -p1 |
%patch8 -p1 |
800 |
|
%patch9 -p1 |
801 |
|
%patch10 -p1 |
802 |
|
%patch11 -p1 |
803 |
|
%patch12 -p1 |
804 |
|
%patch13 -p1 |
805 |
|
|
806 |
%build |
%build |
807 |
perl createlinks |
perl createlinks |
812 |
mkdir -p $PEERS_CONFIG/local |
mkdir -p $PEERS_CONFIG/local |
813 |
|
|
814 |
DISABLE_LOCAL=" |
DISABLE_LOCAL=" |
815 |
|
09karma |
816 |
10earlytalker |
10earlytalker |
817 |
12count_unrecognized_commands |
12count_unrecognized_commands |
818 |
|
15helo |
819 |
16resolvable_fromhost |
16resolvable_fromhost |
|
18karma |
|
820 |
19loadcheck |
19loadcheck |
821 |
20rhsbl |
20rhsbl |
822 |
22dnsbl |
22dnsbl |
823 |
|
23naughty |
824 |
70spamassassin |
70spamassassin |
825 |
" |
" |
826 |
|
|