mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
Merge pull request #232 from dhpiggott/spamassassin-permissions-fix
Change owner of spamassassin directory from mail to spampd, closes #231
This commit is contained in:
commit
f9eceec746
@ -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 New Issue
Block a user