add managesieve
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 1m32s

This commit is contained in:
Sebastian Hugentobler 2024-04-26 22:08:57 +02:00
parent efc49cad69
commit d307aadf40
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
2 changed files with 32 additions and 5 deletions

View file

@ -36,7 +36,7 @@ $config['username_domain'] = '%d';
$config['username_domain_forced'] = true;
$config['password_charset'] = 'UTF-8';
$config['plugins'] = array('archive', 'zipdownload');
$config['plugins'] = array('archive', 'managesieve', 'zipdownload');
$config['spellcheck_engine'] = 'pspell';
$config['default_charset'] = 'UTF-8';
@ -52,3 +52,4 @@ $config['oauth_scope'] = 'email profile openid';
$config['oauth_auth_parameters'] = [];
$config['oauth_identity_fields'] = ['preferred_username'];
$config['oauth_login_redirect'] = true;
$config['managesieve_host'] = '{{getenv "MANAGESIEVE_HOST"}}';