Page 1 of 3

Problem with mail :(

Posted: Thu Mar 03, 2016 10:31 pm
by KajmaczeK
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

Re: How to install only RoundCube?

Posted: Thu Mar 03, 2016 10:47 pm
by imperio
Hi,
If you know Russian, you can writing on our Russian forum
viewforum.php?f=27

Re: How to install only RoundCube?

Posted: Thu Mar 03, 2016 10:49 pm
by KajmaczeK
No, I don't know Russian :v

Re: How to install only RoundCube?

Posted: Thu Mar 03, 2016 10:51 pm
by imperio
Ok.
What OS on your server ?

Re: How to install only RoundCube?

Posted: Thu Mar 03, 2016 10:57 pm
by KajmaczeK
CentOS 7

Re: How to install only RoundCube?

Posted: Thu Mar 03, 2016 11:01 pm
by imperio
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?

Posted: Thu Mar 03, 2016 11:08 pm
by KajmaczeK
Error:
Image

I've PHP7. It could be reason?

Re: How to install only RoundCube?

Posted: Thu Mar 03, 2016 11:12 pm
by imperio
Try to use this command

Code: Select all

yum reinstall roundcubemail --enablerepo=remi

Re: How to install only RoundCube?

Posted: Thu Mar 03, 2016 11:26 pm
by KajmaczeK
On
imperio wrote:Try to use this command

Code: Select all

yum reinstall roundcubemail --enablerepo=remi
I've error

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
I typed

Code: Select all

yum install roundcubemail --enablerepo=remi
. Installation started, but it wanted to install php 5.4 too (so I cancelled it). I don't want php 5.4 :v

Re: How to install only RoundCube?

Posted: Thu Mar 03, 2016 11:32 pm
by KajmaczeK
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