Quote:
Originally Posted by devzero First of all I don't understand why it should matter if it sends via internal or external IP. I can telnet (and thus send mail) from my zimbra installation to my external IP, so why can't zimbra do the same? |
It matters because postfix uses DNS to lookup an address, if you're behind a NAT router (and it doesn't support loopback, most dont) and you try to send mail to Zimbra, if it then gets your public IP it doesn't know what to do with it - it basically says 'I'm already here' and because you're _behind_ the NAT device then no port forwarding takes place.
Quote:
Originally Posted by devzero Secondly, I have looked both in the wiki, the forums and googled for answers to the DNS and everything EXCEPT host xxxx.biz works like it should. If you have a link to somewhere with diagnostics steps for this it would be appreciated. |
Using the command 'dig yourdomain.com any' (or MX) will tell you whether your host is resolvable or not and where it thinks it's located, you can also try 'host `hostname`'.