|
Henrik Walther -> RE: Which Ports? (8.Jul.2004 3:01:00 PM)
|
Exchange 2003 can't be installed if the respective server isn't already running IIS, so you do have a webserver running.
Did you from an internal client or the Exchange server itself try to open Internet Explorer and type:
http://servername_or_IP/exchange
This will let you connect to your mailbox using Outlook Web Access (OWA). When you have verified this is possible, you need to open the respective ports in your firewall/router which would be port 80/TCP (HTTP) and/or port 443/TCP (HTTPS), if the Exchange server doesn't have a public IP address you even need to create a NAT rule in the router. When this step is completed you should be able to connect from an external client by typing:
http://public_IP/exchange
Then you might want to create an A record (people often call this record mail or similar) on the external DNS server hosting your domain name (typically your ISP), this will make it possible to connect by typing:
http://mail.domain.com/exchange
Finally you should without a question implement SSL as all communications between your OWA clients and the Exchange Server otherwise will be unencrypted (even the username/password handshakes), for a step by step guide on how to implement SSL see:
http://www.msexchange.org/tutorials/SSL_Enabling_OWA_2003.html
|
|
|
|