1 |
# $Id: smeserver-sme9admin.spec,v 1.2 2015/08/21 15:54:13 stephdl Exp $ |
# $Id: smeserver-sme9admin.spec,v 1.5 2016/11/23 23:36:51 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 16 |
%define release 19 |
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 |
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 |
|
* Thu Dec 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-19.sme |
39 |
|
- fix bad accounting for incoming and outgoing mail [SME: 8818] |
40 |
|
- mail_in alert now account for all queued emails from qpsmtpd and sqpsmtpd |
41 |
|
- mail_out alert now account for qmail total remote delivery attempts |
42 |
|
- known issue : on first run will account more than 5 minutes ( whole log) and will alert for exceeding amount |
43 |
|
- added accounting of qpsmtpd and sqpsmtpd code |
44 |
|
- TODO: alert on qmail queue too high, alert on too many qpsmtpd connections |
45 |
|
|
46 |
|
* Wed Nov 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-18.sme |
47 |
|
- fix limited size in mysql fields for traffic accounting [SME: 8399] |
48 |
|
|
49 |
* Wed Nov 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-16.sme |
* Wed Nov 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.5-16.sme |
50 |
- add more verbose email alert [SME: 9725] |
- add more verbose email alert [SME: 9725] |
51 |
|
|
116 |
%prep |
%prep |
117 |
%setup |
%setup |
118 |
%patch0 -p1 |
%patch0 -p1 |
119 |
|
%patch1 -p1 |
120 |
|
%patch2 -p1 |
121 |
|
|
122 |
%build |
%build |
123 |
perl createlinks |
perl createlinks |