remove managesieve plugin
This commit is contained in:
parent
07fae28874
commit
812fbe87c4
@ -25,7 +25,7 @@ RUN apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/test
|
|||||||
RUN ln -s /usr/bin/php7 /usr/bin/php
|
RUN ln -s /usr/bin/php7 /usr/bin/php
|
||||||
|
|
||||||
RUN mkdir /var/lib/roundcube
|
RUN mkdir /var/lib/roundcube
|
||||||
RUN wget -qO- https://github.com/roundcube/roundcubemail/releases/download/1.2.0/roundcubemail-1.2.0-complete.tar.gz | tar xz -C /var/lib/roundcube --strip 1
|
RUN wget -qO- https://github.com/roundcube/roundcubemail/releases/download/1.2.1/roundcubemail-1.2.1-complete.tar.gz | tar xz -C /var/lib/roundcube --strip 1
|
||||||
RUN chown -R nginx:nginx /var/lib/roundcube
|
RUN chown -R nginx:nginx /var/lib/roundcube
|
||||||
|
|
||||||
RUN mkdir /run/nginx
|
RUN mkdir /run/nginx
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
[template]
|
|
||||||
src = "managesieve-config.inc.php.tmpl"
|
|
||||||
dest = "/var/lib/roundcube/plugins/managesieve/config.inc.php"
|
|
||||||
gid = 101
|
|
||||||
uid = 100
|
|
||||||
mode = "0660"
|
|
@ -34,7 +34,7 @@ $config['username_domain'] = '%d';
|
|||||||
$config['username_domain_forced'] = true;
|
$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('password', 'archive', 'zipdownload');
|
||||||
|
|
||||||
$config['spellcheck_engine'] = 'pspell';
|
$config['spellcheck_engine'] = 'pspell';
|
||||||
$config['default_charset'] = 'UTF-8';
|
$config['default_charset'] = 'UTF-8';
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
$config['managesieve_port'] = 4190;
|
|
||||||
$config['managesieve_host'] = '{{getenv "DOVECOTHOST"}}';
|
|
Loading…
Reference in New Issue
Block a user