1 |
# $Id$ |
# $Id: smeserver-geoip.spec,v 1.2 2009/03/02 17:43:46 slords Exp $ |
2 |
# Authority: ???? |
# Authority: ???? |
3 |
# Name: Thouvenin Romain |
# Name: Thouvenin Romain |
4 |
|
|
5 |
%define name smeserver-geoip |
%define name smeserver-geoip |
6 |
%define version 1.0.0 |
%define version 1.0.0 |
7 |
%define release b1 |
%define release b2 |
8 |
|
|
9 |
Summary: SME Server geoip plugin |
Summary: SME Server geoip plugin |
10 |
Name: %{name} |
Name: %{name} |
15 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
|
BuildRequires: e-smith-devtools |
19 |
|
|
20 |
%description |
%description |
21 |
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. |
24 |
SIGNAL EVENT: signal-event email-update |
SIGNAL EVENT: signal-event email-update |
25 |
|
|
26 |
%changelog |
%changelog |
27 |
|
* Fri Apr 24 2009 Jonathan Martens <smeserver-bugzilla@contribs.org> 1.0.0-b2 |
28 |
|
- Add e-smith-devtools as a requirement [SME: 1866] |
29 |
|
|
30 |
* Thu Jun 16 2007 Doug Kruhm <dakruhm@daknetworks.net> |
* Thu Jun 16 2007 Doug Kruhm <dakruhm@daknetworks.net> |
31 |
- 1.0.0-01 |
- 1.0.0-01 |
32 |
- Original version |
- Original version |