Squirrelmail Install

itwanabe

Verified User
Joined
Apr 2, 2005
Messages
37
I recently purchased themes + install (have them install it) but they (www.nutsmail.com) are horrible replying to any of your support requests. I have sent countless of support requests and two on their cerberus support via website.

Anywho, It's 34bucks to install it and they haven't got to it yet even though I have filled out the proper forms (ie ssh info). But to cut the story short, I know it's a little different on all platforms and I dont use Cpanel. (placed and received order from nutsmail.com 02/02/07)

So I'm trying to install it myself. I searched for update so i'm wondering if the instructions would suffice:

Hello,

To update:

cd /usr/local/directadmin/scripts

edit squirrelmail.sh and set:

VERSION=1.4.7

save, exit.. then run:

./squirrelmail.sh

;) (it downloads the file for you)

John


How would I do this if they gave me the sq tarball with their edited stuff? I have already uploaded into /www/ Thanks a bundle!
 
This is quite easy as I use nutsmail myself.

Upload the tarball to /var/www/html

Code:
cd /var/www/html
tar xvfz file.tar.gz -C squirrelmail-nuts
rm -rf squirrelmail
ln -s squirrelmail-nuts squirrelmail
chown -R apache:nobody squirrelmail-nuts
 
Back
Top