1 |
# $Id: smeserver-sme9admin.spec,v 1.4 2013/12/30 06:47:01 unnilennium Exp $ |
# $Id: smeserver-sme9admin.spec,v 1.6 2016/12/15 18:35:44 unnilennium Exp $ |
2 |
# Authority: vip-ire |
# Authority: vip-ire |
3 |
# Name: Daniel Berteaud |
# Name: Daniel Berteaud |
4 |
# |
# |
7 |
%define name smeserver-sme9admin |
%define name smeserver-sme9admin |
8 |
Name: %{name} |
Name: %{name} |
9 |
%define version 1.5 |
%define version 1.5 |
10 |
%define release 15 |
%define release 20 |
11 |
Version: %{version} |
Version: %{version} |
12 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
13 |
License: GPL |
License: GPL |
14 |
Group: Networking/Daemons |
Group: Networking/Daemons |
15 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
16 |
|
Patch0: smeserver-sme9admin-1.5-bz9725-email.patch |
17 |
|
Patch1: smeserver-sme9admin-1.5-bz8399-traffic.patch |
18 |
|
Patch2: smeserver-sme9admin-1.5-bz8818-email_accounting.patch |
19 |
|
|
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
35 |
AutoReqProv: no |
AutoReqProv: no |
36 |
|
|
37 |
%changelog |
%changelog |
38 |
|
* Sat Dec 17 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-20.sme |
39 |
|
- fix last patch by adding path to called programs |
40 |
|
|
41 |
|
* Thu Dec 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-19.sme |
42 |
|
- fix bad accounting for incoming and outgoing mail [SME: 8818] |
43 |
|
- mail_in alert now account for all queued emails from qpsmtpd and sqpsmtpd |
44 |
|
- mail_out alert now account for qmail total remote delivery attempts |
45 |
|
- known issue : on first run will account more than 5 minutes ( whole log) and will alert for exceeding amount |
46 |
|
- added accounting of qpsmtpd and sqpsmtpd code |
47 |
|
- TODO: alert on qmail queue too high, alert on too many qpsmtpd connections |
48 |
|
|
49 |
|
* Wed Nov 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-18.sme |
50 |
|
- fix limited size in mysql fields for traffic accounting [SME: 8399] |
51 |
|
|
52 |
|
* Wed Nov 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-16.sme |
53 |
|
- add more verbose email alert [SME: 9725] |
54 |
|
|
55 |
* Fri Aug 21 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.5-15.sme |
* Fri Aug 21 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.5-15.sme |
56 |
- Initial release to contribs9 |
- Initial release to contribs9 |
57 |
|
|
118 |
|
|
119 |
%prep |
%prep |
120 |
%setup |
%setup |
121 |
|
%patch0 -p1 |
122 |
|
%patch1 -p1 |
123 |
|
%patch2 -p1 |
124 |
|
|
125 |
%build |
%build |
126 |
perl createlinks |
perl createlinks |