Koozali.org: home of the SME Server

webmail in primary ibay

Doug Crosby

webmail in primary ibay
« 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

Luc Verstraeten

Re: webmail in primary ibay
« Reply #1 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.

Doug Crosby

Re: webmail in primary ibay
« Reply #2 on: October 04, 2001, 11:53:14 PM »
This is exactly what I wanted. Thanks a ton