I just recently had this problem. "Split DNS" was set up totally fine as was mail flow.. It turned out to be the interface itself that wasn't playing nicely. I'm on Ubuntu Gutsy, which is technically not supported, and have an issue with updating my ssl config files through zmtlsctl as well for probably the same reason.
Anyway, the way I had to force it to use an external MTA is by using the zmprov command.
Example:
sudo -u zimbra ./zmprov ms localhost zimbraMtaRelayHost server70.appriver.com:25
Hope this helps. |