spamassassin: Fix salearncron permissions
This commit is contained in:
parent
3d0e297cf1
commit
28b3a29085
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue