Install and configures spamassassin, https://spamassassin.apache.org
Andrea Dell'Amico 259e4154b3 | ||
---|---|---|
defaults | ||
files | ||
handlers | ||
meta | ||
tasks | ||
templates | ||
.gitignore | ||
LICENSE | ||
README.md |
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');