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 Search this Thread Display Modes
  #21 (permalink)  
Old 02-11-2010, 02:13 AM
Senior Member
 
Posts: 72
Default

Quote:
Originally Posted by phoenix View Post
Your hosts file is incorrect, please configure it as described in the Quick Start Installation Guide or the many posts in these forums that cover that topic.
I look at quick installation guide. I think it is the same which i have configured. May be I understand something wrong.


Can you suggest me hosts file.? What hostname and FQDN I write in hosts?

Thank You for your support.

I hope you ll surely help me.

Thanks
Reply With Quote
  #22 (permalink)  
Old 02-11-2010, 02:18 AM
Zimbra Consultant & Moderator
 
Posts: 19,653
Default

Quote:
Originally Posted by ayush1440 View Post
I look at quick installation guide. I think it is the same which i have configured. May be I understand something wrong.

Can you suggest me hosts file.? What hostname and FQDN I write in hosts
Your hosts file is nothing like the examples in the Documentation, it should be in the format:

Code:
172.30.12.101 mail.dharanetworks.com mail
__________________
Regards


Bill
Reply With Quote
  #23 (permalink)  
Old 02-11-2010, 02:45 AM
Senior Member
 
Posts: 72
Default

Quote:
Originally Posted by phoenix View Post
Your hosts file is nothing like the examples in the Documentation, it should be in the format:

Code:
172.30.12.101 mail.dharanetworks.com mail
I have done as above and restart system. But still error occurs.

zmcontrol status
Host dharanetworks.com
antispam Running
antivirus Running
ldap Running
logger Running
mailbox Stopped
zmmailboxdctl is not running.
mta Running
snmp Running
spell Running
stats Running
Reply With Quote
  #24 (permalink)  
Old 02-11-2010, 02:55 AM
Moderator
 
Posts: 7,911
Default

Okay, so what does /opt/zimbra/log/mailbox.log and /var/log/zimbra.log show error wise ?
__________________
Reply With Quote
  #25 (permalink)  
Old 02-11-2010, 02:59 AM
Senior Member
 
Posts: 72
Default

Quote:
Originally Posted by uxbod View Post
Okay, so what does /opt/zimbra/log/mailbox.log and /var/log/zimbra.log show error wise ?
/opt/zimbra/log/mailbox.log is empty.

And i have attached /var/log/zimbra.log file.

Thanks for replying.
Attached Files
File Type: log zimbra.log (582.5 KB, 2 views)
Reply With Quote
  #26 (permalink)  
Old 02-11-2010, 03:04 AM
Moderator
 
Posts: 7,911
Default

You should have installed ZCS as mail.dharanetworks.com and not as dharanetworks.com.
__________________
Reply With Quote
  #27 (permalink)  
Old 02-11-2010, 03:07 AM
Senior Member
 
Posts: 72
Default

Quote:
Originally Posted by uxbod View Post
You should have installed ZCS as mail.dharanetworks.com and not as dharanetworks.com.
Ok. Hold on First I removed it and than reinstall with it. Okay..

Right now firewall is off and selinux is disabled. So I keep as it is.
Reply With Quote
  #28 (permalink)  
Old 02-11-2010, 03:16 AM
Senior Member
 
Posts: 72
Default

Installation process shows below error.

Again DNS issue..


DNS ERROR resolving MX for mail.dharanetworks.com
It is suggested that the domain name have an MX record configured in DNS
Re-Enter domain name? [Yes]
Reply With Quote
  #29 (permalink)  
Old 02-11-2010, 03:18 AM
Zimbra Consultant & Moderator
 
Posts: 19,653
Default

Post the output of all the commands in post #8 when you run them on the Zimbra server.
__________________
Regards


Bill
Reply With Quote
  #30 (permalink)  
Old 02-11-2010, 03:26 AM
Senior Member
 
Posts: 72
Default

cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
172.30.12.101 mail.dharanetworks.com mail

cat /etc/resolv.conf
search dharanetworks.com
nameserver 172.30.12.101

dig yourdomain mx
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_4.2 <<>> dharanetworks.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 45790
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1

;; QUESTION SECTION:
;dharanetworks.com. IN MX

;; ANSWER SECTION:
dharanetworks.com. 86400 IN MX 20 mail.dharanetworks.com.

;; AUTHORITY SECTION:
dharanetworks.com. 86400 IN NS 172.30.12.101.dharanetworks.com.

;; ADDITIONAL SECTION:
mail.dharanetworks.com. 86400 IN A 172.30.12.101

;; Query time: 12 msec
;; SERVER: 172.30.12.101#53(172.30.12.101)
;; WHEN: Thu Feb 11 15:48:15 2010
;; MSG SIZE rcvd: 100


dig yourdomain any
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_4.2 <<>> dharanetworks.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 36085
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 1

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

;; ANSWER SECTION:
dharanetworks.com. 86400 IN SOA dharanetworks.com. root.dharanetworks.com. 1441 10800 900 604800 86400
dharanetworks.com. 86400 IN NS 172.30.12.101.dharanetworks.com.
dharanetworks.com. 86400 IN A 172.30.12.101
dharanetworks.com. 86400 IN MX 20 mail.dharanetworks.com.

;; ADDITIONAL SECTION:
mail.dharanetworks.com. 86400 IN A 172.30.12.101

;; Query time: 0 msec
;; SERVER: 172.30.12.101#53(172.30.12.101)
;; WHEN: Thu Feb 11 15:48:45 2010
;; MSG SIZE rcvd: 157


host dharanetworks.com

dharanetworks.com has address 172.30.12.101
dharanetworks.com mail is handled by 20 mail.dharanetworks.com.
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.