1 (edited by onurzaim 2015-04-08 07:56:37)

Topic: Forwarding Mail copies help of Roundcube filters to recipients

==== Required information ====
- iRedMail version: 0.9
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Apache
- Linux/BSD distribution name and version: Ubuntu 14.04.2
- Related log if you're reporting an issue: None
====

Hello,

I just wanted to share how I fixed a problem about filter rules which is a feature of roundcube mail with managesieve plugin.

I have an email info@abc.com and I need the mails forwarded to a group of people. When using RoundCube 1.0.4 and managesieve bundled with iRedMail 0.9 the manage sieve plugin can not forward mails after first mail or rule specified.

I found a solution to edit MySQL but this is hard way for most people and it might cause problems in future upgrades or trouble shooting problems for newcomers. ( http://www.iredmail.org/forum/topic2102 … ow-to.html )

I  backed up managesieve plugin from /usr/share/apache2/roundcube and open up directory called "sieverules".

The the code from https://github.com/JohnDoh/Roundcube-Pl … nagesieve/ It worked for me.

You must edit the file config.inc.php in /config directory at 45th line and add 'sieverules' with comma after the last plugin name.

Filters seem working fine now.

I hope this helps somebody in the future.

Note: How ever I did not see this problem in my other servers. I do not know why. You may not encounter this problem.

----

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

2

Re: Forwarding Mail copies help of Roundcube filters to recipients

It's better to report this issue to Roundcube mailing list or issue tracker, so that you don't need to do this again after upgraded Roundcube:
http://trac.roundcube.net/timeline
http://trac.roundcube.net/wiki/MailingLists

3

Re: Forwarding Mail copies help of Roundcube filters to recipients

Okay. I'll report.

I just wanted to share the workaound for this problem.