From 920ee3e53b40b704352dee52c6358517f456dd2e Mon Sep 17 00:00:00 2001 From: Phoenix Eve Aspacio Date: Sun, 11 Jun 2017 08:31:01 +0800 Subject: [PATCH 1/3] Create third_party-roundcube.md --- docs/third_party-roundcube.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/third_party-roundcube.md b/docs/third_party-roundcube.md index 8fdc15eb9..a6b7f4b38 100644 --- a/docs/third_party-roundcube.md +++ b/docs/third_party-roundcube.md @@ -81,3 +81,23 @@ $config['password_algorithm'] = 'ssha256'; $config['password_algorithm_prefix'] = '{SSHA256}'; $config['password_query'] = "UPDATE mailbox SET password = %P WHERE username = %u"; ``` + +Optionally, you can add Roundcube's link to the mailcow App list. +To do this, open or create `data/web/inc/vars.local.inc.php` and add the following code-block: + +**Don't forget to add the ` 'SOGo', + 'link' => '/SOGo/' + ), + array( + 'name' => 'Roundcube', + 'link' => '/roundcube/' + ) +); +... +```` From 83a09946e820c4d245a82a9f6bb5d31f18f9d8b7 Mon Sep 17 00:00:00 2001 From: Phoenix Eve Aspacio Date: Sun, 11 Jun 2017 12:40:03 +0800 Subject: [PATCH 2/3] Update third_party-roundcube.md --- docs/third_party-roundcube.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/third_party-roundcube.md b/docs/third_party-roundcube.md index a6b7f4b38..06c9d98fc 100644 --- a/docs/third_party-roundcube.md +++ b/docs/third_party-roundcube.md @@ -82,7 +82,7 @@ $config['password_algorithm_prefix'] = '{SSHA256}'; $config['password_query'] = "UPDATE mailbox SET password = %P WHERE username = %u"; ``` -Optionally, you can add Roundcube's link to the mailcow App list. +Optionally, you can add Roundcube's link to the mailcow Apps list. To do this, open or create `data/web/inc/vars.local.inc.php` and add the following code-block: **Don't forget to add the ` Date: Sun, 11 Jun 2017 12:40:35 +0800 Subject: [PATCH 3/3] Create third_party-roundcube.md --- docs/third_party-roundcube.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/third_party-roundcube.md b/docs/third_party-roundcube.md index 06c9d98fc..72cccac4c 100644 --- a/docs/third_party-roundcube.md +++ b/docs/third_party-roundcube.md @@ -85,7 +85,7 @@ $config['password_query'] = "UPDATE mailbox SET password = %P WHERE username = % Optionally, you can add Roundcube's link to the mailcow Apps list. To do this, open or create `data/web/inc/vars.local.inc.php` and add the following code-block: -**Don't forget to add the `