Quote:
Originally Posted by ask2me007 root@pop:~# telnet 192.168.10.5 25
Trying 192.168.10.5...
Connected to 192.168.10.5.
Escape character is '^]'.
220 pop.domain.com ESMTP Postfix
root@pop:~# telnet pop.domain.com 25
Trying 192.168.10.5...
Connected to pop.domain.com.
Escape character is '^]'.
220 pop.domain.com ESMTP Postfix |
OK, the output of these two commands indicate that you have Zimbra up and running OK on your server because you can connect to it.
Quote:
Originally Posted by ask2me007 root@pop:~# host `hostname`
pop.domain.com has address 192.168.10.5 |
The output of this command indicates that you can find the server correctly by it's FQDN.
What is confusing is the fact that your dig commands aren't returning any valid A & MX records. Can you just post the exact command that you're using for the dig domain.com commands?