PDA

View Full Version : round cube mail


chief
29th June 2010, 18:23
Hey guys,

I have with the help of till configured my email in my server ok..

to access my email i go to https://ip.ip.ip.ip:81/roundcubemail but i want to access my emails via www.mydomain.com/email

i have ispconfig 2 and roundcubemail

how do i do it and what do i need to alter?


chief

Mark_NL
30th June 2010, 10:11
What i've done was create a file /etc/apache2/conf/webmail

in it i put:

Alias /webmail /var/www/sharedip/webmail
Alias /webmail/ /var/www/sharedip/webmail

and restarted apache

now on all your domains /webmail points to that dir :)
Probably not the prettiest solution but it works

chief
4th July 2010, 21:00
Thanks Mark_NL but it didnt work

I create a file called webamail in /etc/httpd/conf/
exactly as you said. :(


My setup is fedora 11 and ispconfig 2
the location of roundcubemail is /home/admispconfig/ispconfig/web/roundcubemail/ and i installed it via the update in management, it installed ok and i can access it via the ip address/hostname

When i try a domain name/webmail (roundcubemail) or create a sub-domain i get "The requested URL was not found on this server. "

?? help ??

chief

Mark_NL
5th July 2010, 08:26
Hmm, if you created the aliasses i provided you, then it won't work, because the files are in a different location,

you should use:

Alias /webmail /home/admispconfig/ispconfig/web/roundcubemail
Alias /webmail/ /home/admispconfig/ispconfig/web/roundcubemail