Corrected Roundcube managesieve path
Dieser Commit ist enthalten in:
Ursprung
0ee8db9758
Commit
af8b8c5b34
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
|
@ -64,7 +64,7 @@ Initialisiere die Datenbank und verlasse das Installationsprogramm.
|
|||
|
||||
## Konfigurieren Sie die ManageSieve-Filterung
|
||||
|
||||
Öffnen Sie `data/web/rc/plugins/managesieve/config.inc.php` und ändern Sie die folgenden Parameter (oder fügen Sie sie am Ende der Datei hinzu):
|
||||
Öffnen Sie `data/web/rc/config/config.inc.php` und ändern Sie die folgenden Parameter (oder fügen Sie sie am Ende der Datei hinzu):
|
||||
```
|
||||
$config['managesieve_host'] = 'tls://dovecot:4190';
|
||||
$config['managesieve_conn_options'] = array(
|
||||
|
|
|
@ -64,7 +64,7 @@ Initialize the database and leave the installer.
|
|||
|
||||
## 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):
|
||||
Open `data/web/rc/config/config.inc.php` and change the following parameters (or add them at the bottom of that file):
|
||||
```
|
||||
$config['managesieve_host'] = 'tls://dovecot:4190';
|
||||
$config['managesieve_conn_options'] = array(
|
||||
|
|
Laden …
In neuem Issue referenzieren