da update broke some scripts

rldev

Verified User
Joined
May 26, 2004
Messages
1,003
The latest DA update broke squirrelmail and some php scripts of my clients. I will assume it is related to the "webapps".
 
The latest DA update broke squirrelmail and some php scripts of my clients. I will assume it is related to the "webapps".
For those of us who haven't updated yet, can you give us more details?

Thanks.

Jeff
 
For those of us who haven't updated yet, can you give us more details?

Thanks.

Jeff

The update with webapps being the new username for script installs, such as squirrelmail, don't load pref when logging in. I had to re-group the files back to root
 
At the bottom of your squirrelmail.sh script, do you have the following:
Code:
#set the permissions:
/bin/chmod -R 755 $REALPATH
$CHOWN -R ${APPUSER}:${APPUSER} $REALPATH

/bin/chmod -R 700 $REALPATH/data
$CHOWN -R apache:apache $REALPATH/data
which is what I currently have here... (will be released tomorrow night). If not, try setting it to that...
If it does look like that, we'd need to know what the /var/www/html/squirrelmail/data folder was actually set to.

John
 
Back
Top