1 |
# $Id: smeserver-qpsmtpd.spec,v 1.9 2014/12/03 23:53:41 stephdl Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.17 2016/05/06 20:56:26 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 11 |
%define release 19 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
18 |
Patch6: smeserver-qpsmtpd-2.4.0-ahbl-patch |
Patch6: smeserver-qpsmtpd-2.4.0-ahbl-patch |
19 |
Patch7: smeserver-qpsmtpd-2.4.0-allow_relayclients_wo_authentications.patch |
Patch7: smeserver-qpsmtpd-2.4.0-allow_relayclients_wo_authentications.patch |
20 |
Patch8: smeserver-qpsmtpd-2.4.0-add_domain_to_bcc_user.patch |
Patch8: smeserver-qpsmtpd-2.4.0-add_domain_to_bcc_user.patch |
21 |
|
Patch9: smeserver-qpsmtpd-2.4.0-ssl_proto_from_db.patch |
22 |
|
Patch10: smeserver-qpsmtpd-2.4.0-ssl_update.patch |
23 |
|
Patch11: smeserver-qpsmtpd-2.4.0-compat_with_0.96.patch |
24 |
|
Patch12: smeserver-qpsmtpd-2.4.0-helo_default_to_rfc.patch |
25 |
|
Patch13: smeserver-qpsmtpd-2.4.0-remove_obsolete_badrcptto_pattern_conf.patch |
26 |
|
Patch14: smeserver-qpsmtpd-2.4.0-dhparam.patch |
27 |
|
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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
32 |
Requires: qpsmtpd >= 0.83 |
Requires: qpsmtpd >= 0.96 |
33 |
|
Requires: perl(ClamAV::Client) |
34 |
Requires: perl(Mail::DKIM) |
Requires: perl(Mail::DKIM) |
35 |
Requires: perl(Mail::DKIM::DkSignature) |
Requires: perl(Mail::DKIM::DkSignature) |
36 |
Requires: daemontools |
Requires: daemontools |
60 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
61 |
|
|
62 |
%changelog |
%changelog |
63 |
|
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-19.sme |
64 |
|
- Change separator for SBList and RBLlist from : to , [SME: 9498] |
65 |
|
|
66 |
|
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-18.sme |
67 |
|
- Switch to the clamdscan plugin [SME: 9497] |
68 |
|
|
69 |
|
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-17.sme |
70 |
|
- Enabe the loadcheck plugin [SME: 9508] |
71 |
|
|
72 |
|
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-16.sme |
73 |
|
- Add support for the karma plugin [SME: 9502] |
74 |
|
|
75 |
|
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-15.sme |
76 |
|
- Work with qpsmtpd 0.96 [SME: 8861] |
77 |
|
|
78 |
|
* Wed Jan 13 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-14.sme |
79 |
|
- Expand all ssl related conf in ssl-update [SME: 9152] |
80 |
|
|
81 |
|
* Tue Jan 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-13.sme |
82 |
|
- Hook into a new ssl-update event [SME: 9152] |
83 |
|
|
84 |
|
* Thu Jan 7 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-12.sme |
85 |
|
- Allow setting SSL protocols from DB [SME: 9162] |
86 |
|
|
87 |
* Thu Aug 6 2015 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-11.sme |
* Thu Aug 6 2015 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-11.sme |
88 |
- Add domain part to bcc user if missing [SME: 8990] |
- Add domain part to bcc user if missing [SME: 8990] |
89 |
|
|
765 |
%patch6 -p1 |
%patch6 -p1 |
766 |
%patch7 -p1 |
%patch7 -p1 |
767 |
%patch8 -p1 |
%patch8 -p1 |
768 |
|
%patch9 -p1 |
769 |
|
%patch10 -p1 |
770 |
|
%patch11 -p1 |
771 |
|
%patch12 -p1 |
772 |
|
%patch13 -p1 |
773 |
|
%patch14 -p1 |
774 |
|
%patch15 -p1 |
775 |
|
%patch16 -p1 |
776 |
|
%patch17 -p1 |
777 |
|
%patch18 -p1 |
778 |
|
|
779 |
%build |
%build |
780 |
perl createlinks |
perl createlinks |
784 |
mkdir -p $PEERS_CONFIG/local |
mkdir -p $PEERS_CONFIG/local |
785 |
|
|
786 |
DISABLE_LOCAL=" |
DISABLE_LOCAL=" |
787 |
10check_earlytalker |
09karma |
788 |
|
10earlytalker |
789 |
12count_unrecognized_commands |
12count_unrecognized_commands |
790 |
16require_resolvable_fromhost |
15helo |
791 |
|
16resolvable_fromhost |
792 |
|
19loadcheck |
793 |
20rhsbl |
20rhsbl |
794 |
22dnsbl |
22dnsbl |
795 |
70spamassassin |
70spamassassin |
850 |
\ |
\ |
851 |
--file /var/service/sqpsmtpd/sqpsmtpd "attr(0755,root,root)" \ |
--file /var/service/sqpsmtpd/sqpsmtpd "attr(0755,root,root)" \ |
852 |
--dir /var/spool/qpsmtpd "attr(2750,qpsmtpd,clamav)" \ |
--dir /var/spool/qpsmtpd "attr(2750,qpsmtpd,clamav)" \ |
853 |
|
--dir /var/lib/qpsmtpd/karma "attr(2750,qpsmtpd,qpsmtpd)" \ |
854 |
\ |
\ |
855 |
--file /usr/local/bin/qplogsumm.pl "attr(0755,root,root)" \ |
--file /usr/local/bin/qplogsumm.pl "attr(0755,root,root)" \ |
856 |
> %{name}-%{version}-%{release}-filelist |
> %{name}-%{version}-%{release}-filelist |