From af8b8c5b341532a6a0bdc5898923903e622c8af4 Mon Sep 17 00:00:00 2001 From: DerLinkman Date: Thu, 3 Nov 2022 10:43:03 +0100 Subject: [PATCH] Corrected Roundcube managesieve path --- docs/third_party/roundcube/third_party-roundcube.de.md | 2 +- docs/third_party/roundcube/third_party-roundcube.en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/third_party/roundcube/third_party-roundcube.de.md b/docs/third_party/roundcube/third_party-roundcube.de.md index 4136beb1c..92c5e81e2 100644 --- a/docs/third_party/roundcube/third_party-roundcube.de.md +++ b/docs/third_party/roundcube/third_party-roundcube.de.md @@ -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( diff --git a/docs/third_party/roundcube/third_party-roundcube.en.md b/docs/third_party/roundcube/third_party-roundcube.en.md index 1fbbfcef2..9168f2e44 100644 --- a/docs/third_party/roundcube/third_party-roundcube.en.md +++ b/docs/third_party/roundcube/third_party-roundcube.en.md @@ -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(