1 |
# $Id: smeserver-qpsmtpd.spec,v 1.13 2016/01/13 17:47:36 vip-ire Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.8 2016/04/17 09:52:52 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 1 |
%define release 9 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
|
Patch0: smeserver-qpsmtpd-2.6.0-PERMS.patch |
14 |
|
Patch1: smeserver-qpsmtpd-2.6.0-compat_with_0.96.patch |
15 |
|
Patch2: smeserver-qpsmtpd-2.6.0-remove_obsolete_badrcptto_pattern_conf.patch |
16 |
|
Patch3: smeserver-qpsmtpd-2.6.0-dhparam.patch |
17 |
|
Patch4: smeserver-qpsmtpd-2.6.0-karma.patch |
18 |
|
Patch5: smeserver-qpsmtpd-2.6.0-loadcheck.patch |
19 |
|
Patch6: smeserver-qpsmtpd-2.6.0-bogus_bounce.patch |
20 |
|
Patch7: smeserver-qpsmtpd-2.6.0-use_clamdscan_plugin.patch |
21 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
22 |
Requires: qpsmtpd >= 0.83 |
Requires: qpsmtpd >= 0.96 |
23 |
Requires: perl(Mail::DKIM) |
Requires: perl(Mail::DKIM) |
24 |
Requires: perl(Mail::DKIM::DkSignature) |
Requires: perl(Mail::DKIM::DkSignature) |
25 |
|
Requires: perl(ClamAV::Client) |
26 |
Requires: daemontools |
Requires: daemontools |
27 |
Requires: qpsmtpd-plugins >= 0.0.1-sme04 |
Requires: qpsmtpd-plugins >= 0.0.1-sme04 |
28 |
Requires: ipsvd |
Requires: ipsvd |
50 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
51 |
|
|
52 |
%changelog |
%changelog |
53 |
|
* Sun Apr 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-9.sme |
54 |
|
- Fix max_size param for the clamdscan plugin [SME: 9465] |
55 |
|
|
56 |
|
* Sun Apr 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-8.sme |
57 |
|
- Use clamdscan plugin instead of clamav [SME: 9465] |
58 |
|
|
59 |
|
* Sat Apr 16 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-7.sme |
60 |
|
- Enable the bogus_bounce plugin [SME: 9464] |
61 |
|
|
62 |
|
* Sat Apr 16 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-6.sme |
63 |
|
- Enable the loadcheck plugin [SME: 9463] |
64 |
|
|
65 |
|
* Sat Apr 16 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-5.sme |
66 |
|
- Add support for the karma plugin, but keep it disabled by default |
67 |
|
[SME: 9462] |
68 |
|
|
69 |
|
* Sat Apr 16 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-4.sme |
70 |
|
- Create a dhparam for qpsmtpd [SME: 9461] |
71 |
|
|
72 |
|
* Sat Apr 16 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-3.sme |
73 |
|
- Adapt for qpsmtpd-0.96 (mainly plugin renamed) [SME: 9460] |
74 |
|
|
75 |
|
* Tue Mar 29 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme |
76 |
|
- fix warning on spool_dir perms [SME: 9408] |
77 |
|
- smeserver-qpsmtpd-2.6.0-PERMS.patch |
78 |
|
|
79 |
* Sat Feb 06 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme |
* Sat Feb 06 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme |
80 |
- Initial release to sme10 |
- Initial release to sme10 |
81 |
|
|
761 |
|
|
762 |
%prep |
%prep |
763 |
%setup |
%setup |
764 |
|
%patch0 -p1 |
765 |
|
%patch1 -p1 |
766 |
|
%patch2 -p1 |
767 |
|
%patch3 -p1 |
768 |
|
%patch4 -p1 |
769 |
|
%patch5 -p1 |
770 |
|
%patch6 -p1 |
771 |
|
%patch7 -p1 |
772 |
|
|
773 |
%build |
%build |
774 |
perl createlinks |
perl createlinks |
775 |
|
mkdir -p root/var/lib/qpsmtpd/karma |
776 |
|
|
777 |
PEERS_CONFIG=root/etc/e-smith/templates/var/service/qpsmtpd/config/peers |
PEERS_CONFIG=root/etc/e-smith/templates/var/service/qpsmtpd/config/peers |
778 |
mkdir -p $PEERS_CONFIG/0 |
mkdir -p $PEERS_CONFIG/0 |
779 |
mkdir -p $PEERS_CONFIG/local |
mkdir -p $PEERS_CONFIG/local |
780 |
|
|
781 |
DISABLE_LOCAL=" |
DISABLE_LOCAL=" |
782 |
10check_earlytalker |
10earlytalker |
783 |
12count_unrecognized_commands |
12count_unrecognized_commands |
784 |
16require_resolvable_fromhost |
16resolvable_fromhost |
785 |
|
18karma |
786 |
|
19loadcheck |
787 |
20rhsbl |
20rhsbl |
788 |
22dnsbl |
22dnsbl |
789 |
70spamassassin |
70spamassassin |
844 |
\ |
\ |
845 |
--file /var/service/sqpsmtpd/sqpsmtpd "attr(0755,root,root)" \ |
--file /var/service/sqpsmtpd/sqpsmtpd "attr(0755,root,root)" \ |
846 |
--dir /var/spool/qpsmtpd "attr(2750,qpsmtpd,clamav)" \ |
--dir /var/spool/qpsmtpd "attr(2750,qpsmtpd,clamav)" \ |
847 |
|
--dir /var/lib/qpsmtpd/karma "attr(2750,qpsmtpd,qpsmtpd)" \ |
848 |
\ |
\ |
849 |
--file /usr/local/bin/qplogsumm.pl "attr(0755,root,root)" \ |
--file /usr/local/bin/qplogsumm.pl "attr(0755,root,root)" \ |
850 |
> %{name}-%{version}-%{release}-filelist |
> %{name}-%{version}-%{release}-filelist |