Does Squirrel-mail work with Apache 2 ? If it does doe this:
Look at the permissions for the directory all they way back to root. IE > ted@webmail:/$ stat /usr File: `/usr' Access: (0755/drwxr-xr-x) Uid: ( 0/ root) ted@webmail:/$ stat /usr/share/ File: `/usr/share/' Access: (0755/drwxr-xr-x) Uid: ( 0/ root) ted@webmail:/$ stat /usr/share/squirrelmail/ File: `/usr/share/squirrelmail/' Access: (0755/drwxr-xr-x) Uid: ( 0/ root) ted@webmail:/$ stat /usr/share/squirrelmail/data File: `/usr/share/squirrelmail/data' -> `/var/lib/squirrelmail/data' Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: Additionally, look for a the data directory in your config.php file. This is the file that conf.pl creates. ted@webmail:/$ cat /etc/squirrelmail/config.php | grep -i data $data_dir = '/var/lib/squirrelmail/data/'; > I just installed SquirrelMail 1.2.10. I'm able to access the login > page, but I get the following message aftering entering a valid user > name and password: > Error opening ../data/default_pref > Default preference file not found or not readable! > My Web Server is Apache 2.0.43 and I'm running PHP 4.2.3. Apache is > running as nobody/nogroup and permissions are currently as follows: -------------------------------- Run Debian for Better results. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
