diff --git a/roundcube/roundcube-install b/roundcube/roundcube-install index bd6adfc7..81011d12 100644 --- a/roundcube/roundcube-install +++ b/roundcube/roundcube-install @@ -39,7 +39,7 @@ then . /etc/alternc/local.sh # Configuration template location TEMPLATE_DIR="/etc/alternc/templates" - CONFIG_FILES="etc/roundcube/main.inc.php etc/roundcube/plugins/password/config.inc.php" + CONFIG_FILES="etc/roundcube/main.inc.php etc/roundcube/plugins/password/config.inc.php etc/roundcube/plugins/managesieve/config.inc.php" cat > $SED_SCRIPT </sieve +$rcmail_config['managesieve_debug'] = false; + +// Enables features described in http://wiki.kolab.org/KEP:14 +$rcmail_config['managesieve_kolab_master'] = false; + +// Script name extension used for scripts including. Dovecot uses '.sieve', +// Cyrus uses '.siv'. Doesn't matter if you have managesieve_kolab_master disabled. +$rcmail_config['managesieve_filename_extension'] = '.sieve'; + +// List of reserved script names (without extension). +// Scripts listed here will be not presented to the user. +$rcmail_config['managesieve_filename_exceptions'] = array(); + +?>