From b51df24e3b1b64c17a3aac652b142e2082c77a26 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 16 Dec 2013 06:06:33 +0100 Subject: Configure Sieve and ManageSieve. Also, add the 'managesieve' RoundCube plugin to communicate with our server. --- .../plugins/managesieve/config.inc.php.j2 | 67 ++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 roles/webmail/templates/usr/share/roundcube/plugins/managesieve/config.inc.php.j2 (limited to 'roles/webmail/templates') diff --git a/roles/webmail/templates/usr/share/roundcube/plugins/managesieve/config.inc.php.j2 b/roles/webmail/templates/usr/share/roundcube/plugins/managesieve/config.inc.php.j2 new file mode 100644 index 0000000..27b5b44 --- /dev/null +++ b/roles/webmail/templates/usr/share/roundcube/plugins/managesieve/config.inc.php.j2 @@ -0,0 +1,67 @@ +/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(); + +?> -- cgit v1.2.3