Install and configures spamassassin, https://spamassassin.apache.org
Go to file
Andrea Dell'Amico 57c20288c6 Fixes #758. Configure a timeout for pyzor. 2020-06-12 14:41:09 +02:00
defaults Fixes #758. Configure a timeout for pyzor. 2020-06-12 14:41:09 +02:00
files userpref value size increased to 1024 to store all the default languages of the sauserspref roundcube plugin. 2020-04-05 18:18:42 +02:00
handlers spamassassin: installation and configuration of the spamd service and spamass-milter. Support user preferences in postgreSQL. 2020-04-04 20:13:34 +02:00
meta spamassassin: installation and configuration of the spamd service and spamass-milter. Support user preferences in postgreSQL. 2020-04-04 20:13:34 +02:00
tasks Fixes #758. Configure a timeout for pyzor. 2020-06-12 14:41:09 +02:00
templates Fixes #758. Configure a timeout for pyzor. 2020-06-12 14:41:09 +02:00
.gitignore Initial commit 2020-03-04 16:37:00 +01:00
LICENSE Initial commit 2020-03-04 16:37:00 +01:00
README.md spamassassin: installation and configuration of the spamd service and spamass-milter. Support user preferences in postgreSQL. 2020-04-04 20:13:34 +02:00

README.md

ansible-role-spamassassin

Installs and configures spamassassin, https://spamassassin.apache.org

  • We actually support PostgreSQL as remote backend
  • The sql present in the files directory is valid on spamassassin 3.4

TODO

  • Clean the txrep stale data regulary, running the following query (PostgreSQL)
DELETE FROM txrep WHERE last_hit <= (now() - INTERVAL '120 day');