Problem with mail :(
Problem with mail :(
Hi,
By accident I removed from my server RoundCube :O
I need to install it again, but... can I do it from VestaCP instalator without installing all panel again?
Regards,
KajmaczeK
P.S. Sorry for my english :p
By accident I removed from my server RoundCube :O
I need to install it again, but... can I do it from VestaCP instalator without installing all panel again?
Regards,
KajmaczeK
P.S. Sorry for my english :p
Last edited by KajmaczeK on Fri Mar 04, 2016 8:04 pm, edited 1 time in total.
Re: How to install only RoundCube?
No, I don't know Russian :v
Re: How to install only RoundCube?
Ok.
What OS on your server ?
What OS on your server ?
Re: How to install only RoundCube?
CentOS 7
Re: How to install only RoundCube?
Try to reinstall roundcubemail via ssh
Code: Select all
yum install roundcubemail
Code: Select all
rm /etc/httpd/conf.d/roundcubemail.conf
Code: Select all
wget http://c.vestacp.com/rhel/7/roundcube/roundcubemail.conf
Code: Select all
service httpd restart
Re: How to install only RoundCube?
Error:

I've PHP7. It could be reason?
I've PHP7. It could be reason?
Re: How to install only RoundCube?
Try to use this command
Code: Select all
yum reinstall roundcubemail --enablerepo=remi
Re: How to install only RoundCube?
On
I typed . Installation started, but it wanted to install php 5.4 too (so I cancelled it). I don't want php 5.4 :v
I've errorimperio wrote:Try to use this commandCode: Select all
yum reinstall roundcubemail --enablerepo=remi
Code: Select all
Loaded plugins: fastestmirror
No Match for argument: roundcubemail
Loading mirror speeds from cached hostfile
* base: centos.mirror.fr.planethoster.net
* epel: mirror.nl.leaseweb.net
* extras: centos.weezel.co.uk
* remi: rpms.remirepo.net
* remi-safe: rpms.remirepo.net
* updates: centos.mirrors.ovh.net
Package(s) roundcubemail available, but not installed.
Error: Nothing to do
Code: Select all
yum install roundcubemail --enablerepo=remi
Re: How to install only RoundCube?
I tried to install RoundCube manually, downloading RC from their site, and it showed me, that RoundCube need php5, php7 is not supported :v
Do u know any replacement for RoundCube what working with php7? :D
Do u know any replacement for RoundCube what working with php7? :D