llama_thumper Posted September 21, 2003 Posted September 21, 2003 i have a pre installed copy of squirrelmail (ie, it was installed before squirrelmail became standard). my question is: does anyone know to what values to CHMOD the data and attachment directories? any help appreciated! Quote
llama_thumper Posted September 21, 2003 Author Posted September 21, 2003 which makes the DATA directory available to just about everyone... Quote
TCH-Rick Posted September 21, 2003 Posted September 21, 2003 You can put the data and attachment directories in your root directory outside of public_html so that others can't get to them directly over the internet. You would need to specify this in your config options. Quote
llama_thumper Posted October 3, 2003 Author Posted October 3, 2003 this is the procedure how to do it. first make a directory one level above your public_html directory, eg: mkdir -p /home/yourwebhostingname/squirrelstuff chmod 7777 it. then run perl conf.pl select option 4 set it to: /home/yourwebhostingname/squirrelstuff hope this helps somebody. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.