SquirrelMail error after ./build spamassassin

carpin

Verified User
Joined
Oct 15, 2010
Messages
13
After ./build spamassassin I was not able to login webmail SquirrelMail

Error message:

Preference file, /var/www/html/squirrelmail/data/[email protected], could not be opened. Contact your system administrator to resolve this issue.

This solved the problem, chown -R webapps:webapps /var/www/html/squirrelmail/data
 
Hello,

I'm not sure that installing SpamAssassin would be related to permssions in /var/www/html/* ...
It might have been related to some other issue (eg changing php from CLI to suPhp, etc.. not sure)

The other way to reset SM would be:
Code:
./build squirrelmail
John
 
Back
Top