All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
How to use client.com/webmail instead main.com/webmail
Hai,
I need help, currently several domains always use roundcube webmail via my vps main domain main.com/webmail
How can each domain use their domain name to access webmail such as client.com/webmail ?
Currently my VPS uses Ubuntu 24 running Apache2
Tried setting up dns records on client.com
Cname
webmail.client.com point to main.com
And add this config to /etc/apache2/sites-available/client.com.conf
VirtualHost *:80
ServerName client.com
DocumentRoot
/home/users/clientaccount/www/client.com
Alias /webmail /home/keyhelp/www/roundcube
Directory
/home/keyhelp/www/roundcube>
Options -Indexes +FollowSymLinks
AllowOverride All
Require all granted
/Directory
/VirtualHost
But still not work 'Not Found' when i try to access client.com/webmail
Thank you
Comments
Are the other domains using the VPS' nameservers? you tried adding webmail as an A record pointing to the VPS ip
Other domain A records point to my ip4, used cloudflare.
I can access client.com but still got not found on client.com/webmail
might be of use https://docs.directadmin.com/webservices/apache/customizing.html#setting-up-webmail-domain-com-as-default
I'm not use Apache but I'm using Nginx and create a virtual host for webamail client domain. In DNS managaer, you create a MX record point to main domain. You can search linuxbabe on internet for more information.
Well... Nice blog, will look at it