From d9af48d291d1008174b7f2d6792b78a601fa5240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannik=20J=C3=A9r=C3=B4me=20B=C3=BCchi?= Date: Tue, 28 Jun 2022 12:53:01 +0200 Subject: [PATCH] Update third_party-roundcube.en.md update Roundcube from 1.5.2 to 1.5.3 update RCMCardDAV from 4.3.0 to 4.4.1 --- docs/third_party/third_party-roundcube.en.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/third_party/third_party-roundcube.en.md b/docs/third_party/third_party-roundcube.en.md index 9e3e93fb0..f20f7f2aa 100644 --- a/docs/third_party/third_party-roundcube.en.md +++ b/docs/third_party/third_party-roundcube.en.md @@ -4,10 +4,10 @@ Download Roundcube 1.5.x to the web htdocs directory and extract it (here `rc/`) ``` # Check for a newer release! cd data/web -wget -O - https://github.com/roundcube/roundcubemail/releases/download/1.5.2/roundcubemail-1.5.2-complete.tar.gz | tar xfvz - +wget -O - https://github.com/roundcube/roundcubemail/releases/download/1.5.3/roundcubemail-1.5.3-complete.tar.gz | tar xfvz - # Change folder name -mv roundcubemail-1.5.2 rc +mv roundcubemail-1.5.3 rc # Change permissions chown -R root: rc/ @@ -120,7 +120,7 @@ $config['password_query'] = "UPDATE mailbox SET password = %P WHERE username = % Download the latest release of [RCMCardDAV](https://github.com/mstilkerich/rcmcarddav) to the Roundcube plugin directory and extract it (here `rc/plugins`): ``` cd data/web/rc/plugins -wget -O - https://github.com/mstilkerich/rcmcarddav/releases/download/v4.3.0/carddav-v4.3.0.tar.gz | tar xfvz - +wget -O - https://github.com/mstilkerich/rcmcarddav/releases/download/v4.4.1/carddav-v4.4.1.tar.gz | tar xfvz - chown -R root: carddav/ ``` @@ -180,8 +180,8 @@ docker exec -it mailcowdockerized_php-fpm-mailcow_1 bash # Install required upgrade dependency, then upgrade Roundcube to wanted release apk add rsync cd /tmp -wget -O - https://github.com/roundcube/roundcubemail/releases/download/1.5.2/roundcubemail-1.5.2-complete.tar.gz | tar xfvz - -cd roundcubemail-1.5.2 +wget -O - https://github.com/roundcube/roundcubemail/releases/download/1.5.3/roundcubemail-1.5.3-complete.tar.gz | tar xfvz - +cd roundcubemail-1.5.3 bin/installto.sh /web/rc # Type 'Y' and press enter to upgrade your install of Roundcube @@ -248,4 +248,4 @@ Finally, restart mailcow ``` docker-compose down docker-compose up -d -``` \ No newline at end of file +```