Am Mon, 12 Jun 2017 12:08:20 +0100 schrieb Paul Tansom paul@aptanet.com:
** Karen Ariane Schweg Salwa karenariane.schweg@rolfing-zurich.net [2017-06-11 15:21]:
Hi there, I am trying to install an out of office reply but do not get the option "Filters" when clicking on Settings, there is simply no such option. What to do?
** end quote [Karen Ariane Schweg Salwa]
I seem to remember having this problem myself, but can't find my notes unfortunately. From memory I think it was a change in the configuration files that I missed. Do you have the following line in the config.inc.php file in the config directory:
$config['plugins'] = array('managesieve');
the default is a commented out line:
#$config['plugins'] = array();
Basically enabling the managesieve plugin that is now available in the default install iirc.
There is one more thing missing. You also have to set $config['managesieve_vacation'] = 1; in /usr/share/roundcubemail/plugins/managesieve/managesieve_config.inc.php
There are some more vacation-related settings you might want to have a look at.
Julian