Difference between revisions of "Email Server"
From wiki.IPBRICK.COM
(Created page with " * SpamAssassin If by any chance spamassassin is not running, a possible solution will be to do a database update. In order to do that, type the following command in the CLI:...") |
|||
Line 1: | Line 1: | ||
+ | ''' *** PAGE ON CONSTRUCTION *** ''' | ||
− | |||
− | If by any chance spamassassin is not running, a possible solution | + | = 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 | ipbrickc:~# /usr/bin/sa-update --nogpg | ||
Line 10: | Line 38: | ||
ipbrickc:~# /etc/init.d/spamassassin start | ipbrickc:~# /etc/init.d/spamassassin start | ||
− | And | + | And check if the service is now up and running. |
Revision as of 11:59, 22 January 2016
*** PAGE ON CONSTRUCTION ***
Contents
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.