Difference between revisions of "SMEOptimizer"

From SME Server
Jump to navigationJump to search
(Created page with "==Maintainer== This contrib has been developed by Jesper Knudsen from [http://smeoptimizer.com SME Optimizer] ==Description== SME Optimizer is an external se...")
 
Line 12: Line 12:
 
  mkdir /usr/local/smeoptimizer
 
  mkdir /usr/local/smeoptimizer
 
  cd /usr/local/smeoptimizer
 
  cd /usr/local/smeoptimizer
  wget http://smeoptimizer.com/SMEOptimizer.pl.updated
+
  wget -q http://smeoptimizer.com/SMEOptimizer.pl.updated -O SMEOptimizer.pl
mv SMEOptimizer.pl.updated SMEOptimizer.pl
 
 
  chmod +x SMEOptimizer.pl
 
  chmod +x SMEOptimizer.pl
  
Line 23: Line 22:
  
 
  ./SMEOptimizer.pl –initialize
 
  ./SMEOptimizer.pl –initialize
 +
 +
There is no further need for configuration or installation as the SMEOptimizer script automatically will get and install the qpsmtpd plugin that handles capturing the rejected spam messages and also the SpamAssassin configuration file which contains the DNS blacklist configuration. All action will be logged in the /var/log/smeoptimizer.log file.

Revision as of 09:13, 5 October 2016

Maintainer

This contrib has been developed by Jesper Knudsen from SME Optimizer

Description

SME Optimizer is an external service that generally enhances the functionality of the SME Server. The first functionality is a SME dedicated DNS Blacklist which is partially based on the user contributions. With SME Optimizer you provide data about your spam rejects and in return you get access to a large DNS blacklist. This blacklist is both providing IP as well as URI based lists and comes as a configuration option to SpamAssassin.

The DNS Blacklist has as of today (October 2016) around 1.4 mio. Spam, Malware and Ransomware IP addresses as well as around 350.000 URIs. These will be provided as part of the DNS Blacklist.

Installation

mkdir /usr/local/smeoptimizer
cd /usr/local/smeoptimizer
wget -q http://smeoptimizer.com/SMEOptimizer.pl.updated -O SMEOptimizer.pl
chmod +x SMEOptimizer.pl

Follow the guide and register the server:

./SMEOptimizer.pl –register

Now initialize (and follow the guide on how to make the SQL database)

./SMEOptimizer.pl –initialize

There is no further need for configuration or installation as the SMEOptimizer script automatically will get and install the qpsmtpd plugin that handles capturing the rejected spam messages and also the SpamAssassin configuration file which contains the DNS blacklist configuration. All action will be logged in the /var/log/smeoptimizer.log file.