Insane
Wait... whatwhat?
- Joined
- Dec 22, 2003
- Messages
- 998
right, this will stump a lot of people but here goes.
we have an exchange box (HQexc01) with web access running (IIS 5.1) for external offices and VPN access, but people arnt that smart at remembering urls in this place, so we want to simplify things.
we have a DNS entry called "email" pointing to the exchange server (simple) which people type into.
the default website has a quick simple HTML refresh pointing it to http://192.168.1.95/exchange to load up the authenticated user mailbox, but then the VPN users have gotten awkward and dont log onto the network
we know about the trick of putting their mailbox at the end (i.e. http://email/exchange/colin.smyth) but most of the users cant remember how to VPN correctly at the best of times, so making them remember a URL like that is impossible.
so i've been trying to see if IIS is able to pass urls through, none of the manuals i have lying around gives a sure-fire way to work.
so instead of the full length intranet url, i want to be able to have the user type in email/username into IE and have the server re-direct them to http://192.168.1.95/exchange/username
we want this to be simple so when the infrastructure moves and changes it can be quickly reconfigured in 3 seconds rather than an hour of grunt-work to re-enable it.
i know its possible through apache, but outlook web access hates apache with a passion
we have an exchange box (HQexc01) with web access running (IIS 5.1) for external offices and VPN access, but people arnt that smart at remembering urls in this place, so we want to simplify things.
we have a DNS entry called "email" pointing to the exchange server (simple) which people type into.
the default website has a quick simple HTML refresh pointing it to http://192.168.1.95/exchange to load up the authenticated user mailbox, but then the VPN users have gotten awkward and dont log onto the network
we know about the trick of putting their mailbox at the end (i.e. http://email/exchange/colin.smyth) but most of the users cant remember how to VPN correctly at the best of times, so making them remember a URL like that is impossible.
so i've been trying to see if IIS is able to pass urls through, none of the manuals i have lying around gives a sure-fire way to work.
so instead of the full length intranet url, i want to be able to have the user type in email/username into IE and have the server re-direct them to http://192.168.1.95/exchange/username
we want this to be simple so when the infrastructure moves and changes it can be quickly reconfigured in 3 seconds rather than an hour of grunt-work to re-enable it.
i know its possible through apache, but outlook web access hates apache with a passion