Open gromez opened 6 years ago
That plugin has no tested support for Sieve implementation.
On the other hand, there ist no support needed, as the already included plugin managesieve has vacation support. Just add 3 lines to config.inc.php
https://github.com/rplessl/roundcube-vacation-plugin/issues/3#issuecomment-373492545
in /usr/local/lib/roundcubemail/config/config.inc.php
$config['managesieve_vacation'] = 1;
$config['managesieve_vacation_interval'] = 1;
$config['managesieve_vacation_addresses_init'] = true;
I've provided the PR for the original vacation plugin installation in MAIB but had to find out the installation was removed. But with the new plugin, It should be relatively straight forward to make a PR that just puts those lines into the file. @gromez want to make a PR?
Vacation plugin has been updated for Roundcube 1.3 : https://github.com/rplessl/roundcube-vacation-plugin
Maybe it can be integrated in mail-in-a-box.