add managesieve
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 1m32s
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 1m32s
This commit is contained in:
parent
efc49cad69
commit
d307aadf40
2 changed files with 32 additions and 5 deletions
|
@ -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"}}';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue