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.
qmailmrtg7
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.
QmailMRTG
Install MRTG
Install the prerequisite graphic libraries that MRTG needs to draw the graphs:
yum -y install gd-devel libpng-devel
Download the latest version of MRTG - 2.15.2 at time of writing.
cd /extra/src
wget http://oss.oetiker.ch/mrtg/pub/mrtg-2.15.2.tar.gz
tar zxvf mrtg-2.15.2
Then configure, make and install MRTG:
./configure --prefix=/usr/local/mrtg-2
make
make install
cd /extra/src
wget http://www.inter7.com/qmailmrtg7/qmailmrtg7-4.2.tar.gz
tar zxvf qmailmrtg7-4.2.tar.gz
cd qmailmrtg7-4.2
- Log in to post comments