• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Input Roundcube 1.6.0 official released

herrMartin

New Pleskian
Server operating system version
CentOS Linux 7.9.2009 (Core)
Plesk version and microupdate number
Plesk Obsidian Version 18.0.45 Update #2
Read here: https://roundcube.net/news/2022/07/28/roundcube-1.6.0-released

Update Plesk Ancient Roundcube​

Login with SSL

1. Backup your config files: config.inc.php and defaults.inc.php from the folder: /usr/share/psa-roundcube/config

2:
cd /tmp/
Mkdir roundcoube
cd roundcube/
wget https://github.com/roundcube/roundc...ad/1.6-rc/roundcubemail-1.6.0-complete.tar.gz
tar xvf roundcubemail-1.6.0-complete.tar.gz
rm roundcubemail-1.6.0-complete.tar.gz
cd roundcubemail-1.6.0
bin/installto.sh /usr/share/psa-roundcube


3: after the installation is done, copy your backup of config.inc.php and defaults.inc.php back to
/usr/share/psa-roundcube/config

4: enjoy Roundcube 1.6
Bonus: Edit the config.inc.php and activate some plugins which are already in the installation and get much more functionality
mine as example has these plugins:
$config['plugins'] = ['filesystem_attachments', 'jqueryui', 'managesieve','markasjunk','password','zipdownload'];

I use Rspamd instead of Spamassasin and my RSPAMD is learning SPAM and HAM with the help of Roundcube. Each Time I manually I mark a Mail as Spam which went through the Spam filter. This functionality with much worse Spamassassin you have to buy for Plesk or you config this by yourself.
 
Please note that we have a policy only to support LTS versions. The released version 1.6 is not yet an LTS version, unlike version 1.5.
Version 1.5 will be supported in Plesk 18.0.46 for all operating systems except CentOS7/RHEL7/CloudLinux7 and Ubuntu18.
As soon as version 1.6 becomes LTS, we will start supporting it.

And until Plesk 18.0.46 comes out, Roundcube 1.5.0 is already available in Plesk Premium Email, even in the Free edition.
 
Ok, fair to go with LTS versions, but I hope with 1.5 you mean the 1.5.3 LTS.
But why is RC 1.5. in Plesk Premium Email available and not in the default Plesk install.
I cannot image any reason for it.
BTW. are there plans to ditch spamassassin for a more modern, less resource hogging, better working rspamd?
 
Please note that we have a policy only to support LTS versions. The released version 1.6 is not yet an LTS version, unlike version 1.5.
Version 1.5 will be supported in Plesk 18.0.46 for all operating systems except CentOS7/RHEL7/CloudLinux7 and Ubuntu18.

Is Plesk following cPanel and deprecating CentOS 7 and CloudLinux7?

 
No. We will follow our official lifecycle policy Plesk Lifecycle Policy and continue support until 2024. We have too many customers on these operating systems.

Good to know! So it's just Rouncube 1.5 that's not available for these OSes? Is there any particular reason for this?
Version 1.5 will be supported in Plesk 18.0.46 for all operating systems except CentOS7/RHEL7/CloudLinux7 and Ubuntu18
 
Read here: https://roundcube.net/news/2022/07/28/roundcube-1.6.0-released

Update Plesk Ancient Roundcube​

Login with SSL

1. Backup your config files: config.inc.php and defaults.inc.php from the folder: /usr/share/psa-roundcube/config

2:
cd /tmp/
Mkdir roundcoube
cd roundcube/
wget https://github.com/roundcube/roundc...ad/1.6-rc/roundcubemail-1.6.0-complete.tar.gz
tar xvf roundcubemail-1.6.0-complete.tar.gz
rm roundcubemail-1.6.0-complete.tar.gz
cd roundcubemail-1.6.0
bin/installto.sh /usr/share/psa-roundcube


3: after the installation is done, copy your backup of config.inc.php and defaults.inc.php back to
/usr/share/psa-roundcube/config

4: enjoy Roundcube 1.6
Bonus: Edit the config.inc.php and activate some plugins which are already in the installation and get much more functionality
mine as example has these plugins:
$config['plugins'] = ['filesystem_attachments', 'jqueryui', 'managesieve','markasjunk','password','zipdownload'];

I use Rspamd instead of Spamassasin and my RSPAMD is learning SPAM and HAM with the help of Roundcube. Each Time I manually I mark a Mail as Spam which went through the Spam filter. This functionality with much worse Spamassassin you have to buy for Plesk or you config this by yourself.
Thanks for the info on how to update @herrMartin .

The installto.sh script isn't a shell script though, so the correct last command of step 2 is:

/opt/plesk/php/8.0/bin/php bin/installto.sh /usr/share/psa-roundcube
 
Please note that we have a policy only to support LTS versions. The released version 1.6 is not yet an LTS version, unlike version 1.5.
Version 1.5 will be supported in Plesk 18.0.46 for all operating systems except CentOS7/RHEL7/CloudLinux7 and Ubuntu18.
As soon as version 1.6 becomes LTS, we will start supporting it.

And until Plesk 18.0.46 comes out, Roundcube 1.5.0 is already available in Plesk Premium Email, even in the Free edition.
What happened to your policy? I do not see an 1.6 LTS version.;)
 
at this point I'm just applaud to them and hope the autodiscover feature is next to get fixed… which is a total pain because Thunderbird, Apple , and Microsoft are all incompatible to each others XML
 
Hi, i have updated to the newest Obsidian 18.0.47 Update #1 - but after login in Roundcube still the old version is visible, no update to 1.6.0 ??
 
Read here: https://roundcube.net/news/2022/07/28/roundcube-1.6.0-released

Update Plesk Ancient Roundcube​

Login with SSL

1. Backup your config files: config.inc.php and defaults.inc.php from the folder: /usr/share/psa-roundcube/config

2:
cd /tmp/
Mkdir roundcoube
cd roundcube/
wget https://github.com/roundcube/roundc...ad/1.6-rc/roundcubemail-1.6.0-complete.tar.gz
The new link is: https://github.com/roundcube/roundc...oad/1.6.0/roundcubemail-1.6.0-complete.tar.gz
 
Back
Top