Merge pull request #221 from johanvandyck/patch-1
Update third_party-roundcube.md: managesieve
Dieser Commit ist enthalten in:
Commit
7d2ed6c22f
1 geänderte Dateien mit 11 neuen und 7 gelöschten Zeilen
|
@ -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:
|
||||||
|
|
Laden …
Tabelle hinzufĂĽgen
In neuem Issue referenzieren