PDA

View Full Version : Squirrelmail error


mbascombe
19th January 2008, 07:45
why following the instruction for squirrelmail on your ispconfig server within 10 easy steps i ran into the following errorroot@marcus:/var/www/web1/web# rm *.tar.gz
root@marcus:/var/www/web1/web# cd squirrelmail-1.4.13
root@marcus:/var/www/web1/web/squirrelmail-1.4.13# mv * ../
root@marcus:/var/www/web1/web/squirrelmail-1.4.13# cd ../
root@marcus:/var/www/web1/web# rmdir squirrelmail-1.4.13
root@marcus:/var/www/web1/web# mkdir sqmattachments
root@marcus:/var/www/web1/web# chown -R www-data:www-data data
root@marcus:/var/www/web1/web# chown -R www-data:www-data sqmattachments
root@marcus:/var/www/web1/web# cd config
root@marcus:/var/www/web1/web/config# ./config.pl
-bash: ./config.pl: No such file or directory


can some one please direct me in solving that problem

Hans
19th January 2008, 09:40
You have to execute the commands chown -R www-data:www-data data and chown -R www-data:www-data sqmattachments within your drectory /var/www/web1/ not within /var/www/web1/web/ :)

mbascombe
19th January 2008, 18:31
Thanks but i'm still getting that error. root@marcus:/var/www/web1# rm *.tar.gz
root@marcus:/var/www/web1# cd squirrelmail-1.4.13
root@marcus:/var/www/web1/squirrelmail-1.4.13# mv * ../
root@marcus:/var/www/web1/squirrelmail-1.4.13# cd ../
root@marcus:/var/www/web1# rmdir squirrelmail-1.4.13
root@marcus:/var/www/web1# mkdir sqmattachments
root@marcus:/var/www/web1# chown -R www-data:www-data data
root@marcus:/var/www/web1# chown -R www-data:www-data sqmattachments
root@marcus:/var/www/web1# cd config
root@marcus:/var/www/web1/config# ./config.pl
-bash: ./config.pl: No such file or directory
root@marcus:/var/www/web1/config#

mbascombe
20th January 2008, 05:09
Ok i figure out the problem. The command should be ./conf.pl and not ./config.pl.
I was able to complete the setup but my problem now is that when type in the address in the browser for the mail client I get the default index page. http://webmail.xxxxxxx.info
Can someone help me troubleshoot this please.

Hans
20th January 2008, 10:40
remove the default index.html provided by ISPConfig with the command rm index.html or rename it if you want to keep it with the command mv index.html index-old.html. By the way your squirrelmail login screen can be visited already if you point to index.php withib your browser :)