1

Topic: sieverules plugin issue

==== Required information ====
- iRedMail version: 0.8.1
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): mysql
- Linux/BSD distribution name and version: centos6.2
- Related log if you're reporting an issue:
====

Hi Zhang,

We just download plugin "sieverules" and enabled it in roundcube main.inc.php, we also renamed the plugin config.inc.php.
$rcmail_config['sieverules_host'] = "127.0.0.1";
$rcmail_config['sieverules_port'] = 2000;
$rcmail_config['sieverules_auth_type'] = null;
$rcmail_config['sieverules_folder_encoding'] = 'UTF7-IMAP';

But when click the "filter tab" in roundcobe, it says "cannot connect to sieve server", any idea? Thanks.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: sieverules plugin issue

- Roundcube ships a sieve plugin: plugins/managesieve/. Why not use this OFFICIAL plugin?
- Port of managesieve service on CentOS 6 is 4190, not 2000.

3

Re: sieverules plugin issue

Hi Zhang,

for the official managesieve plugin, how can I setup some default filters such as vacation with disable default status for All users?

Also for roundcube 0.8 web mail, there is a "about roundcube" tab in settings page, is it possible to delete or customize the tab? Thanks.

4

Re: sieverules plugin issue

pang wrote:

for the official managesieve plugin, how can I setup some default filters such as vacation with disable default status for All users?

This is what iRedMail does, it provides a sample sieve file in roundcubemail/config/dovecot.sieve, and set "managesieve_default" to the location of this sample file in roundcubemail/plugins/managesieve/config.inc.php.

pang wrote:

Also for roundcube 0.8 web mail, there is a "about roundcube" tab in settings page, is it possible to delete or customize the tab? Thanks.

You have to modify its source code.