Email Server
From wiki.IPBRICK.COM
*** 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.