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 Roundcube from Mon, 06/01/2009 - 12:24
Revisions allow you to track differences between multiple versions of your content, and revert back to older versions.
The latest stable release is 0.2.2:
cd /extra/src
wget http://superb-east.dl.sourceforge.net/sourceforge/roundcubemail/roundcubemail-0.2.2.tar.gz
tar zxf roundcubemail-0.2.2.tar.gz
mv roundcubemail-0.2.2 /var/websites/mail/htdocs/roundcube
chown -R nobody:nobody /var/websites/mail/htdocs/roundcube
Create the MySQL database:
/usr/local/mysql/bin/mysql -u root -p
CREATE DATABASE roundcubemail;
GRANT ALL PRIVILEGES ON roundcubemail.* TO username@localhost IDENTIFIED BY 'password';
FLUSH PRIVILEGES;
Point your web browser at http://http://example.com/roundcube/installer/
.
Once you've used the installer to create main.inc.php
and db.inc.php
, save them in /var/websites/mail/htdocs/roundcube/config
After completing the installation and the final tests please remove the whole installer folder from the document root of the webserver.
rm -rf /var/websites/mail/htdocs/roundcube/installer
- Log in to post comments