On Tue, 18 Mar 2014 19:33:36 +0000
Paolo De Michele <[email protected]> wrote:

> Hi everybody,
> 
> I integrated roundcube into ISPConfig and actually it works
> now, when I go to the webmail I have: www.domain.ext/webmail
> 
> I would like to have webmail.domain.ext (I have apache2)
> How can I fix it?
> 
> Let me know, thanks in advance
> Regards
> 
> _______________________________________________
> Roundcube Users mailing list
> [email protected]
> http://lists.roundcube.net/mailman/listinfo/users

Hi,

You have to create another apache2 process to handle this subdomain
<Directory /var/www/domain.ext/webmail>

Then add the subdomain to your DNS servers, smtg along the lines
webmail.domain.ext      A       ip.add.re.ss 

If you need your webmail server not to be access via domain.ext/webmail
and webmail.domain.ext at the same time,
you need to create a separate folder for webmail, ie. one not inside
domain.ext; and point your apache config file to it.

HTH
_______________________________________________
Roundcube Users mailing list
[email protected]
http://lists.roundcube.net/mailman/listinfo/users

Reply via email to