1 |
# $Id: smeserver-qpsmtpd.spec,v 1.7 2014/05/06 19:36:42 wellsi Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.21 2016/05/06 21:24:46 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 9 |
%define release 23 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
17 |
Patch5: smeserver-qpsmtpd-2.4.0-remove_databytes.patch |
Patch5: smeserver-qpsmtpd-2.4.0-remove_databytes.patch |
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 |
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 |
|
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 |
|
Patch22: smeserver-qpsmtpd-2.4.0-external_badrcptto.patch |
35 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
36 |
Requires: qpsmtpd >= 0.83 |
Requires: qpsmtpd >= 0.96 |
37 |
|
Requires: perl(ClamAV::Client) |
38 |
Requires: perl(Mail::DKIM) |
Requires: perl(Mail::DKIM) |
39 |
Requires: perl(Mail::DKIM::DkSignature) |
Requires: perl(Mail::DKIM::DkSignature) |
40 |
Requires: daemontools |
Requires: daemontools |
64 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
65 |
|
|
66 |
%changelog |
%changelog |
67 |
|
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-23.sme |
68 |
|
- Use an additional badrcptto file list for external connections so |
69 |
|
local only pseudonymes work as expected [SME: 9503] |
70 |
|
|
71 |
|
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-22.sme |
72 |
|
- Enable the bogus_bounce plugin [SME: 9501] |
73 |
|
|
74 |
|
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-21.sme |
75 |
|
- Use the naughty plugin to defer rejections, leaving users an opportunity |
76 |
|
to authenticate [SME: 9500] |
77 |
|
|
78 |
|
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-20.sme |
79 |
|
- Add support for the uribl plugin [SME: 9499] |
80 |
|
|
81 |
|
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-19.sme |
82 |
|
- Change separator for SBList and RBLlist from : to , [SME: 9498] |
83 |
|
|
84 |
|
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-18.sme |
85 |
|
- Switch to the clamdscan plugin [SME: 9497] |
86 |
|
|
87 |
|
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-17.sme |
88 |
|
- Enabe the loadcheck plugin [SME: 9508] |
89 |
|
|
90 |
|
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-16.sme |
91 |
|
- Add support for the karma plugin [SME: 9502] |
92 |
|
|
93 |
|
* Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-15.sme |
94 |
|
- Work with qpsmtpd 0.96 [SME: 8861] |
95 |
|
|
96 |
|
* Wed Jan 13 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-14.sme |
97 |
|
- Expand all ssl related conf in ssl-update [SME: 9152] |
98 |
|
|
99 |
|
* Tue Jan 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-13.sme |
100 |
|
- Hook into a new ssl-update event [SME: 9152] |
101 |
|
|
102 |
|
* Thu Jan 7 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-12.sme |
103 |
|
- Allow setting SSL protocols from DB [SME: 9162] |
104 |
|
|
105 |
|
* Thu Aug 6 2015 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-11.sme |
106 |
|
- Add domain part to bcc user if missing [SME: 8990] |
107 |
|
|
108 |
|
* Wed Dec 3 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-10.sme |
109 |
|
- allow IP relayclient stored by DB [SME: 8704] |
110 |
|
- Code from Stefano ZAmboni <zamboni@mind-at-work.it> |
111 |
|
- & Charlie Brady <charlieb-contribs-bugzilla@budge.apana.org.au> |
112 |
|
|
113 |
* Tue Dec 2 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-9.sme |
* Tue Dec 2 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-9.sme |
114 |
- allow IP relayclient stored by DB [SME: 8704] |
- allow IP relayclient stored by DB [SME: 8704] |
115 |
- Code from Stefano ZAmboni <zamboni@mind-at-work.it> |
- Code from Stefano ZAmboni <zamboni@mind-at-work.it> |
782 |
%patch5 -p1 |
%patch5 -p1 |
783 |
%patch6 -p1 |
%patch6 -p1 |
784 |
%patch7 -p1 |
%patch7 -p1 |
785 |
|
%patch8 -p1 |
786 |
|
%patch9 -p1 |
787 |
|
%patch10 -p1 |
788 |
|
%patch11 -p1 |
789 |
|
%patch12 -p1 |
790 |
|
%patch13 -p1 |
791 |
|
%patch14 -p1 |
792 |
|
%patch15 -p1 |
793 |
|
%patch16 -p1 |
794 |
|
%patch17 -p1 |
795 |
|
%patch18 -p1 |
796 |
|
%patch19 -p1 |
797 |
|
%patch20 -p1 |
798 |
|
%patch21 -p1 |
799 |
|
%patch22 -p1 |
800 |
|
|
801 |
%build |
%build |
802 |
perl createlinks |
perl createlinks |
806 |
mkdir -p $PEERS_CONFIG/local |
mkdir -p $PEERS_CONFIG/local |
807 |
|
|
808 |
DISABLE_LOCAL=" |
DISABLE_LOCAL=" |
809 |
10check_earlytalker |
09karma |
810 |
|
10earlytalker |
811 |
12count_unrecognized_commands |
12count_unrecognized_commands |
812 |
16require_resolvable_fromhost |
15helo |
813 |
|
16resolvable_fromhost |
814 |
|
19loadcheck |
815 |
20rhsbl |
20rhsbl |
816 |
22dnsbl |
22dnsbl |
817 |
|
34badrcptto_ext |
818 |
70spamassassin |
70spamassassin |
819 |
" |
" |
820 |
|
|
824 |
done |
done |
825 |
|
|
826 |
DISABLE_EXTERNAL=" |
DISABLE_EXTERNAL=" |
827 |
|
34badrcptto |
828 |
65disclaimer |
65disclaimer |
829 |
" |
" |
830 |
|
|
874 |
\ |
\ |
875 |
--file /var/service/sqpsmtpd/sqpsmtpd "attr(0755,root,root)" \ |
--file /var/service/sqpsmtpd/sqpsmtpd "attr(0755,root,root)" \ |
876 |
--dir /var/spool/qpsmtpd "attr(2750,qpsmtpd,clamav)" \ |
--dir /var/spool/qpsmtpd "attr(2750,qpsmtpd,clamav)" \ |
877 |
|
--dir /var/lib/qpsmtpd/karma "attr(2750,qpsmtpd,qpsmtpd)" \ |
878 |
\ |
\ |
879 |
--file /usr/local/bin/qplogsumm.pl "attr(0755,root,root)" \ |
--file /usr/local/bin/qplogsumm.pl "attr(0755,root,root)" \ |
880 |
> %{name}-%{version}-%{release}-filelist |
> %{name}-%{version}-%{release}-filelist |