Change owner of spamassassin directory from mail to spampd, closes #231

This commit is contained in:
David Piggott 2014-10-11 18:00:22 +01:00
parent b78eae1351
commit b26abc947e
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ EOF
# Tell spamassassin where to load and store site-wide bayesean filtering data.
mkdir -p $STORAGE_ROOT/mail/spamassassin
chown -R mail:mail $STORAGE_ROOT/mail/spamassassin
chown -R spampd:spampd $STORAGE_ROOT/mail/spamassassin
chmod -R 775 $STORAGE_ROOT/mail/spamassassin
tools/editconf.py /etc/spamassassin/local.cf -s \