Changes

Jump to navigation Jump to search
1,040 bytes added ,  09:10, 18 April 2021
Line 1: Line 1:  
{{Languages}}
 
{{Languages}}
=== Maintainer ===
+
This product includes GeoLite2 data created by MaxMind, available from
 +
https://www.maxmind.com.
 +
==Maintainer==
 
[[User:ReetP|john crisp]]
 
[[User:ReetP|john crisp]]
    
[mailto:stephdl@de-labrusse.fr stephdl] Stéphane de Labrusse AKA [[User:stephdl|Stephdl]]<br />
 
[mailto:stephdl@de-labrusse.fr stephdl] Stéphane de Labrusse AKA [[User:stephdl|Stephdl]]<br />
=== Version ===
+
==Version==
 
{{#smeversion: smeserver-geoip }}
 
{{#smeversion: smeserver-geoip }}
   −
===Description===
+
{{Warning box|From MAXMIND site :
 +
"Due to upcoming data privacy regulations, we are making significant changes to how you access free GeoLite2 databases starting December 30, 2019. Learn more on our blog." https://blog.maxmind.com/2019/12/18/significant-changes-to-accessing-and-using-geolite2-databases/
 +
 
 +
Quote
 +
Starting December 30, 2019, we will be requiring users of our GeoLite2 databases to register for a MaxMind account and obtain a license key in order to download GeoLite2 databases. We will continue to offer the GeoLite2 databases without charge, and with the ability to redistribute with proper attribution and in compliance with privacy regulations. In addition, we are introducing a new end-user license agreement to govern your use of the GeoLite2 databases. Previously, GeoLite2 databases were accessible for download to the public on our developer website and were licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.
 +
 
 +
Starting December 30, 2019, downloads will no longer be served from our public GeoLite2 page, from geolite.maxmind.com/download/geoip/database/*, or from any other public URL.
 +
End Quote
 +
 
 +
See the section below [[GeoIP#Installation_and_Updating_of_geoip_v2_db|Installation of V2 db ]] for steps on how to migrate to the new download mechanism.}}
 +
 
 +
==Description==
    
The GeoIP plugin for qpsmtpd lets you know where your mail server is receiving mail from. If you're receiving too much spam from a particular location, this will help track it down. You can then use that info to reject connections from that place taking the load off your server.
 
The GeoIP plugin for qpsmtpd lets you know where your mail server is receiving mail from. If you're receiving too much spam from a particular location, this will help track it down. You can then use that info to reject connections from that place taking the load off your server.
Line 13: Line 26:  
{{Note box|Maxmind have removed support for their legacy v1 DBs and an update to v2 DBs is required. Please see the bugtracker link to bug #9033 below for more information }}
 
{{Note box|Maxmind have removed support for their legacy v1 DBs and an update to v2 DBs is required. Please see the bugtracker link to bug #9033 below for more information }}
   −
=== Installation of legacy geoip v1 db ===
+
==Installation==
 +
 
 +
<tabs container><tab name="SME 10">
 +
yum install smeserver-geoip --enablerepo=smecontribs
 +
Then configure your update key, create a Maxmind account and retrieve an  AccountID and LicenseKey properties and keys to the geoip db config.
 +
You can also leave as is and just get the update from rpms every 2 months or so...
 +
<br />
 +
</tab>
 +
<tab name="SME 9">
 +
 
 +
====Installation of legacy geoip v1 db====
    
those are still available for few time only for back compatibility purpose and to avoid a yum update mess, or if you do not trust third party repo, but be aware thos db are not updated anymore since April 2018 and were already only 80% accurate then.
 
those are still available for few time only for back compatibility purpose and to avoid a yum update mess, or if you do not trust third party repo, but be aware thos db are not updated anymore since April 2018 and were already only 80% accurate then.
Line 20: Line 43:  
  signal-event geoip-update
 
  signal-event geoip-update
   −
==== update of geoip v1 db ====
+
====update of geoip v1 db====
 
if you have smeserver-geoip-1.1.2-7 already installed,  this will keep you on the legacy version, only change new plugin comaptible with v1 and removal of cron update.
 
if you have smeserver-geoip-1.1.2-7 already installed,  this will keep you on the legacy version, only change new plugin comaptible with v1 and removal of cron update.
 
  yum update --enablerepo=smecontribs
 
  yum update --enablerepo=smecontribs
   −
===Installation and Updating of geoip v2 db===
+
This is not updated anymore since 2018, you do not need the update key if you want to only use this.
   −
Because the databases have been updated new perl modules are required to support GeoIP v2. The core modules have a large number of dependencies and we have decided that it is not practical for the Koozali team to maintain them all.
+
====Installation and Updating of geoip v2 db====
    
As a result you will now need the OpenFusion repo to install smeserver-geoip We will be syncing their mirror in due course to speed up installs and updates.
 
As a result you will now need the OpenFusion repo to install smeserver-geoip We will be syncing their mirror in due course to speed up installs and updates.
Line 32: Line 55:  
  signal-event yum-modify  
 
  signal-event yum-modify  
 
  config set UnsavedChanges no
 
  config set UnsavedChanges no
 +
 
====Updating to v2 with v1 DBs installed====
 
====Updating to v2 with v1 DBs installed====
 
If you have the v1 DBs package smeserver-geoip-1.1.2-7 already installed and do not wish to update to v2 DBs you may perform updates safely, after making sure your smeserver-extrarepositories-openfusion is the latest, the following:
 
If you have the v1 DBs package smeserver-geoip-1.1.2-7 already installed and do not wish to update to v2 DBs you may perform updates safely, after making sure your smeserver-extrarepositories-openfusion is the latest, the following:
Line 42: Line 66:  
  yum update --enablerepo=smecontribs,openfusion
 
  yum update --enablerepo=smecontribs,openfusion
 
  config set UnsavedChanges no
 
  config set UnsavedChanges no
 +
 +
A configuration db for geoip has been created as part of the install
 +
# config show geoip
 +
geoip=service
 +
    status=enabled
    
====Fresh Installation of geoip v2 DBs====
 
====Fresh Installation of geoip v2 DBs====
Line 51: Line 80:     
  yum install smeserver-geoip2 --enablerepo=smecontribs,openfusion
 
  yum install smeserver-geoip2 --enablerepo=smecontribs,openfusion
yum update --enablerepo=smecontribs,openfusion
   
  config set UnsavedChanges no
 
  config set UnsavedChanges no
   −
==== I installed the beta versions of smeserver-geoip v2 ====
+
A configuration db for geoip has been created as part of the install
if you installed smeserver-geoip-1.2-1, smeserver-geoip-1.2-2, smeserver-geoip-1.2-3, then you have already a v2, but you still need to do as you were with legacy  version and want to upgrade to v2. Otherwise you will not have the db updated anymore
+
  # config show geoip
 
+
  geoip=service
  db yum_repositories delprop openfusion Exclude
+
    status=enabled
  signal-event yum-modify
  −
You may then go ahead with the following to either install or update a v2 DB package
  −
yum install smeserver-geoip2 --enablerepo=smecontribs,openfusion
  −
yum update --enablerepo=smecontribs,openfusion
  −
config set UnsavedChanges no
     −
==== Update the db ====
+
Now add Maxmind AccountID and LicenseKey properties and keys to the geoip db config
(only working for geoip2 from 2019/01/03)
+
</tab>
signal-event geoip-update
+
</tabs>
   −
or if you prefer to reboot your server
+
==== Maxmind account to update db ====
signal-event post-upgrade; signal-event reboot
+
Sign up for a MaxMind account (no purchase required) https://dev.maxmind.com/geoip/geoip2/geolite2/
   −
Updating the geoip database is performed by issuing the following command:
+
Important - Note your login details and in particular your AccountID and LicenseKey
  signal-event geoip-update
     −
This contrib adds a template to /etc/crontab to automatically update the database once a month. It's set to do so at midnight on the 5th of each month. If you have a paid subscription through the maintainer of this database (http://dev.maxmind.com/geoip/geoipupdate/) you can update more often. If you do want to update more often, you will have to create a custom template to handle the change. In addition, you will be supplied login credentials that have to be inserted into the file /etc/GeoIP.conf for the update to complete. The file is not templated so it will survive reboots. Use your favorite text editor to insert the information into this file.
+
Go to Services My Licence key and generate a licence key, carefully note the key details, multiple keys may be created.
   −
==== More info on openfusion repo config ====
+
The following config property keys and values will be used to set the geoip config db for ongoing updates see below
 +
AccountID #######
 +
LicenseKey xxxxxxxxxxxxxxx
 +
set them in db and expand the config file
 +
db configuration setprop geoip LicenseKey "YOUR LIC KEY" AccountID "YOUR ACCT ID"
 +
expand-template  /etc/GeoIP.conf
   −
The openfusion repo now includes a number of packages as includes and Excludes, this is to prevent inadvertent system updates occurring when updating the old v1 DB package resulting in unstable or inaccessible systems, this is all they are for. These can be seen here:
+
====Update the db====
  db yum_repositories show openfusion
+
  signal-event geoip-update
    
==Testing==
 
==Testing==
 +
 +
{{Note box| These tests use the V1 DB which will be increasingly out of date.}}
    
Now that the package and database are installed, we can test it (refer to Country Code list at end of page as required).  
 
Now that the package and database are installed, we can test it (refer to Country Code list at end of page as required).  
Line 442: Line 471:  
Users are advised to determine the effectiveness of the database for themselves.
 
Users are advised to determine the effectiveness of the database for themselves.
   −
=== Db compatibility with other softwares ===
+
===Db compatibility with other softwares===
 
Some software either use or depends on a geoip library, here is a table to help understand:
 
Some software either use or depends on a geoip library, here is a table to help understand:
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
Line 461: Line 490:  
|yes
 
|yes
 
|Yes with updates
 
|Yes with updates
|Requires updated perl-IO-Socket-INET6 and check_badcountries plugin: https://bugs.contribs.org/show_bug.cgi?id=10523  
+
|Requires updated perl-IO-Socket-INET6 and check_badcountries plugin: https://bugs.contribs.org/show_bug.cgi?id=10523
 
|-
 
|-
|qpsmtpd plugin / smeserver-geoip  
+
|qpsmtpd plugin / smeserver-geoip
 
|smecontribs
 
|smecontribs
 
|yes
 
|yes
Line 485: Line 514:  
|
 
|
 
|yes
 
|yes
|https://github.com/maxmind/mod_maxminddb NEED BUILD
+
|https://github.com/maxmind/mod_maxminddb available in smecontribs [[Mod maxminddb|smeserver-mod_maxminddb]]
 
|-
 
|-
 
|opensips-mmgeoip
 
|opensips-mmgeoip
Line 582: Line 611:  
|
 
|
 
|provided by libmaxminddb-devel (see https://bugzilla.redhat.com/show_bug.cgi?id=1663670)
 
|provided by libmaxminddb-devel (see https://bugzilla.redhat.com/show_bug.cgi?id=1663670)
 +
|-
 +
|bind-libs /bind-utils
 +
|smeos
 +
|required
 +
|unknown
 +
|
 
|}
 
|}
 +
you might want to use legacy db updated with recent Maxmind geoilite2, see: https://www.miyuru.lk/geoiplegacy
   −
=== Bugs ===
+
===Bugs===
 
Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla]
 
Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla]
 
and select the smeserver-geoip component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-geoip|title=this link}}.
 
and select the smeserver-geoip component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-geoip|title=this link}}.
       
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,250

edits

Navigation menu