Quote:
Originally Posted by phoenix Which release of Zimbra? Please update your form profile with the output of the following: There's an option in the Admin UI to 'Enable DNS Lookup' that should be checked. Do you have a Split DNS set-up? Please post the output of 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` <-- type that exact command using backticks not single quotes |
I get the same results with 'Enable DNS Lookup' checked and not checked. Split DNS is not set up.
zimbra@zimbra:~$ cat /etc/hosts
#10.0.1.4 zimbra.example.com zimbra
127.0.0.1 localhost.localdomain localhost zimbra.example.com zimbra
zimbra@zimbra:~$ cat /etc/resolv.conf
# Generated by dhcpcd for interface eth0
nameserver 10.0.1.254
zimbra@zimbra:~$ dig example.com mx
-su: dig: command not found
zimbra@zimbra:~$ host `hostname`
-su: host: command not found