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
  #11 (permalink)  
Old 02-10-2010, 07:38 AM
Senior Member
 
Posts: 72
Default

Quote:
Originally Posted by uxbod View Post
You are behind a firewall/router with a internal IP so you will need to setup a Split DNS - Zimbra :: Wiki architecture.
I configure my named and install it. Installation is perfectlyworking.

But when i open zimbra in browser. It dosent open neither on http nor https.

Can you tell me how to figure it out?

Thanks for your co operation.
Reply With Quote
  #12 (permalink)  
Old 02-10-2010, 07:53 AM
Moderator
 
Posts: 7,911
Default

Please post the output from the commands I ask for earlier; plus the following aswell
Code:
su - zimbra
zmcontrol status
__________________
Reply With Quote
  #13 (permalink)  
Old 02-10-2010, 08:19 AM
Senior Member
 
Posts: 72
Default

Quote:
Originally Posted by uxbod View Post
Please post the output from the commands I ask for earlier; plus the following aswell
Code:
su - zimbra
zmcontrol status
antispam Running
antivirus Running
ldap Running
logger Running
mailbox Stopped
zmmailboxdctl is not running.
mta Running
snmp Running
spell Stopped
zmapachectl is not running
stats Running


I try to start zmmailboxdctl start but it doesn't start..
Reply With Quote
  #14 (permalink)  
Old 02-10-2010, 08:25 AM
Moderator
 
Posts: 7,911
Default

Please post the dig commands etc I asked for again now you have sorted out the DNS issue.
__________________
Reply With Quote
  #15 (permalink)  
Old 02-10-2010, 08:34 AM
Senior Member
 
Posts: 72
Default

Quote:
Originally Posted by uxbod View Post
Please post the dig commands etc I asked for again now you have sorted out the DNS issue.
[root@dharanetworks logs]# dig dharanetworks.com

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

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

;; ANSWER SECTION:
dharanetworks.com. 86400 IN A 172.30.12.101

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

;; Query time: 0 msec
;; SERVER: 172.30.12.101#53(172.30.12.101)
;; WHEN: Wed Feb 10 20:51:32 2010
;; MSG SIZE rcvd: 79
Reply With Quote
  #16 (permalink)  
Old 02-11-2010, 01:05 AM
Zimbra Consultant & Moderator
 
Posts: 19,653
Default

Quote:
Originally Posted by ayush1440 View Post
[root@dharanetworks logs]# dig dharanetworks.com

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

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

;; ANSWER SECTION:
dharanetworks.com. 86400 IN A 172.30.12.101

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

;; Query time: 0 msec
;; SERVER: 172.30.12.101#53(172.30.12.101)
;; WHEN: Wed Feb 10 20:51:32 2010
;; MSG SIZE rcvd: 79
That's not what you were asked for, post the output form the commands in post #8.
__________________
Regards


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

dig dharanetworks.com 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: 4523
;; 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: 0 msec
;; SERVER: 172.30.12.101#53(172.30.12.101)
;; WHEN: Thu Feb 11 13:37:45 2010
;; MSG SIZE rcvd: 100




dig dharanetworks.com 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: 50411
;; 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: 30 msec
;; SERVER: 172.30.12.101#53(172.30.12.101)
;; WHEN: Thu Feb 11 13:38:16 2010
;; MSG SIZE rcvd: 157

Last edited by ayush1440; 02-11-2010 at 01:59 AM..
Reply With Quote
  #18 (permalink)  
Old 02-11-2010, 01:54 AM
Zimbra Consultant & Moderator
 
Posts: 19,653
Default

Post the output of your hosts and resolv.conf files.
__________________
Regards


Bill
Reply With Quote
  #19 (permalink)  
Old 02-11-2010, 02:00 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 dharanetworks.com

# cat /etc/resolv.conf
search dharanetworks.com
nameserver 172.30.12.101
Reply With Quote
  #20 (permalink)  
Old 02-11-2010, 02:05 AM
Zimbra Consultant & Moderator
 
Posts: 19,653
Default

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.
__________________
Regards


Bill
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.