I'm trying to setup my own exchange server at home, and I'm setting up the features I want one-by-one.
So far, I'm stuck at 2 issues that I don't know how I should go about...maybe someone who's familiar can help me out.
I can't send Internet mail from an exchange account....ie
myaccount@mydomain.com can't send to
me@yahoo.com, I thought the SMTP virtual server was configured and I configured it to use external DNS server (IP of a Win2k3 DNS server which has DNS forwarder to my ISP), NSLOOKUP on the exchange box can communicate with yahoo.com, but mail still doesn't work. I've tried to add a SMTP connector, and setup using the Internet mail wizard....
I *think* this could be a DNS issue, but I am not sure what could be wrong. The way my DNS work right now is like this:
domain.com uses ns1 & ns3 from zoneedit which has A record pointing to my IP (cable connection), I have a dynamic IP client which will update zoneedit so A record is always (more or less) up-to-date. I have 2 internal DNS servers which does not transfers zone external (ISP won't accept them anyway), one is for domain.lan the other is for domain.local which are AD-integrated zones and are also win2k3 domain trees. They both have DNS forwarder to my linux gateway which can do DNS proxy, all DNS resolution work. This is where the SMTP question comes...do I need the SMTP connector? Or should I simply add an external DNS in the SMTP virtual server? If I add the IP of one of the DNS servers, would this work? Or should I use the IP of the DNS proxy? Or does it actually have to be the DNS server with the ISP? I have a single exchange 2k3 enterprise server setup on a win2k3 enterprise box.
The second issue maybe slightly simpler...when I want to add another exchange account, I've been adding them as user objects in AD, however they can not login through OWA unless they've logged in at least once in the domain other they will get a error 500...is there a workaround for this problem?