
Originally Posted by
mclark2112
How does Zimbra send to the outside world? Does Zimbra have to know how to get out of my network? Or is the opening of the ports good enough.
You shouldn't need to do anything, just try sending an email to an external account (if you have a gmail or yahoo account try sending to them).

Originally Posted by
mclark2112
I do have the internal A and MX records setup and internal mail works great.
That's good. 

Originally Posted by
mclark2112
And the SPlit DNS is setup on the Zimbra Box as per the wiki? Which I didn't fully understand, but I will read it again...
You can check your DNS with the following commands (run on the zimbra server):
Code:
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain.com mx
dig yourdomain.com any
host `hostname` <-- use that exact command with backticks not single quotes
Post the output in this thread if you want it checked.