Quote:
Originally Posted by phoenix Do you have a firewall and/or SElinux (AppArmor) active on the zimbra server? On the Zimbra server can you do the following: Code: telnet localhost 53
telnet localhost 25 Do you get a response from either of those? |
Code:
root@zimbra:/opt/zimbra/log# telnet localhost 53
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
root@zimbra:/opt/zimbra/log# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 zimbra.peperzaken.nl ESMTP Postfix
Quote:
Code: su - zimbra
zmcontrol status Is everything running OK?
|
Yes, everything is running OK.
Quote:
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` |
/etc/hosts:
Code:
root@zimbra:/# cat /etc/hosts
127.0.0.1 localhost
10.0.0.175 zimbra.peperzaken.nl zimbra
# 10.0.0.175 mail.peperzaken.nl mail
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
/etc/resolv.conf:
Code:
root@zimbra:/# cat /etc/resolv.conf
nameserver 10.0.0.175
search zimbra.peperzaken.nl
// nameserver 193.74.208.65
// nameserver 213.51.129.37
// nameserver 213.51.144.37
dig zimbra.peperzaken.nl:
Code:
root@zimbra:/# dig zimbra.peperzaken.nl mx
; <<>> DiG 9.3.2 <<>> zimbra.peperzaken.nl mx
;; global options: printcmd
;; connection timed out; no servers could be reached
dig zimbra.peperzaken.nl any:
Code:
root@zimbra:/# dig zimbra.peperzaken.nl any
; <<>> DiG 9.3.2 <<>> zimbra.peperzaken.nl any
;; global options: printcmd
;; connection timed out; no servers could be reached
host `hostname`:
Code:
root@zimbra:/# host `hostname`
;; connection timed out; no servers could be reached