Change owner of spamassassin directory from mail to spampd, closes #231
This commit is contained in:
parent
b78eae1351
commit
b26abc947e
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue