Changes

From SME Server
Jump to navigationJump to search
399 bytes added ,  04:37, 9 July 2018
Installation details for GeoIP2 V2 db
Line 1: Line 1:  +
Following to be added to wiki once GeoIP2 is released
 +
 +
===Installation===
 +
The openfusion repo is required for the updated Geoip V2 db
 +
 +
yum  install smeserver-extrarepositories-openfusion
 +
signal-event yum-modify
 +
config set UnsavedChanges no
 +
yum --enablerepo=openfusion install perl-GeoIP2
 +
 +
yum install smeserver-geoip --enablerepo=smecontribs
 +
then
 +
geoipupdate -v
 +
 +
signal-event geoip-update
 +
 +
 
Blocking SPAM by country is IMHO not a very nice solution as you will also blocking legitimate users from these countries.  
 
Blocking SPAM by country is IMHO not a very nice solution as you will also blocking legitimate users from these countries.  
 
I think you might be far better of by using blacklists and bayes filtering in combination with the auto-learn feature. This way mail is checked based on their contents and flagged as SPAM. More information on the bayes filtering and autolearn features can be found here:
 
I think you might be far better of by using blacklists and bayes filtering in combination with the auto-learn feature. This way mail is checked based on their contents and flagged as SPAM. More information on the bayes filtering and autolearn features can be found here:

Navigation menu