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.
Hypermail
Credits
Various bits of code, scripts, and procedures were put together with information from John Simpson's qmail.jms1.net website. It's an excellent resource on managing and setting up a Qmail server.
http://www.hypermail-project.org/
Set up a directory for the web files:
mkdir /var/websites/hypermail
cd /var/websites/hypermail
mkdir logs htdocs cgi-bin
Download the source code:
cd /extra/src
wget http://www.hypermail-project.org/hypermail-2.2.0.tar.gz
tar zxf hypermail-2.2.0.tar.gz
cd hypermail-2.2.0
./configure --with-httpddir=/var/websites/hypermail
make
make install
- Log in to post comments