Web Hosting Talk







View Full Version : Squirrelmail Configuration Problem


shals
03-11-2004, 03:20 AM
hi
i am configuring Squirrelmail on My RHL 9 with the IMAP and SMPT server running on another solaris machine. i configured the SMPT sever and IMAP server in the installation but when i am trying to login from Squirrelmail it give the following error
Warning: stat failed for ../data/default_pref (errno=13 - Permission denied) in /var/www/html/mail/squirrelmail-1.4.2/functions/file_prefs.php on line 197
ERROR
Error opening ../data/default_pref
Default preference file not found or not readable!
Please contact your system administrator and report this error
any help is welcomed.
Thanks in advance

atomicmak
05-14-2004, 05:54 AM
well you would need to

chown -R apache.apache
to data directory

and it will fix this.