Roundcube issue with domains

IAMwebdesign

New member
Joined
Dec 5, 2017
Messages
4
Hi all,

I'm fairly new to configuring roundcube/custombuild 2.0 etc :)

At this stage I got the following issue.

My server is running on domain; srv01.primarydomain.xyz
Running fine btw, everything is working.
So, roundcube is; primarydomain.xyz/roundcube (works fine aswell.)

Now i've added a new user (client). clientdomain.xyz
Roundcube: clientdomain.xyz/roundcube (works fine)

But then it redirects to -> primarydomain.xyz/roundcube

I would like to keep on the clientdomain.xyz instead of redirecting to primarydomain.xyz

Hope someone can help me out :)
Thanks in advance.
 
Hello,

Make sure you see no with

Code:
grep use_hostname_for_alias= /usr/local/directadmin/custombuild/options.conf

it it's yes, then change it to no:

Code:
./build set use_hostname_for_alias no
./build rewrite_confs


Let us know if it solves your issue.
 
Back
Top