Merge pull request #221 from johanvandyck/patch-1

Update third_party-roundcube.md: managesieve
Dieser Commit ist enthalten in:
André Peters 2020-07-02 20:13:52 +02:00 • committet von GitHub
Commit 7d2ed6c22f
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -44,7 +44,18 @@ $config['enable_installer'] = true;
$config['smtp_conn_options'] = array( $config['smtp_conn_options'] = array(
'ssl' => array('verify_peer' => false, 'verify_peer_name' => false, 'allow_self_signed' => true) 'ssl' => array('verify_peer' => false, 'verify_peer_name' => false, 'allow_self_signed' => true)
); );
$config['db_prefix'] = 'mailcow_rc1';
```
Point your browser to `https://myserver/rc/installer` and follow the instructions.
Initialize the database and leave the installer.
**Delete the directory `data/web/rc/installer` after a successful installation!**
### Configure ManageSieve filtering
Open `data/web/rc/plugins/managesieve/config.inc.php` and change the following parameters (or add them at the bottom of that file):
```
$config['managesieve_port'] = 4190; $config['managesieve_port'] = 4190;
$config['managesieve_host'] = 'tls://dovecot'; $config['managesieve_host'] = 'tls://dovecot';
$config['managesieve_conn_options'] = array( $config['managesieve_conn_options'] = array(
@ -55,15 +66,8 @@ $config['managesieve_conn_options'] = array(
// 1 - add Vacation section, // 1 - add Vacation section,
// 2 - add Vacation section, but hide Filters section // 2 - add Vacation section, but hide Filters section
$config['managesieve_vacation'] = 1; $config['managesieve_vacation'] = 1;
$config['db_prefix'] = 'mailcow_rc1';
``` ```
Point your browser to `https://myserver/rc/installer` and follow the instructions.
Initialize the database and leave the installer.
**Delete the directory `data/web/rc/installer` after a successful installation!**
### Enable change password function in Roundcube ### Enable change password function in Roundcube
Open `data/web/rc/config/config.inc.php` and enable the password plugin: Open `data/web/rc/config/config.inc.php` and enable the password plugin: