Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
 
Go Back   Zimbra - Forums > Zimbra Collaboration Suite > Administrators

Welcome to the Zimbra - Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-07-2009, 12:29 AM
Active Member
 
Posts: 31
Default DNS ERROR resolving MX for xxx.examplecom

hi

DNS ERROR resolving MX for server.example.com
It is suggested that the domain name have an MX record configured in DNS
Change domain name? [Yes] yes
Create Domain: [server.example.com] server.example.com

my /etc/hosts file

127.0.0.1 localhost.localdomain localhost
10.0.0.17 server.example.com server

my resolv.conf file

search domin example.com
nameserver 10.0.0.17

my forward file
example.for

$TTL 86400
@ IN SOA server.example.com. root.server.example.com. (
1997022700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS server.example.com.
1 IN PTR server.example.com.
server.example.com. IN A 10.0.0.15
www IN CNAME server.example.com.
example.com IN MX server.example.com



pls pls help me
Reply With Quote
  #2 (permalink)  
Old 07-07-2009, 12:45 AM
Zimbra Consultant & Moderator
 
Posts: 12,395
Default

This has been covered many times in the forums, did you search before post?

Post the output of the following commands (run on he zimbr
Code:
a server):

cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain.com mv
dig yourdomain.com any
host `hostname`  <-- use that exact command with backticks not single quotes
__________________
Regards


Bill
Reply With Quote
  #3 (permalink)  
Old 07-07-2009, 01:02 AM
Active Member
 
Posts: 31
Default

cat /etc/resolv.conf
search server.example.com
nameserver 10.0.0.17

cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
10.0.0.17 server.example.com

host server.example.com
server.example.com has address 10.0.0.17
dig example.com

Quote:
; <<>> DiG 9.3.4-P1 <<>> example.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 14551
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;example.com. IN A

;; AUTHORITY SECTION:
example.com. 86400 IN SOA server.example.com. root.server.example.com. 1997022700 28800 14400 3600000 86400

;; Query time: 29 msec
;; SERVER: 10.0.0.17#53(10.0.0.17)
;; WHEN: Tue Jul 7 00:32:05 2009
;; MSG SIZE rcvd: 77

Last edited by bkarthick4u : 07-07-2009 at 01:05 AM.
Reply With Quote
  #4 (permalink)  
Old 07-07-2009, 01:06 AM
Zimbra Consultant & Moderator
 
Posts: 12,395
Default

Quote:
Originally Posted by bkarthick4u View Post
cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
10.0.0.17 server.example.com
This is incorrect it should be as follows:

Code:
127.0.0.1  localhost.localdomain localhost
10.0.0.17 server.example.com server
Quote:
Originally Posted by bkarthick4u View Post
host server.example.com
server.example.com has address 10.0.0.17
dig example.com
The output from this is incorrect run the command exactly as I've given it to you, do not change it, do not add your hostname to it.

Post the output of the dig commands that I've asked you for.
__________________
Regards


Bill
Reply With Quote
  #5 (permalink)  
Old 07-07-2009, 01:17 AM
Active Member
 
Posts: 31
Default

i should execute the command as

host hostname or host 'hostname'

if i execute both this command am getting

Host hostname not found: 3(NXDOMAIN)
Reply With Quote
  #6 (permalink)  
Old 07-07-2009, 01:21 AM
Zimbra Consultant & Moderator
 
Posts: 12,395
Default

Quote:
Originally Posted by bkarthick4u View Post
i should execute the command as

host hostname or host 'hostname'
Neither is correct, you should use backticks not single quotes as I mentioned earlier. Try doing it the easy way and copy/past the command I posted earlier into a terminal.
__________________
Regards


Bill
Reply With Quote
  #7 (permalink)  
Old 07-07-2009, 01:26 AM
Active Member
 
Posts: 31
Default

host `hostname`

server.example.com has address 10.0.0.17

this is the output am getting
Reply With Quote
  #8 (permalink)  
Old 07-07-2009, 01:30 AM
Zimbra Consultant & Moderator
 
Posts: 12,395
Default

Will you answer my question and post the output from the dig commands I asked you for earlier.
__________________
Regards


Bill
Reply With Quote
  #9 (permalink)  
Old 07-07-2009, 01:38 AM
Active Member
 
Posts: 31
Default

dig example.com mv

Code:
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 31283
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;example.com.                   IN      A

;; AUTHORITY SECTION:
example.com.            86400   IN      SOA     server.example.com. root.server.example.com. 1997022700 28800 14400 3600000 86400

;; Query time: 0 msec
;; SERVER: 10.0.0.17#53(10.0.0.17)
;; WHEN: Tue Jul  7 01:05:33 2009
;; MSG SIZE  rcvd: 77


; <<>> DiG 9.3.4-P1 <<>> example.com mv
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 41781
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;mv.                            IN      A

;; AUTHORITY SECTION:
mv.                     10606   IN      SOA     ns.mv. hostmaster.dhivehinet.net.mv. 2009070201 10800 1800 604800 86400

;; Query time: 0 msec
;; SERVER: 10.0.0.17#53(10.0.0.17)
;; WHEN: Tue Jul  7 01:05:33 2009
;; MSG SIZE  rcvd: 85


dig example.com any
Code:
; <<>> DiG 9.3.4-P1 <<>> example.com any
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 24083
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1

;; QUESTION SECTION:
;example.com.                   IN      ANY

;; ANSWER SECTION:
example.com.            86400   IN      SOA     server.example.com. root.server.example.com. 1997022700 28800 14400 3600000 86400
example.com.            86400   IN      NS      server.example.com.

;; ADDITIONAL SECTION:
server.example.com.     86400   IN      A       10.0.0.17

;; Query time: 1 msec
;; SERVER: 10.0.0.17#53(10.0.0.17)
;; WHEN: Tue Jul  7 01:08:34 2009
;; MSG SIZE  rcvd: 107
Reply With Quote
  #10 (permalink)  
Old 07-07-2009, 01:41 AM
Zimbra Consultant & Moderator
 
Posts: 12,395
Default

Well, as you can see from the output you've provided there are no DNS A or MX records for example.com - you need to set them up correctly for the installation to work.
__________________
Regards


Bill
Reply With Quote
Reply


Thread Tools
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

Zimbrablog.com