SpamAssassin
SpamAssassin is a powerful tool to help in reducing the amount of spam in your mailbox. The Makers of SpamAssassin explain how their product works:
The flexibility of SpamAssassin combines with its excellent design to make it an easy way to help you take control of your E-Mail accounts and stop spam from wasting your time and resources. Installation and ConfigurationWe have created an easy-to-use installation and configuration tool to help you get SpamAssassin running and configured on your Virtual Private Server. To install or configure SpamAssassin, SSH to your Virtual Private Server and run the following command. % vinstall spamassassin SpamAssassin applies a number of tests to an incoming message, and each test returns a score. If enough tests return a combined score that is high enough (the default is 5), SpamAssassin can tag the message as being spam. Once a message has been tagged, there are a number of possible actions that can be taken with the message. Both tagging and actions can be handled either as a system-wide or as a user specific filter.
Once a message has been tagged, SpamAssassin will do one of the following with the message, depending on your system and user settings.
SpamAssassin can be configured to keep a log of its activity. Logs can be useful in tracking down problems and errors, but like any other log file, your SpamAssassin logs will need to be cleared out occasionally to prevent them from using up all your disk space. You can use cron to archive or empty your spam log files. The vinstall module for SpamAssassin only configures the most basic settings required to get SpamAssassin working on your Virtual Private Server. SpamAssassin has a number of additional configuration options which can be set by editing specific configuration files. For more information on additional configuration options, see the documentation. Removing SpamAssassinIf you want to remove SpamAssassin filters, either for the full system or for specific users, you can use the following command. % vuninstall spamassassin After running the command, you will be given the option to delete system filters (but keep user filters), delete a specific user's filters, or to remove all SpamAssassin filters and the SpamAssassin program files from your Virtual Private Server DocumentationThere are a number of sources of documentation for SpamAssassin. You can access the man pages using the following commands. % man spamassassin% man Mail::SpamAssassin::Conf There is also a wealth of information about configuring and using SpamAssassin at the SpamAssassin Web site. |