Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Doug Crosby on October 04, 2001, 12:21:12 AM

Title: webmail in primary ibay
Post by: Doug Crosby on October 04, 2001, 12:21:12 AM
I'm setting up an sme server that will be used primarily for email. I'd like my users to be able to simply go to http://mail.mydomain.com rather than http://mail.mydomain.com/webmail to get to imp. Is this bad? Why? Would any of you do this? If not what are some other alternatives. Is there a simply cgi script (I have no cgi experience) that I could use to automatically redirect requests to the primary site to the /webmail site?

Thanks in advance
Doug
Title: Re: webmail in primary ibay
Post by: Luc Verstraeten on October 04, 2001, 01:35:00 AM
You could replace the normal index.html (for the webserver) to something like:



Untitled Document









This would redirect everybody who logs into http://xxx.xxxxxx.xxx to your webmail.
Title: Re: webmail in primary ibay
Post by: Doug Crosby on October 04, 2001, 11:53:14 PM
This is exactly what I wanted. Thanks a ton