PDA

View Full Version : RoundCube Question


lex0429
25th May 2007, 21:14
i setup the roundcube for webmail using the .pkg installation method via ISPConfig...to access the webmail the users have to go to http://domain.com:81/roundcubewebmail/index.php
How do i go about changing that so they go to something like http://domain.com/webmail instead...i want to keep it simple

planet_fox
25th May 2007, 21:39
Yes you rename the order roundcubewebmail to webmail and install the reverse proxy mode dor apache. Here is a howto

http://howtoforge.de/apache_reverse_proxy_ispconfig

lex0429
29th May 2007, 03:28
I dont want to have to do that. I understand why ISPconfig is on 81 and i want to leave it that way. If a user can just open their browser and go to www.domain.com which is hosted on my server why do they have to go to www.domain.com:81/mail to get to their email? that seems ridiculous to make anyone have to use a different port to check their mail..

till
29th May 2007, 10:36
plabet_fox already posted a solutopon to your problem, just use reveerse proxying or install your own roundcube instance in the website.

Hans
29th May 2007, 12:10
@lex0429
Please have a look here:
http://www.howtoforge.com/roundcube_webmail_ispconfig :)

lex0429
29th May 2007, 12:53
Thanks Hans.