Preparing the SQL database in SpamAssassin
Official SQL queries Choosing the right perl DataBase Interface (DBI) module DBD::mysql (github) DBD::MariaDB (github) Depending on whether you use MySQL or MariaDB, and if you use MySQL things depend also on the version, you have to install DBD::mysql or DBD::MariaDB perl DBI module. Other connectors...
Installing and configuring SpamAssassin
Info: http://spamassassin.apache.org/ Docs: http://spamassassin.apache.org/full/4.0.x/doc/ Latest version: 4.0.2 Download: http://spamassassin.apache.org/downloads.cgi Upgrading notes: https://svn.apache.org/repos/asf/spamassassin/trunk/UPGRADE github: https://github.com/apache/spamassassin SpamAssassin is a mature, widely-deployed open source project that serves as a mail filter to identify Spam. SpamAssassin uses a variety of mechanisms including header and text analysis, Bayesian filtering, DNS blocklists, and...
Setting up the DMARC filter in Spamassassin
DMARC (Domain-based Message Authentication, Reporting and Conformance) is an email authentication protocol. It is designed to give email domain owners the ability to protect their domain from unauthorized use, commonly known as email spoofing. The purpose and primary outcome of implementing...
Spamassassin User Preferences via SQL
Info: http://spamassassin.apache.org/dist/sql/README - http://wiki.apache.org/spamassassin/UsingSQL SpamAssassin can now load users' score files from an SQL database. The concept here is to have a web application (PHP/perl/ASP/etc.) that will allow users to be able to update their local preferences on how SpamAssassin will filter...

