(10-05-2018, 02:00 AM)cfreire Wrote: Hi Keith , thanks for your help.... MAy you to say me what things could I to change to try to access to Roundcube?, because the functions remains are OK.
If you are still running the stock version of Rouncube that came with Sentora, you should upgrade that to the latest release:
Code:
cd /etc/sentora/panel/etc/apps
wget https://github.com/roundcube/roundcubemail/releases/download/1.3.7/roundcubemail-1.3.7-complete.tar.gz
tar xf roundcubemail-1.3.7-complete.tar.gz
./roundcubemail-1.3.7/bin/installto.sh /etc/sentora/panel/etc/apps/webmail
Finish by removing/cleaning up some folders:
Code:
rm -rf roundcubemail-1.3.7-complete.tar.gz
rm -rf roundcubemail-1.3.7
rm -rf webmail/installer
rm -rf webmail/SQL
Please note that you do this at your own risk. If you are running a production server you really should go back to PHP 5 as Sentora does not support PHP 7 yet, and there's more than just Roundcube that needs updating for everything to run correctly... However, if your server is "disposable", in other words, if you can afford to mess it up and load it all again from scratch if things go wrong, then fine, play about with PHP 7 and do the Roundcube upgrade - but it's at your own risk!
Keith