1 |
stephdl |
1.1 |
%define name smeserver-geoip |
2 |
jcrisp |
1.8 |
%define version 1.2 |
3 |
|
|
%define release 1 |
4 |
stephdl |
1.1 |
|
5 |
|
|
Summary: SME Server geoip plugin |
6 |
|
|
Name: %{name} |
7 |
|
|
Version: %{version} |
8 |
|
|
Release: %{release}%{?dist} |
9 |
|
|
License: GPL |
10 |
|
|
Group: Email |
11 |
|
|
Source: %{name}-%{version}.tar.gz |
12 |
|
|
Packager: Doug Kruhm <dakruhm@daknetworks.net> |
13 |
|
|
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
14 |
|
|
BuildArchitectures: noarch |
15 |
jcrisp |
1.8 |
Requires: perl-GeoIP2 |
16 |
unnilennium |
1.7 |
Requires: GeoIP >= 1.6.5 |
17 |
stephdl |
1.1 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
18 |
jcrisp |
1.8 |
#Patch0: smeserver-geoip-remove-createlink-add-geoip-download-actions.patch |
19 |
reetspetit |
1.6 |
|
20 |
stephdl |
1.1 |
%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. |
22 |
|
|
|
23 |
|
|
CHANGE THE CONFIG DB: config setprop qpsmtpd BadCountries <countrycode> (i.e. config setprop qpsmtpd BadCountries BR) |
24 |
|
|
SIGNAL EVENT: signal-event email-update |
25 |
|
|
|
26 |
|
|
%changelog |
27 |
jcrisp |
1.8 |
* Tue Jun 12 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 1.2-1.sme |
28 |
|
|
- Update to latest v2 DBs [SME: 9033] |
29 |
|
|
- add geocity.pl and geocountry.pl test files |
30 |
|
|
|
31 |
unnilennium |
1.7 |
* Wed Feb 15 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.2-7.sme |
32 |
|
|
- update requirement for GeoIP 1.6.5 [SME: 9714] |
33 |
|
|
|
34 |
reetspetit |
1.6 |
* Thu Dec 22 2016 John Crisp <jcrisp@safeandsoundit.co.uk> 1.1.2-6 |
35 |
unnilennium |
1.7 |
- Use newer versions of GeoIP databases [SME: 9714] |
36 |
reetspetit |
1.6 |
|
37 |
reetspetit |
1.5 |
* Wed Sep 23 2015 John Crisp <jcrisp@safeandsoundit.co.uk> 1.1.2-5 |
38 |
|
|
- Add ability to whitelist an IP [SME:8981] |
39 |
|
|
|
40 |
stephdl |
1.4 |
* Tue Sep 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.1.2-4 |
41 |
|
|
- the event geoip-update download the geoip database |
42 |
|
|
- added smeserver-geoip-1.1.2.geoip-update-event.patch |
43 |
stephdl |
1.3 |
|
44 |
stephdl |
1.2 |
* Sun Jun 14 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.1.2-2 |
45 |
stephdl |
1.1 |
- added createlinks |
46 |
|
|
- added actions and crontab to download geoip database |
47 |
|
|
|
48 |
|
|
* Mon Sep 03 2012 Doug Kruhm <dakruhm@daknetworks.net> 1.0.5 |
49 |
|
|
- defining $country to reduce noise if not found [SME: 5011] |
50 |
|
|
- fixed misspelling in response if country is blocked [SME: 7058] |
51 |
|
|
- cleaning up versioning to MAJOR-MINOR-PATCH |
52 |
|
|
|
53 |
|
|
* Fri May 01 2009 Doug Kruhm <dakruhm@daknetworks.net> 1.0.0-04 |
54 |
|
|
- added response to connecting server if blocked [SME: 5011] |
55 |
|
|
|
56 |
|
|
* Fri May 01 2009 Doug Kruhm <dakruhm@daknetworks.net> 1.0.0-03 |
57 |
|
|
- added line to reduce log noise [SME: 5011] |
58 |
|
|
|
59 |
|
|
* Fri May 01 2009 Doug Kruhm <dakruhm@daknetworks.net> 1.0.0-02 |
60 |
|
|
- db defaults migrated from SPEC file to rpm files [SME: 5193] |
61 |
|
|
- removed %post and %postun macros [SME: 5194] |
62 |
|
|
- added Requires perl-Geo-IP [SME: 1866] |
63 |
|
|
- added e-smith-devtools as a requirement [SME: 1866] |
64 |
|
|
|
65 |
|
|
* Thu Jun 16 2007 Doug Kruhm <dakruhm@daknetworks.net> |
66 |
|
|
- 1.0.0-01 |
67 |
|
|
- Original version |
68 |
|
|
|
69 |
|
|
|
70 |
|
|
%prep |
71 |
|
|
%setup |
72 |
jcrisp |
1.8 |
#%patch0 -p1 |
73 |
stephdl |
1.1 |
|
74 |
|
|
%build |
75 |
|
|
%{__mkdir_p} root/var/lib/GeoIP |
76 |
|
|
perl createlinks |
77 |
|
|
|
78 |
|
|
%install |
79 |
|
|
rm -rf $RPM_BUILD_ROOT |
80 |
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
81 |
|
|
rm -f %{name}-%{version}-filelist |
82 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
83 |
|
|
|
84 |
|
|
%clean |
85 |
|
|
rm -rf $RPM_BUILD_ROOT |
86 |
|
|
|
87 |
|
|
%post |
88 |
|
|
|
89 |
|
|
%postun |
90 |
|
|
|
91 |
|
|
%files -f %{name}-%{version}-filelist |
92 |
|
|
%defattr(-,root,root) |