From 7e87ef3ea221adf5db8ca458a6454a07d1e61ec6 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Sun, 11 Sep 2022 12:52:13 +0200 Subject: [PATCH] remove managesieve plugin --- rootfs/etc/confd/templates/config.inc.php.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/etc/confd/templates/config.inc.php.tmpl b/rootfs/etc/confd/templates/config.inc.php.tmpl index 1a46fac..c86a50e 100644 --- a/rootfs/etc/confd/templates/config.inc.php.tmpl +++ b/rootfs/etc/confd/templates/config.inc.php.tmpl @@ -34,7 +34,7 @@ $config['username_domain'] = '%d'; $config['username_domain_forced'] = true; $config['password_charset'] = 'UTF-8'; -$config['plugins'] = array('archive', 'managesieve', 'zipdownload'); +$config['plugins'] = array('archive', 'zipdownload'); $config['spellcheck_engine'] = 'pspell'; $config['default_charset'] = 'UTF-8';