From 991a47f855a0b88ce79da01a0616707f1c17256a Mon Sep 17 00:00:00 2001 From: bastischubert Date: Wed, 28 Sep 2022 09:01:56 +0200 Subject: [PATCH] Fixed typo on managesieve stanza Added missing singlequote in managesive array --- docs/third_party/roundcube/third_party-roundcube.de.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/third_party/roundcube/third_party-roundcube.de.md b/docs/third_party/roundcube/third_party-roundcube.de.md index 5c7370349..3733d8478 100644 --- a/docs/third_party/roundcube/third_party-roundcube.de.md +++ b/docs/third_party/roundcube/third_party-roundcube.de.md @@ -68,7 +68,7 @@ Initialisiere die Datenbank und verlasse das Installationsprogramm. ``` $config['managesieve_host'] = 'tls://dovecot:4190'; $config['managesieve_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) ); // Aktiviert separate Verwaltungsschnittstelle für Urlaubsantworten (außer Haus) // 0 - kein separater Abschnitt (Standard),