LiteSpeed Support Forums

LiteSpeed Support Forums (http://www.litespeedtech.com/support/forum/index.php)
-   General (http://www.litespeedtech.com/support/forum/forumdisplay.php?f=25)
-   -   Squirrelmail (http://www.litespeedtech.com/support/forum/showthread.php?t=1213)

SixtyClear 07-29-2007 07:34 AM

Squirrelmail
 
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:apache:da

Squirrelmail outputs the following.
PHP Code:

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 07-30-2007 12:07 PM

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.

SixtyClear 08-03-2007 07:08 AM

Do you have any helpful guidelines or tips regarding the permissions.

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

mistwang 08-03-2007 07:46 AM

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.


All times are GMT -7. The time now is 01:20 AM.