1 |
# $Id: smeserver-qpsmtpd.spec,v 1.14 2016/05/06 20:15:18 vip-ire Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.20 2016/05/06 21:21:02 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.4.0 |
%define version 2.4.0 |
7 |
%define release 16 |
%define release 22 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
25 |
Patch13: smeserver-qpsmtpd-2.4.0-remove_obsolete_badrcptto_pattern_conf.patch |
Patch13: smeserver-qpsmtpd-2.4.0-remove_obsolete_badrcptto_pattern_conf.patch |
26 |
Patch14: smeserver-qpsmtpd-2.4.0-dhparam.patch |
Patch14: smeserver-qpsmtpd-2.4.0-dhparam.patch |
27 |
Patch15: smeserver-qpsmtpd-2.4.0-karma.patch |
Patch15: smeserver-qpsmtpd-2.4.0-karma.patch |
28 |
|
Patch16: smeserver-qpsmtpd-2.4.0-loadcheck.patch |
29 |
|
Patch17: smeserver-qpsmtpd-2.4.0-use_clamdscan_plugin.patch |
30 |
|
Patch18: smeserver-qpsmtpd-2.4.0-change_rbl_sbl_list_separator.patch |
31 |
|
Patch19: smeserver-qpsmtpd-2.4.0-add_uribl_support.patch |
32 |
|
Patch20: smeserver-qpsmtpd-2.4.0-use_naughty_plugin.patch |
33 |
|
Patch21: smeserver-qpsmtpd-2.4.0-bogus_bounce.patch |
34 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
35 |
Requires: qpsmtpd >= 0.96 |
Requires: qpsmtpd >= 0.96 |
36 |
|
Requires: perl(ClamAV::Client) |
37 |
Requires: perl(Mail::DKIM) |
Requires: perl(Mail::DKIM) |
38 |
Requires: perl(Mail::DKIM::DkSignature) |
Requires: perl(Mail::DKIM::DkSignature) |
39 |
Requires: daemontools |
Requires: daemontools |
63 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
64 |
|
|
65 |
%changelog |
%changelog |
66 |
|
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-22.sme |
67 |
|
- Enable the bogus_bounce plugin [SME: 9501] |
68 |
|
|
69 |
|
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-21.sme |
70 |
|
- Use the naughty plugin to defer rejections, leaving users an opportunity |
71 |
|
to authenticate [SME: 9500] |
72 |
|
|
73 |
|
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-20.sme |
74 |
|
- Add support for the uribl plugin [SME: 9499] |
75 |
|
|
76 |
|
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-19.sme |
77 |
|
- Change separator for SBList and RBLlist from : to , [SME: 9498] |
78 |
|
|
79 |
|
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-18.sme |
80 |
|
- Switch to the clamdscan plugin [SME: 9497] |
81 |
|
|
82 |
|
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-17.sme |
83 |
|
- Enabe the loadcheck plugin [SME: 9508] |
84 |
|
|
85 |
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-16.sme |
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-16.sme |
86 |
- Add support for the karma plugin [SME: 9502] |
- Add support for the karma plugin [SME: 9502] |
87 |
|
|
785 |
%patch13 -p1 |
%patch13 -p1 |
786 |
%patch14 -p1 |
%patch14 -p1 |
787 |
%patch15 -p1 |
%patch15 -p1 |
788 |
|
%patch16 -p1 |
789 |
|
%patch17 -p1 |
790 |
|
%patch18 -p1 |
791 |
|
%patch19 -p1 |
792 |
|
%patch20 -p1 |
793 |
|
%patch21 -p1 |
794 |
|
|
795 |
%build |
%build |
796 |
perl createlinks |
perl createlinks |
805 |
12count_unrecognized_commands |
12count_unrecognized_commands |
806 |
15helo |
15helo |
807 |
16resolvable_fromhost |
16resolvable_fromhost |
808 |
|
19loadcheck |
809 |
20rhsbl |
20rhsbl |
810 |
22dnsbl |
22dnsbl |
811 |
70spamassassin |
70spamassassin |