At 17:32 14-10-2008, Kate Kleinschafer wrote:
Just wondering what the permissions should be on the /root/.spamassassin folder.

When I run a message by the command
sudo -u postfix spamassassin -p /etc/MailScanner/spam.assassin.prefs.conf -t < message.MAI

I am getting the error warn: config: path /root/.spamassassin is inaccessible permission denied.

You are running spamassassin as user postfix. spamassassin is trying to read the user preferences off the home directory it got from the environment. User postfix does not have access to the /root directory.

owned by root:root
permissions drwx

These permissions are correct.

Regards,
-sm

Reply via email to