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 08-07-2009, 05:10 AM
Active Member
 
Posts: 26
Default [SOLVED] Hosts Issue ?

Hello its my first post, so i'm sorry if I do anything wrong.

I'm having the exact same problem here...

During the installation i receive the msg:

--
DNS ERROR resolving debian.IMAGINE.corp
It is suggested that the hostname be resolveable via DNS
Re-Enter hostname [Yes]
--

I'm on an educational institution which Internet domain(for the emails) is EXAMPLE.edu.br(like, the website should be www.example.edu.br) and my Active Directory is using IMAGINE.corp as the local network domain.

Since this webmail will have external access(Internet), I'd like to know what to do.

In my /etc/hosts file, it has:

XXX.YYY.QQQ.EEE debian.EXAMPLE.corp debian
127.0.0.1 localhost

So, in AD I tried and created an MX record in the DNS zones called debian.example.corp, returned to the installation and tried again... Didn't work...

It keeps asking me to "Re-Enter hostname"...


Please help...
Reply With Quote
  #2 (permalink)  
Old 08-07-2009, 05:30 AM
Moderator
 
Posts: 7,928
Default

Welcome to the forums

First of all your /etc/hosts file is incorrect as it should look like
Code:
127.0.0.1           localhost.localdomain localhost
your.ip.address         FQDN yourhostname
And please post the following so we can check everything
Code:
cat /etc/hosts
cat /etc/resolv.conf
dig example.corp mx
dig example.corp any
host `hostname` <- note backticks and not single quotes
__________________
Reply With Quote
  #3 (permalink)  
Old 08-07-2009, 06:05 AM
Active Member
 
Posts: 26
Default

Ok...Tks for the answer...

In yout reply, I guess i mean IMAGINE.corp, no? I mean... The imagine.corp is for my local network and example.edu.br is my website... i'll post all of them...

#cat /etc/hosts

127.0.0.1 localhost.localdomain localhost
200.251.180.45 debian.imagine.corp debian



#dig imagine.corp mx

; <<>> DiG 9.3.4 <<>> imagine.corp mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 8552
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;imagine.corp. IN MX

;; AUTHORITY SECTION:
. 86400 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2009080700 1800 900 604800 86400

;; Query time: 72 msec
;; SERVER: 200.255.255.65#53(200.255.255.65)
;; WHEN: Fri Aug 7 07:01:48 2009
;; MSG SIZE rcvd: 109


# dig imagine.corp any

; <<>> DiG 9.3.4 <<>> imagine.corp any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 30317
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;imagine.corp IN ANY

;; AUTHORITY SECTION:
. 86400 IN SOA A.ROOT-SERVERS.NET. NSTLD.VERISIGN-GRS.COM. 2009080700 1800 900 604800 86400

;; Query time: 223 msec
;; SERVER: 200.255.255.70#53(200.255.255.70)
;; WHEN: Fri Aug 7 07:04:40 2009
;; MSG SIZE rcvd: 109

--

And now example.edu.br(i gues this is the one):

#dig example.edu.br mx

; <<>> DiG 9.3.4 <<>> example.edu.br mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 902
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;example.edu.br. IN MX

;; AUTHORITY SECTION:
example.edu.br. 3600 IN SOA ns.embratel.net.br. admin.embratel.net.br. 2008061401 3600 900 604800 86400

;; Query time: 103 msec
;; SERVER: 200.255.255.65#53(200.255.255.65)
;; WHEN: Fri Aug 7 07:05:41 2009
;; MSG SIZE rcvd: 89



# dig example.edu.br any

; <<>> DiG 9.3.4 <<>> example.edu.br any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 9887
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;example.edu.br. IN ANY

;; ANSWER SECTION:
example.edu.br. 3600 IN SOA ns.embratel.net.br. admin.embratel.net.br. 2008061401 3600 900 604800 86400
example.edu.br. 3600 IN NS ns2.embratel.net.br.
example.edu.br. 3600 IN NS ns.embratel.net.br.
example.edu.br. 3600 IN A 200.251.180.34

;; Query time: 134 msec
;; SERVER: 200.255.255.65#53(200.255.255.65)
;; WHEN: Fri Aug 7 07:07:04 2009
;; MSG SIZE rcvd: 137



- this 200.251.180.34 is my actual email server running qmail...
Reply With Quote
  #4 (permalink)  
Old 08-07-2009, 06:12 AM
Moderator
 
Posts: 7,928
Default

Whichever domain you wish to receive the email for then please post all the information I requested. I am a bit confused as to what you are trying to do
__________________
Reply With Quote
  #5 (permalink)  
Old 08-07-2009, 06:17 AM
Active Member
 
Posts: 26
Default

lol...sorry...

my emails are in the example.edu.br domain... like: fernandino@example.edu.br


off-topic(iguess)... do i need to intall anyhting else on this server so i can make zimbra works? i mean, bind, or anything? cause, like i said, i have an active directory running and it is responsible for my local network...
Reply With Quote
  #6 (permalink)  
Old 08-07-2009, 06:21 AM
Moderator
 
Posts: 7,928
Default

Post all the information I asked for and I can tell you then

You should also read through the Quick Install Guide in full.
__________________
Reply With Quote
  #7 (permalink)  
Old 08-07-2009, 06:32 AM
Active Member
 
Posts: 26
Default

ok......

here we go...


#cat /etc/hosts

127.0.0.1 localhost.localdomain localhost
200.251.180.45 debian.imagine.corp debian



#dig example.edu.br mx

; <<>> DiG 9.3.4 <<>> example.edu.br mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 902
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;example.edu.br. IN MX

;; AUTHORITY SECTION:
example.edu.br. 3600 IN SOA ns.embratel.net.br. admin.embratel.net.br. 2008061401 3600 900 604800 86400

;; Query time: 103 msec
;; SERVER: 200.255.255.65#53(200.255.255.65)
;; WHEN: Fri Aug 7 07:05:41 2009
;; MSG SIZE rcvd: 89



# dig example.edu.br any

; <<>> DiG 9.3.4 <<>> example.edu.br any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 9887
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;example.edu.br. IN ANY

;; ANSWER SECTION:
example.edu.br. 3600 IN SOA ns.embratel.net.br. admin.embratel.net.br. 2008061401 3600 900 604800 86400
example.edu.br. 3600 IN NS ns2.embratel.net.br.
example.edu.br. 3600 IN NS ns.embratel.net.br.
example.edu.br. 3600 IN A 200.251.180.34

;; Query time: 134 msec
;; SERVER: 200.255.255.65#53(200.255.255.65)
;; WHEN: Fri Aug 7 07:07:04 2009
;; MSG SIZE rcvd: 137



- this 200.251.180.34 is my actual email server running qmail...

Ok... I'll read it...
Reply With Quote
  #8 (permalink)  
Old 08-07-2009, 06:36 AM
Moderator
 
Posts: 7,928
Default

As your server FQDN contains imagine.corp that needs to be a MX record that is resolvable to your Zimbra server.
__________________
Reply With Quote
  #9 (permalink)  
Old 08-07-2009, 06:42 AM
Active Member
 
Posts: 26
Default

Sorry... I don't get...

You mean I can only create @imagine.corp emaisl using zimbra?That way I can only use email inside my network(I guess)...
Reply With Quote
  #10 (permalink)  
Old 08-07-2009, 06:43 AM
Active Member
 
Posts: 34
Default IMAP external in ZCS direct server mail qmail external

good morning
I installed zcs version community 5.0
need configure zcs to use imap external
but not use postfix in zcs
it because I use service email in other server on qmail and dovecoat
need just use on webmail of Zimbra
do somebody know ?
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.