Page 1 of 1
Как настроить сервер фильтров в Roundcube?
Posted: Sat Feb 01, 2014 2:23 am
by ssyuzev
Подскажите, пожалуйста,
Как правильно добавить фильтра в Roundcube? После подключения плагина managesiege ругается: Невозможно подсоединится к серверу фильтров
Re: Как настроить сервер фильтров в Roundcube?
Posted: Tue Jul 19, 2016 8:05 am
by lidner60
ап теме. кучу конфигов перелопатил, а все никак толком не разобрался...
Re: Как настроить сервер фильтров в Roundcube?
Posted: Wed Aug 24, 2016 6:39 am
by skurudo
Пошаговая инструкция по установке:
https://plugins.roundcube.net/packages/ ... be/filters
1. PHP requirements: installed imap-module (--with-imap) for working with imap_mime_header_decode() function.
2. Download zip-archive to Roundcube/plugins folder;
3. Unzip downloaded zip-archive;
4. Rename unziped folder to 'filters';
5. Add "filters" in the plugins section of the roundcube configuration (config/config.inc.php).
For example:
$config['plugins'] = array(
'archive',
'password',
'filters',
);
To setup the plugin, open the config.inc.php file and edit the following variables:
$config['autoAddSpamFilterRule'] = TRUE; // if TRUE a spam filter rule is created for all users which automatically move messages into junk folder
$config['spam_subject'] = '[SPAM]'; // How to mark the spam in the subject? To have effect the previous variable must be TRUE.
$config['caseInsensitiveSearch'] = TRUE; // if TRUE filters searching in case insensitive mode.
$config['decodeBase64Msg'] = TRUE; // if TRUE decodes base64 mail