Commit b26abc94 authored by David Piggott's avatar David Piggott

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

parent b78eae13
...@@ -59,7 +59,7 @@ EOF ...@@ -59,7 +59,7 @@ EOF
# Tell spamassassin where to load and store site-wide bayesean filtering data. # Tell spamassassin where to load and store site-wide bayesean filtering data.
mkdir -p $STORAGE_ROOT/mail/spamassassin 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 chmod -R 775 $STORAGE_ROOT/mail/spamassassin
tools/editconf.py /etc/spamassassin/local.cf -s \ tools/editconf.py /etc/spamassassin/local.cf -s \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment