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 Roundcube
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
- managesieve
Copy the sample config file:cd /var/websites/mail/htdocs/roundcube/plugins/managesieve
cp config.inc.php.dist config.inc.phpThen edit it to change some defaults to match our Sieve install:
$config['managesieve_port'] = 4190;
To enable a Dovecot plugin like this one, add it's name to the
$rcmail_config['plugins']
array in/var/websites/mail/htdocs/roundcube/config/config.inc.php
:$config['plugins'] = array('managesieve');
- SieveRules
- Log in to post comments