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.
List Archive
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.
Web-Based List Archives
The ezmlm-cgi is compiled along with the rest of the programs but must be copied to where CGI programs on your system can be accessed:
cp /extra/src/ezmlm-0.53/ezmlm-cgi /var/websites/mail/cgi-bin
ezmlm-cgi should run as SUID vpopmail so it's permissions should be adjusted:
cd /var/websites/mail/cgi-bin
chown vpopmail.vchkpw ezmlm-cgi
chmod 4755 ezmlm-cgi
Create a directory for the configuration files:
mkdir /etc/ezmlm
Create or modify a config file at /var/websites/mail/cgi-bin/.ezcgirc
. "89" is the vpopmail UID.
# Format for ezcgirc file
# listno;uid;listdir;listaddr;buttonbar;charset;style;bannerprog
0;89;/home/vpopmail/domains/<domain>/<listname>;<listname>@<domain>
Using "0" as the listno, makes it the default list and the archive can then be accessed at:
http://<yourserver>/cgi-bin/ezmlm-cgi
For subsequent lists, increment the listno and access the list at:
http://<yourserver>/cgi-bin/ezmlm-cgi?<listno>
- Log in to post comments