1

Topic: Subdomain always points to /mail and the roundcube webmail

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

Hi,

I have iredmail installed and I just created a new subdomein for a domain. In my existing Vhost I added the subdomain.
The problem I have is that he always redirects to roundcube and makes the link https://b2b.domain.com/mail

How can I fix this?

<VirtualHost *:80>
ServerName b2b.domain.com
DocumentRoot /var/www/domain.com/public_html/
</VirtualHost>

----

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

2

Re: Subdomain always points to /mail and the roundcube webmail

sannisinas wrote:

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

Hi,

I have iredmail installed and I just created a new subdomein for a domain. In my existing Vhost I added the subdomain.
The problem I have is that he always redirects to roundcube and makes the link https://b2b.domain.com/mail

How can I fix this?

<VirtualHost *:80>
ServerName b2b.domain.com
DocumentRoot /var/www/domain.com/public_html/
</VirtualHost>

Are you wanting to use this server for hosting things other than iRedMail?  If so, I would recommend setting up a different server to do that and let this one only do email/iRedMail serving.