Roundube /webmail not found problems
Roundube /webmail not found problems
Hello. I have a VESTA server (Centos 7.3), installed default options. I tried to open domain/webmail, but it just gave me an error saying that /webmail is not found.
Then I logged in as root (ssh) and pasted this command:
"wget http://c.vestacp.com/0.9.8/rhel/httpd-webmail.conf -O /etc/httpd/conf.d/httpd-webmail.conf"
Now, when I try to open /webmail i get this error:
"Forbidden
You don't have permission to access /webmail/ on this server."
Any ideas? Why there is no webmail by default? On the website it says it should work with default install.
Thanks
Then I logged in as root (ssh) and pasted this command:
"wget http://c.vestacp.com/0.9.8/rhel/httpd-webmail.conf -O /etc/httpd/conf.d/httpd-webmail.conf"
Now, when I try to open /webmail i get this error:
"Forbidden
You don't have permission to access /webmail/ on this server."
Any ideas? Why there is no webmail by default? On the website it says it should work with default install.
Thanks
Re: Roundube /webmail not found problems
Did you solve this?
Re: Roundube /webmail not found problems
Please show us output:
Code: Select all
ls -la /etc/nginx/conf.d/
Code: Select all
ls -la /etc/httpd/conf.d/
Re: Roundube /webmail not found problems
Same issue. Appear after php update. Fixed by reverting
roundcubemail.conf
from
roundcubemail.conf.rpmsave.
skurudo, thanks for tip about httpd/conf.d review!
roundcubemail.conf
from
roundcubemail.conf.rpmsave.
skurudo, thanks for tip about httpd/conf.d review!
-
- Posts: 2
- Joined: Thu Apr 27, 2017 10:44 am
Re: Roundube /webmail not found problems
1. Install roundcube
apt-get install roundcube roundcube-mysql
2. Configure apache (pico /etc/apache2/conf.d/roundcube)
Alias /roundcube/program/js/tiny_mce/ /usr/share/tinymce/www/
Alias /roundcube /var/lib/roundcube
apt-get install roundcube roundcube-mysql
2. Configure apache (pico /etc/apache2/conf.d/roundcube)
Alias /roundcube/program/js/tiny_mce/ /usr/share/tinymce/www/
Alias /roundcube /var/lib/roundcube