configure plugins

This commit is contained in:
Sebastian Hugentobler 2016-07-14 10:43:33 +02:00
parent 8182e46552
commit 989a620088

View File

@ -30,6 +30,8 @@ $config['des_key'] = '{{getenv "KEY"}}';
$config['cipher_method'] = '{{getenv "CIPHERMETHOD"}}'; $config['cipher_method'] = '{{getenv "CIPHERMETHOD"}}';
$config['mail_domain'] = '%t'; $config['mail_domain'] = '%t';
$config['username_domain'] = '%t';
$config['username_domain_forced'] = true;
$config['password_charset'] = 'UTF-8'; $config['password_charset'] = 'UTF-8';
$config['plugins'] = array('managesieve', 'password', 'archive', 'zipdownload'); $config['plugins'] = array('managesieve', 'password', 'archive', 'zipdownload');