
08-03-2007, 07:46 AM
|
|
LiteSpeed Staff
|
|
Join Date: May 2003
Location: New Jersey
Posts: 7,590
|
|
Does it work when you access http://serverdoamin.com/squirrelmail ?
You probably just need to make "default_pref" world readable.
Code:
chmod a+r default_pref
Same for the "data" directory if need.
|