Zentyal Forum, Linux Small Business Server

Zentyal Server => Email and Groupware => Topic started by: NLS on October 09, 2019, 07:42:57 pm

Title: SOGo webmail easy way to change URL?
Post by: NLS on October 09, 2019, 07:42:57 pm
I have a demo installation of Zentyal in a VM, with passthrough access to my main network (no nat).
Configuration page works fine (default port) and I have configured more or less things as they would be in production.
Only thing not working properly yet (on purpose) is DNS (active but... nobody accesses it) and DHCP (inactive) as Zentyal is in a network with other active DNS and DHCP (and different domain).
I need to find a way to change URL to webmail to something easier than https://<server>/SOGo ...I mean user even has to be careful of folder capitalization!
How can I make this https://mail.<domain>?
If not that easy, how can I make this https://<server>/webmail?
Title: Re: SOGo webmail easy way to change URL?
Post by: doncamilo on October 10, 2019, 06:01:50 pm
 :)

Use the apache rewrite mod in order to redirect the url you like to the SOGo url.

https://httpd.apache.org/docs/2.4/rewrite/remapping.html

Cheers!