1 |
%define name smeserver-geoip |
%define name smeserver-geoip |
2 |
%define version 1.1.2 |
%define version 1.1.2 |
3 |
%define release 3 |
%define release 4 |
4 |
|
|
5 |
Summary: SME Server geoip plugin |
Summary: SME Server geoip plugin |
6 |
Name: %{name} |
Name: %{name} |
15 |
Requires: perl-Geo-IP |
Requires: perl-Geo-IP |
16 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
17 |
Patch0 : smeserver-geoip-remove-createlink-add-geoip-download-actions.patch |
Patch0 : smeserver-geoip-remove-createlink-add-geoip-download-actions.patch |
18 |
Patch1: smeserver-geoip-1.1.1.geoip-update-event.patch |
Patch1: smeserver-geoip-1.1.2.geoip-update-event.patch |
19 |
%description |
%description |
20 |
The GEOIP plugin lets us know which country our mail server is receiving mail from. If we're receiving too much spam from a particular country, this will help track it down and then use that info to reject connections from that country. This ends up taking the load off our servers. |
The GEOIP plugin lets us know which country our mail server is receiving mail from. If we're receiving too much spam from a particular country, this will help track it down and then use that info to reject connections from that country. This ends up taking the load off our servers. |
21 |
|
|
23 |
SIGNAL EVENT: signal-event email-update |
SIGNAL EVENT: signal-event email-update |
24 |
|
|
25 |
%changelog |
%changelog |
26 |
* Tue Sep 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.1.1-3 |
* Tue Sep 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.1.2-4 |
27 |
- the event geoip-update download the geoip database |
- the event geoip-update download the geoip database |
28 |
- added smeserver-geoip-1.1.1.geoip-update-event.patch |
- added smeserver-geoip-1.1.2.geoip-update-event.patch |
29 |
|
|
30 |
* Sun Jun 14 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.1.2-2 |
* Sun Jun 14 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.1.2-2 |
31 |
- added createlinks |
- added createlinks |