change bayes_file_mode to world writable (merges #931)

fixes #534, again, hopefully
This commit is contained in:
Michael Kroes 2016-09-23 21:14:21 +02:00 committed by Joshua Tauberer
parent 5f0376bfbf
commit 02feeafe6a
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ tools/editconf.py /etc/spamassassin/local.cf -s \
tools/editconf.py /etc/spamassassin/local.cf -s \
bayes_path=$STORAGE_ROOT/mail/spamassassin/bayes \
bayes_file_mode=0660
bayes_file_mode=0666
mkdir -p $STORAGE_ROOT/mail/spamassassin
chown -R spampd:spampd $STORAGE_ROOT/mail/spamassassin