Page 1 of 1

url to webmail how can i change

Posted: Fri Nov 23, 2007 6:04 pm
by mmtxnet
Hi, all
just installed scalix and the way to access the webmail client is http://mail.mydomain.com/webmail is there a way i can just access it by mail.mydomain.com

Thanks

Posted: Fri Nov 23, 2007 7:40 pm
by jaime.pinto
Better to leave it alone and put a redirect instruction from the root URL. Here is a typical index.html
<html>
<head>
<title>
Scalix Server
</title>
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=https://mail.mydomain.com /webmail">
</head>
</html>