Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Roundcube Webmail 1.2.0 released
Roundcube Webmail 1.2.0 released
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.
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
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 )
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
Please try
Code: Select all
yum install roundcubemail --enablerepo=remi