Quote:
Originally Posted by buee Well, I did this now. It should take a few hours to propagate though, I assume. So we'll see what happens. Weird thing though, when I do an nslookup, I get the following: Code: Server: resolver1.opendns.com
Address: 208.67.222.222
Non-authoritative answer:
Name: mail.bcrockford.com.localdomain
Address: 208.69.36.132 Besides the obvious weird output of localdomain, that's not my public IP address. |
Was that done on the Zimbra server?
Quote:
Originally Posted by buee I have made sure that the DNS resolves to the LAN IP, which it is now. I then attempted to get to my web page, it did not go. It just timed out. |
Sorry, that was my mistake. You need an A record for your mail server and the records should look like the following ones:
Code:
bcrockford.com. 604800 IN A PUBLIC IP ADDRESS
mail.bcrockford.com. 604800 IN A 192.1.1.10