remove managesieve plugin

This commit is contained in:
Sebastian Hugentobler 2016-08-24 14:22:25 +02:00
parent 07fae28874
commit 812fbe87c4
No known key found for this signature in database
GPG key ID: 7BBE74D3F626FC0F
4 changed files with 2 additions and 12 deletions

View file

@ -34,7 +34,7 @@ $config['username_domain'] = '%d';
$config['username_domain_forced'] = true;
$config['password_charset'] = 'UTF-8';
$config['plugins'] = array('managesieve', 'password', 'archive', 'zipdownload');
$config['plugins'] = array('password', 'archive', 'zipdownload');
$config['spellcheck_engine'] = 'pspell';
$config['default_charset'] = 'UTF-8';

View file

@ -1,4 +0,0 @@
<?php
$config['managesieve_port'] = 4190;
$config['managesieve_host'] = '{{getenv "DOVECOTHOST"}}';