Here is the answer to your questions. The zimbra.log there are no errors that jump out. Seems like its just logging every action.
***
127.0.0.1 localhost.localdomain localhost
192.168.30.50 mail.berkeleypride.com 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
*****
domain berkeleypride.com
nameserver 208.67.222.222
nameserver 208.67.220.220
*****
;; QUESTION SECTION:
;berkeleypride.com. IN MX
;; ANSWER SECTION:
berkeleypride.com. 3600 IN MX 0 mail.berkeleypride.com.
;; Query time: 84 msec
;; SERVER: 208.67.222.222#53(208.67.222.222)
;; WHEN: Tue Oct 28 17:27:44 2008
;; MSG SIZE rcvd: 56
************
;; QUESTION SECTION:
;mail.berkeleypride.com. IN A
;; ANSWER SECTION:
mail.berkeleypride.com. 3482 IN A 70.62.247.195
;; Query time: 25 msec
;; SERVER: 208.67.222.222#53(208.67.222.222)
;; WHEN: Tue Oct 28 17:29:42 2008
;; MSG SIZE rcvd: 56
*****************
mail.berkeleypride.com has address 70.62.247.195
*****************
Quote:
Originally Posted by uxbod Ok. So a few basics first Code: cat /etc/hosts
cat /etc/resolv.conf
dig yourdomainname mx
dig yourserverfqdn
host `hostname` <- note backticks and not double quotes any error messages in /var/log/zimbra.log ? |