SquidGuard is a URL redirector used to use blacklists with the proxysoftware Squid. There are two big advantages to squidguard: it is fast and it is free.
Revision of Updating Squirrelmail from Tue, 06/03/2008 - 15:49
Revisions allow you to track differences between multiple versions of your content, and revert back to older versions.
Updating SquirrelMail
Move the current install:
cd /usr/local/webmail
mv squirrelmail squirrelmail.bak
Move the new version into your web root:
mv /extra/src/squirrelmail-<version> /usr/local/webmail/squirrelmail
Copy the old preferences:
cp squirrelmail.bak/data/* squirrelmail/data
Change the permissions in the new install:
chown -R nobody:nobody squirrelmail/data
It's recommended that you reconfig SquirrelMail from scratch when you upgrade (/var/websites/webmail/squirrelmail/config/conf.pl
). If you do decide to copy over your existing configuration, run conf.pl
to make sure that everything is ok.
cd /var/websites/webmail
cp squirrelmail.bak/config/config.php squirrelmail/config
cd squirrelmail/config
./conf.pl
If you have installed any custom plugins or themes, copy them to the new SquirrelMail install.
- Log in to post comments