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.
Sieve Plugins for Squirrelmail
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.
Installation
Download the latest source:
cd /extra/src
wget http://email.uoa.gr/download/squirrelmail/avelsieve/avelsieve-1.9.9.tar.gz
tar zxf avelsieve-1.9.9.tar.gzMove the plugin to the SquirrelMail plugin folder:
mv avelsieve /var/websites/mail/htdocs/squirrelmail/plugins/
chown -R nobody:nobody /var/websites/mail/htdocs/squirrelmail/plugins/avelsieveCopy the sample config file:
cd /var/websites/mail/htdocs/squirrelmail/plugins/avelsieve/config
cp config_sample.php config.phpThen edit config.php and adjust some of the defaults, particularly the ManageSieve port number:
$sieveport = 4190;Avelsieve has an issue with Dovecot's Managesieve server, and TLS so disable it:
$avelsieve_disabletls = true;Then run the SquirrelMail config script, /var/websites/mail/htdocs/squirrelmail/config/config.pl and enable the Avelsieve plugin.
- Log in to post comments