I am running Exchange 07 on a windows server 2008 o/s and i can access OWA locally on the server, but when i use a client machine it wont work. Any ideas ? Thanks
This problem can be caused by a variety of issues, including:
Internet connectivity has been lost. The website is temporarily unavailable. The Domain Name Server (DNS) is not reachable. The Domain Name Server (DNS) does not have a listing for the website's domain. If this is an HTTPS (secure) address, click Tools, click Internet Options, click Advanced, and check to be sure the SSL and TLS protocols are enabled under the security section.
Try to ping the server name you are using in your URL. You may not get a reply, but at least you will see the IP address that the client pc resolves the name to. If you are doing it from the internet, does it resolve to a public IP address? If you do it from the LAN, does it resolve to a private IP address?
Have a look at the properties of the Default Web Site in IIS Manager. You can see if it's configured to listen for TCP traffic on port 80 and for SSL on port 443. You can also make sure that it is listening on all IP addresses (in case it's multi-homed) and that it is not configured with a Host Header name.
I don't have server 2008 in front of me now, so I can't easily describe where everything is. I do remember that right-click doesn't work any more, though. Everything's in the Features view.
Anonymous is fine for the Default Web Site, but not for the OWA folder. The ports sound right. It would help if you could find the host header property, though. It should be empty, otherwise the server will only respond to one name (except when you use https, because host headers don't work with https).