1

Topic: Domains in URL for Webmail

==== Required information ====
- iRedMail version: 0.8.3
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Linux/BSD distribution name and version: Ubuntu 12.04
- Related log if you're reporting an issue: N/A
====

On our current server (non-iRedMail), we have one install of roundcube. We have over 10 domains. We can access roundcube by going to:

http://webmail.domainone.com
http://webmail.domaintwo.com
http://webmail.domainthree.com
etc, etc, etc.

Because we do this, our users can log into RoundCube without inserting their full email address as user name with @domain.com.

How can we setup iRedMail to allow us to access RoundCube in the same manner?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Domains in URL for Webmail

You can setup multiple virtual hosts in Apache, and use separated Roundcube for each virtual host (don't forget to update parameter "username_domain" in its config file (config/main.inc.php under Roundcube directory)).

Reference: http://httpd.apache.org/docs/2.2/vhosts/examples.html