Squirrelmail moved? (version 1.4.11)

cprompt

Verified User
Joined
Sep 27, 2004
Messages
57
Location
Bristol, UK
I have had trouble restoring Squirrelmail data from a server running 1.4.10 to a box running 1.4.11.
None of the address book files or user preferences come across although they are definitely in the backup tar.
The owner of the box running 1.4.11 reports to me that the data folder for Squirrelmail is now located at /var/local/squirrelmail/data instead of /var/www/html/squirrelmail/data which is why Squirrelmail can't find the required data files.
Can anyone confirm this is an official change in the build and not a freak condition on this individual server?
 
Do this to fix the problem:
Code:
perl -pi -e 's#/var/local/squirrelmail#/var/www/html/squirrelmail#' /var/www/html/squirrelmail/config/config.php
 
It's fixed in CustomBuild and squirrelmail.sh scripts now. Thank you for the report.
 
Back
Top