Quote:
Originally Posted by phoenix Run the following commands on the ZImbra server and post the output here: Code: cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain.com mx
dig yourdomain.com any
host `hostname` <-- type that exactly as you ssee it & use backticks not single quotes |
Thank you, Bill for taking care of my problem.
Here it is what you asked me:
stebed@mail:~$ cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.0.2 mail.arcusys.net 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
stebed@mail:~$ cat /etc/resolv.conf
nameserver 192.168.0.2
stebed@mail:~$ dig arcusys.net mx
; <<>> DiG 9.4.2 <<>> arcusys.net mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 48286
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1
;; QUESTION SECTION:
;arcusys.net. IN MX
;; ANSWER SECTION:
arcusys.net. 604800 IN MX 10 mail.arcusys.net.
;; AUTHORITY SECTION:
arcusys.net. 604800 IN NS mail.arcusys.net.
;; ADDITIONAL SECTION:
mail.arcusys.net. 604800 IN A 192.168.0.2
;; Query time: 1 msec
;; SERVER: 192.168.0.2#53(192.168.0.2)
;; WHEN: Sat Feb 28 09:39:29 2009
;; MSG SIZE rcvd: 80
stebed@mail:~$ dig arcusys.net any
; <<>> DiG 9.4.2 <<>> arcusys.net any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 58267
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 1
;; QUESTION SECTION:
;arcusys.net. IN ANY
;; ANSWER SECTION:
arcusys.net. 604800 IN SOA mail.arcusys.net. stebed.arcusys.net. 70726 604800 86400 2419200 604800
arcusys.net. 604800 IN NS mail.arcusys.net.
arcusys.net. 604800 IN MX 10 mail.arcusys.net.
arcusys.net. 604800 IN A 192.168.0.2
;; ADDITIONAL SECTION:
mail.arcusys.net. 604800 IN A 192.168.0.2
;; Query time: 62 msec
;; SERVER: 192.168.0.2#53(192.168.0.2)
;; WHEN: Sat Feb 28 09:40:27 2009
;; MSG SIZE rcvd: 139
stebed@mail:~$ host 'mail'
Host mail not found: 3(NXDOMAIN)
stebed@mail:~$ host "mail"
Host mail not found: 3(NXDOMAIN)
stebed@mail:~$ host "mail.arcusys.net"
mail.arcusys.net has address 192.168.0.2
stebed@mail:~$ host 'mail.arcusys.net'
mail.arcusys.net has address 192.168.0.2
I couldn't find the backticks you told me about the hostname sintax. (maybe because of my italian keyboard...or maybe I need help about finding that too...sorry.)