Quote:
Originally Posted by iwhite Thanks for responding Soxfan.
I'm pretty sure my DNS is configure correctly as is my MX record because I can now send and receive messages. However, the messages does not show up when I log into zimbar via the web page. I can see the message that I send back to zimbra in the maillog file but it never show up in the in box on the web page. |
Look in the deferred queue in the Admin UI and see if the message is there. Do you have any filters enabled that may be moving or, more disastrously, deleting the messages? Post the output from the log files that show the message is being delivered correctly (and some lines before and efter the event).
Just for confirmation, post the output of the following commands (run on the zimbra server):
Code:
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain.com any
dig yourdomain.com mx
host `hostname` <- use that exact command with backticks not single quotes