Difference between revisions of "Email Server"

From wiki.IPBRICK.COM
Jump to: navigation, search
Line 3: Line 3:
 
'''IPBrick provides anti-virus (ClamAV) and anti-spam (SpamAssassin) services to ensure email server security.'''
 
'''IPBrick provides anti-virus (ClamAV) and anti-spam (SpamAssassin) services to ensure email server security.'''
  
'''The characteristics and features described below are already integrated in IPBrick v6.1 – update 04.'''
+
'''The characteristics and features described below will be integrated in IPBrick v6.1 – update 04.'''
  
  

Revision as of 13:33, 28 January 2016

*** PAGE ON CONSTRUCTION ***

IPBrick provides anti-virus (ClamAV) and anti-spam (SpamAssassin) services to ensure email server security.

The characteristics and features described below will be integrated in IPBrick v6.1 – update 04.


Anti-virus

ClamAV

Characteristics and features

  • ClamAV version 0.98.7;
  • Addition of unofficial ClamAV databases of virus signatures "unofficial-sigs v3.7.2-2" to ensure better protection;
  • Addition of option to block dangerous files (.exe, .com, .bat, etc ) inside compressed files (.zip, .tar, .tar, etc). It was created a configuration interface to allow to disable the filter;
  • Information on the status of the virus signatures databases, which was added in the Anti-virus web interface.


Anti-spam

SpamAssassin

Characteristics and features

  • SpamAssassin version 3.4.1-1;
  • Spam detection modules with "bayesian filter";
  • Activation of DNS Black Lists;
  • Activation of razor and pyzor modules;
  • Option to manage Whitelist and Blackist, based on email/Domain;
  • Information on the status of the spam signatures databases, which was added in the Anti-spam web interface.

Troubleshooting

If by any chance spamassassin is not running, a possible solution can be to do a database update. In order to do that, type the following command in the CLI:

ipbrickc:~# /usr/bin/sa-update --nogpg

Afterwards, do:

ipbrickc:~# /etc/init.d/spamassassin start

And check if the service is now up and running.