spamassassin: Fix salearncron permissions

This commit is contained in:
s3lph 2022-12-13 19:49:36 +01:00
parent 3d0e297cf1
commit 28b3a29085
2 changed files with 2 additions and 1 deletions
galaxy.yml
roles/spamassassin/templates/usr/local/bin

View file

@ -8,7 +8,7 @@ namespace: s3lph
name: mailserver
# The version of the collection. Must be compatible with semantic versioning
version: '0.3.4'
version: '0.3.5'
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md

View file

@ -35,3 +35,4 @@ for mailhome in /home/virtual/*/*/Maildir; do
done
/usr/bin/sa-learn --dbpath "$DBPATH" --sync --dump magic
chown debian-spamd:debian-spamd -R "$DBPATH"