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
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.
Update Plesk Ancient Roundcube
Login with SSL1. 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.