Squirrelmail

#1
Hello,

I followed the tutorial exactly as per the Wiki for converting Apache to LiteSpeed under the DirectAdmin control panel.

I also followed the small code snippets in order to make the Webmail applications work.

Uebimail works flawlessly now, however even after adding the code for Squirrelmail, it still doesn't work as expected.

Wiki Article: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:apache:da

Squirrelmail outputs the following.
PHP:
Error opening ../data/default_pref
Default preference file not found or not readable!
Please contact your system administrator and report this error.
Any further ideas regarding this?
 

mistwang

LiteSpeed Staff
#2
It is a issue related to our PHP suEXEC implementation. Easiest solution is to redirect

Code:
http://userdomain.com/squirrelmail
to

Code:
http://serverdoamin.com/squirrelmail
another solution is to change the permission of directories and files according.
 
#3
Do you have any helpful guidelines or tips regarding the permissions.

I attempted the redirection but that doesn't appear to work correctly either.
 
Top