Page 1 of 1

Roundcube Webmail 1.2.0 released

Posted: Thu May 26, 2016 5:50 am
by sseleraci
Hello,
I'd like to know how to upgrade new Roundcube Webmail 1.2.0 to work with php7.
My server is running Vesta 0.9.8-15, centos 7, php 7
If anyone could guide me.
Thank you.

Re: Roundcube Webmail 1.2.0 released

Posted: Mon May 30, 2016 4:46 am
by sseleraci
I solved it myself, just yum install roundcubemail and
edit /etc/httpd/conf.d/roundcubemail.conf ( thanks Lombar from topic: viewtopic.php?f=12&t=8925&p=36627#p36627 )

Code: Select all

## Round Cube Webmail is a browser-based multilingual IMAP client
#

Alias /roundcubemail /usr/share/roundcubemail
Alias /webmail /usr/share/roundcubemail

<Directory /usr/share/roundcubemail/>
        Order Deny,Allow
        Deny from all
        Allow from all
</Directory>

Code: Select all

<VirtualHost XXX.XXX.XXX.XXX:8080>
    ServerName webmail
    ServerAlias webmail.*
    DocumentRoot /usr/share/roundcubemail
</VirtualHost>

Re: Roundcube Webmail 1.2.0 released

Posted: Mon May 30, 2016 4:45 pm
by sseleraci
Please try

Code: Select all

yum install roundcubemail --enablerepo=remi