mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-05 15:57:23 +01:00
Change owner of spamassassin directory from mail to spampd, closes #231
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user