View Single Post
  #1 (permalink)  
Old 04-28-2008, 03:55 PM
csoliss csoliss is offline
Active Member
 
Posts: 26
Angry DNS ERROR resolving MX for mail.domain.com

hi, I am trying to install zimbra Colaboration suite 5.0, i readed a lot threads aun i couldn't find my answer...


this is my configuration:
/etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.0.0.121
network 192.0..0.0
netmask 255.255.255.0
broadcast 192.0.0.255
gateway 192.0.0.150

/etc/resolv.conf
nameserver 192.0.0.151
nameserver 216.xxx.xxx.5
nameserver 216.xxx.xxx.6

/etc/hosts
127.0.0.1 localhost
192.0.0.121 mail.domain.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

/etc/hostname
mail.domain.com

server DNS (internal) (cobalt)
(A) mail.domain.com 192.0.0.121
(PTR) 192.0.0.121 mail.domain.com
(MX) mail.domain.com mail.domain.com

Server DNS (external)
domail.com 200.xxx.xxx.85

MX Record:
Hostname ( Alias): mail.domail.com
A Record: IP 200.xxx.xxx.92
Priority: 10

when I do nslookup from KLOTH.NET - NSLOOKUP - DNS Look up - Find IP Address
>domain.com
DNS server handling your query: 216.xxx.xxx.5
DNS server's address: 216.xxx.xxx.5#53

Name: domain.com
Address: 200.xxx.xxx.86
>domain.com (query MX)
DNS server handling your query: 216.xxx.xxx.5
DNS server's address: 216.xxx.xxx.5#53
domain.com mail exchanger = 10 mail.domain.com.

>mail.domain.com
DNS server handling your query: 216.xxx.xxx.5
DNS server's address: 216.xxx.xxx.5#53

Name: mail.domain.com
Address: 200.xxx.xxx.92


but when I go install:

Setting defaults...

DNS ERROR resolving MX for mail.agbnielsen.com.ve
It is suggested that the domain name have an MX record configured in DNS


what happend?
Reply With Quote