table of contents
Mail::MtPolicyd::Plugin::GeoIPLookup(3pm) | User Contributed Perl Documentation | Mail::MtPolicyd::Plugin::GeoIPLookup(3pm) |
NAME¶
Mail::MtPolicyd::Plugin::GeoIPLookup - mtpolicyd plugin for checking geo information of an client_address
VERSION¶
version 2.05
DESCRIPTION¶
This plugin queries a GeoIP for the country code of the client_address. The plugin is divided in this plugin which does the Lookup and the GeoIPAction plugin which can be used to take actions based on country code.
PARAMETERS¶
- database (default: /usr/share/GeoIP/GeoIP.dat)
- The path to the geoip country database.
MAXMIND GEOIP COUNTRY DATABASE¶
On a debian system you can install the country database with the geoip-database package.
You also download it directly from Maxmind:
http://dev.maxmind.com/geoip/geoip2/geolite2/
(choose "GeoLite2 Country/DB")
AUTHOR¶
Markus Benning <ich@markusbenning.de>
COPYRIGHT AND LICENSE¶
This software is Copyright (c) 2014 by Markus Benning <ich@markusbenning.de>.
This is free software, licensed under:
The GNU General Public License, Version 2, June 1991
2024-05-26 | perl v5.38.2 |