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

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 Search this Thread Display Modes
  #1 (permalink)  
Old 09-10-2008, 03:18 AM
Junior Member
 
Posts: 6
Default DNS ERROR resolving ... mewbie

Hi there

I am a total beginner in both zimbra and linux!

I get 2 errors when i install:

DNS ERROR resolving mail.pmjdk.dk
It is suggested that the hostname be resolveable via DNS
Change hostname [Yes] n


DNS ERROR resolving MX for mail.pmjdk.dk
It is suggested that the domain name have an MX record configured in DNS
Change domain name? [Yes] n

I'm not 100% what to do - i tried to follow the guide, but in the field of DNS it doesn't say that much! (what to setup and so on)

I own the site: pmjdk.dk and i changed the IP adresse in dns under A pmjdk.dk and A mail.pmjdk.dk to point at my wan ip address and (for test purpose) my local ip is DMZ

I can see the login page if i type https://*mywanip*:7071/zibraAdmin - but not if i type https://mail.pmjdk.dk:7071......

If you reply, please tell me excatly what to do and how to do it - thanks

Michael

I saw you ask for this in other posts - so.......

Code:
m@mail:~$ dig mx mail.pmjdk.dk

; <<>> DiG 9.4.2 <<>> mx mail.pmjdk.dk
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 30329
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;mail.pmjdk.dk.			IN	MX

;; AUTHORITY SECTION:
pmjdk.dk.		10800	IN	SOA	pmjdk.dk. hosmaster.domainteam.dk. 1109585409 10800 3600 432000 38400

;; Query time: 55 msec
;; SERVER: 192.168.0.1#53(192.168.0.1)
;; WHEN: Wed Sep 10 10:47:47 2008
;; MSG SIZE  rcvd: 88
Code:
m@mail:~$ dig mail.pmjdk.dk

; <<>> DiG 9.4.2 <<>> mail.pmjdk.dk
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 26861
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2

;; QUESTION SECTION:
;mail.pmjdk.dk.			IN	A

;; ANSWER SECTION:
mail.pmjdk.dk.		7200	IN	A	62.242.36.51

;; AUTHORITY SECTION:
pmjdk.dk.		7200	IN	NS	ns2.domainteam.dk.
pmjdk.dk.		7200	IN	NS	ns.domainteam.dk.

;; ADDITIONAL SECTION:
ns.domainteam.dk.	20473	IN	A	62.242.36.51
ns2.domainteam.dk.	7723	IN	A	87.238.248.103

;; Query time: 48 msec
;; SERVER: 192.168.0.1#53(192.168.0.1)
;; WHEN: Wed Sep 10 10:32:56 2008
;; MSG SIZE  rcvd: 125
Reply With Quote
  #2 (permalink)  
Old 09-10-2008, 03:24 AM
Moderator
 
Posts: 7,911
Default

You need to have a MX (Mail Exchange) record added to your DNS which will point your domain pmjdk.dk to mail.pmjdk.dk.
__________________
Reply With Quote
  #3 (permalink)  
Old 09-10-2008, 04:15 AM
Junior Member
 
Posts: 6
Default

Quote:
Originally Posted by uxbod View Post
You need to have a MX (Mail Exchange) record added to your DNS which will point your domain pmjdk.dk to mail.pmjdk.dk.
And how do i do that ?
On my siteīs dns admin page i have this one:
pmjdk.dk MX(10) mail.pmjdk.dk

is that it?

Because it was lige that - and i still doesnīt work!

Michael
Reply With Quote
  #4 (permalink)  
Old 09-10-2008, 04:18 AM
Moderator
 
Posts: 7,911
Default

Sorry, try the following as I mis-read your post
Code:
dig pmjdk.dk  mx
also just to check all your ZCS services are running
Code:
su - zimbra
zmcontrol status
__________________

Last edited by uxbod; 09-10-2008 at 04:20 AM..
Reply With Quote
  #5 (permalink)  
Old 09-10-2008, 04:25 AM
Junior Member
 
Posts: 6
Default

Quote:
Originally Posted by uxbod View Post
Sorry, try the following as I mis-read your post
Code:
dig pmjdk.dk  mx
also just to check all your ZCS services are running
Code:
su - zimbra
zmcontrol status
Code:
root@mail:/home/m# dig pmjdk.dk mx

; <<>> DiG 9.4.2 <<>> pmjdk.dk mx
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 49155
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 2, ADDITIONAL: 5

;; QUESTION SECTION:
;pmjdk.dk.			IN	MX

;; ANSWER SECTION:
pmjdk.dk.		7200	IN	MX	10 mail.pmjdk.dk.
pmjdk.dk.		7200	IN	MX	30 mx30.domainteam.dk.
pmjdk.dk.		7200	IN	MX	20 mx20.domainteam.dk.

;; AUTHORITY SECTION:
pmjdk.dk.		78986	IN	NS	ns.domainteam.dk.
pmjdk.dk.		78986	IN	NS	ns2.domainteam.dk.

;; ADDITIONAL SECTION:
mx20.domainteam.dk.	12014	IN	A	82.192.177.2
mail.pmjdk.dk.		7200	IN	A	62.242.36.51
mx30.domainteam.dk.	7477	IN	A	87.238.248.103
ns2.domainteam.dk.	9439	IN	A	87.238.248.103
ns.domainteam.dk.	11666	IN	A	62.242.36.51

;; Query time: 29 msec
;; SERVER: 192.168.0.1#53(192.168.0.1)
;; WHEN: Wed Sep 10 12:20:32 2008
;; MSG SIZE  rcvd: 215
Hopefully this will tell you something - because i don't get anything from it

All services are running

Michael
Reply With Quote
  #6 (permalink)  
Old 09-10-2008, 04:30 AM
Moderator
 
Posts: 7,911
Default

Code:
cat /etc/resolv.conf
cat /etc/hosts
please as I reckon your server is behind a firewall and has a private IP address ?
__________________
Reply With Quote
  #7 (permalink)  
Old 09-10-2008, 04:34 AM
Junior Member
 
Posts: 6
Default

Quote:
Originally Posted by ThePulse View Post
Code:
mx20.domainteam.dk.	12014	IN	A	82.192.177.2
mail.pmjdk.dk.		7200	IN	A	62.242.36.51
mx30.domainteam.dk.	7477	IN	A	87.238.248.103
ns2.domainteam.dk.	9439	IN	A	87.238.248.103
ns.domainteam.dk.	11666	IN	A	62.242.36.51

I think i just got something from it !?
mail.pmjdk.dk. 7200 IN A 62.242.36.51

that IP is the old ip from before i changed it - not my wan ip address
I guess that is the problem??? - the changes havenīt taken affect yet.
How long does that normally take - it was changed over 24 hours ago?

Michael
Reply With Quote
  #8 (permalink)  
Old 09-10-2008, 04:35 AM
Junior Member
 
Posts: 6
Default

Quote:
Originally Posted by uxbod View Post
Code:
cat /etc/resolv.conf
cat /etc/hosts
please as I reckon your server is behind a firewall and has a private IP address ?

My local IP is DMZ - so it should be totally exposed!

Michael
Reply With Quote
  #9 (permalink)  
Old 09-10-2008, 04:37 AM
Moderator
 
Posts: 7,911
Default

The reason why I ask is that when you performed the dig the queried server had a private IP
Quote:
;; Query time: 29 msec
;; SERVER: 192.168.0.1#53(192.168.0.1)
;; WHEN: Wed Sep 10 12:20:32 2008
;; MSG SIZE rcvd: 215
__________________
Reply With Quote
  #10 (permalink)  
Old 09-10-2008, 05:13 AM
Junior Member
 
Posts: 6
Default

Quote:
Originally Posted by uxbod View Post
The reason why I ask is that when you performed the dig the queried server had a private IP
Code:
zimbra@mail:/home/m$ cat /etc/resolv.conf
### BEGIN INFO
#
# Modified_by:  NetworkManager
# Process:      /usr/bin/NetworkManager
# Process_id:   4766
#
### END INFO

search opasia.dk


nameserver 192.168.0.1
Code:
zimbra@mail:/home/m$ cat /etc/hosts
127.0.0.1	localhost
192.168.0.22 mail.pmjdk.dk 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
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
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.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.