Jump to content

Recommended Posts

Posted

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!

Posted

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.

  • 2 weeks later...
Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...