/sieve $config['managesieve_debug'] = false; // Enables features described in http://wiki.kolab.org/KEP:14 $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. $config['managesieve_filename_extension'] = '.sieve'; // List of reserved script names (without extension). // Scripts listed here will be not presented to the user. $config['managesieve_filename_exceptions'] = array(); // List of domains limiting destination emails in redirect action // If not empty, user will need to select domain from a list $config['managesieve_domains'] = array(); // Enables separate management interface for vacation responses (out-of-office) // 0 - no separate section (default), // 1 - add Vacation section, // 2 - add Vacation section, but hide Filters section $config['managesieve_vacation'] = 0; // Supported methods of notify extension. Default: 'mailto' $config['managesieve_notify_methods'] = array('mailto');