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 10-03-2009, 07:20 AM
Active Member
 
Posts: 42
Default Can't goto https://domain_name:7071/zimbraAdmin

Hello

Zimbra 6.0 with Centos 5.3

I also checked the 7071 port is opened and Linux firewall disabled.+

[zimbra@data ~]$ zmcontrol status on
Host data.sfaeps.edu.hk
antispam Running
antivirus Running
imapproxy Running
ldap Running
logger Running
mailbox Running
memcached Running
mta Running
snmp Running
spell Running
stats Stopped


Please help

Last edited by leiw; 10-03-2009 at 08:32 AM..
Reply With Quote
  #2 (permalink)  
Old 10-03-2009, 07:59 AM
Moderator
 
Posts: 7,929
Default

Code:
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain mx
dig yourdomain any
host `hostname` <- note backticks and not single quotes
__________________
Reply With Quote
  #3 (permalink)  
Old 10-03-2009, 08:35 AM
Active Member
 
Posts: 42
Default

Quote:
Originally Posted by uxbod View Post
Code:
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain mx
dig yourdomain any
host `hostname` <- note backticks and not single quotes
[zimbra@data ~]$ cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
172.16.1.233 data.sfaeps.edu.hk data localdomain localhost3

-------------------------------------------------------------------------

[zimbra@data ~]$ cat /etc/resolv.conf
nameserver 172.16.1.233

------------------------------------------------------------------------

[zimbra@data ~]$ dig data.sfaeps.edu.hk mx

; <<>> DiG 9.3.4-P1 <<>> data.sfaeps.edu.hk mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 40111
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 2

;; QUESTION SECTION:
;data.sfaeps.edu.hk. IN MX

;; ANSWER SECTION:
data.sfaeps.edu.hk. 600 IN MX 10 mail.data.sfaeps.edu.hk.

;; AUTHORITY SECTION:
data.sfaeps.edu.hk. 600 IN NS data.sfaeps.edu.hk.

;; ADDITIONAL SECTION:
mail.data.sfaeps.edu.hk. 600 IN A 172.16.1.233
data.sfaeps.edu.hk. 600 IN A 172.16.1.233

;; Query time: 34 msec
;; SERVER: 172.16.1.233#53(172.16.1.233)
;; WHEN: Sun Oct 4 07:35:46 2009
;; MSG SIZE rcvd: 103

-----------------------------------------------------------------------

[zimbra@data ~]$ dig data.sfaeps.edu.hk any

; <<>> DiG 9.3.4-P1 <<>> data.sfaeps.edu.hk any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 63845
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 2

;; QUESTION SECTION:
;data.sfaeps.edu.hk. IN ANY

;; ANSWER SECTION:
data.sfaeps.edu.hk. 600 IN MX 10 mail.data.sfaeps.edu.hk.
data.sfaeps.edu.hk. 600 IN SOA data.sfaeps.edu.hk. wilson.data.sfaeps.edu.hk. 2006102001 28800 14400 720000 86400
data.sfaeps.edu.hk. 600 IN NS data.sfaeps.edu.hk.
data.sfaeps.edu.hk. 600 IN A 172.16.1.233

;; ADDITIONAL SECTION:
mail.data.sfaeps.edu.hk. 600 IN A 172.16.1.233
data.sfaeps.edu.hk. 600 IN A 172.16.1.233

;; Query time: 23 msec
;; SERVER: 172.16.1.233#53(172.16.1.233)
;; WHEN: Sun Oct 4 07:36:06 2009
;; MSG SIZE rcvd: 162

-------------------------------------------------------------------------

[zimbra@data ~]$ host 'hostname'
Host hostname not found: 3(NXDOMAIN)
[zimbra@data ~]$ host 'data.sfaeps.edu.hk'
data.sfaeps.edu.hk has address 172.16.1.233
data.sfaeps.edu.hk mail is handled by 10 mail.data.sfaeps.edu.hk.
Reply With Quote
  #4 (permalink)  
Old 10-03-2009, 09:31 PM
Active Member
 
Posts: 42
Default

Please help ~
Reply With Quote
  #5 (permalink)  
Old 10-03-2009, 09:53 PM
Loyal Member
 
Posts: 85
Default

Quote:
[zimbra@data ~]$ cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
172.16.1.233 data.sfaeps.edu.hk data localdomain localhost3

There is my hosts conf, and You should to change /etc/host

$ 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
::1 localhost6.localdomain6 localhost6
201.1.1.1 mx1.majumundur.com mx
201.1.1.2 mx2.majumundur.com #As mx backup

You have read the zimbra.log? post here please...
__________________
Just logs
blog.pnyet.web.id

Last edited by p_nyet; 10-03-2009 at 10:01 PM..
Reply With Quote
  #6 (permalink)  
Old 10-03-2009, 11:07 PM
Active Member
 
Posts: 42
Default

Hello

The zimbra.log file in attachment.


Here's /etc/host.conf:

order hosts,bind

Thank !
Attached Files
File Type: log zimbra.log (374.3 KB, 2 views)
Reply With Quote
  #7 (permalink)  
Old 10-03-2009, 11:21 PM
Loyal Member
 
Posts: 85
Default

Quote:
Originally Posted by leiw View Post
Hello

The zimbra.log file in attachment.


Here's /etc/host.conf:

order hosts,bind

Thank !
not /etc/host.conf but /etc/hosts

There You have problem with some zimbra services..

Oct 4 04:35:04 data zmmailboxdmgr[6819]: file /opt/zimbra/log/zmmailboxd_manager.pid does not exist
Oct 4 04:35:04 data zmmailboxdmgr[6819]: assuming no other instance is running
Oct 4 04:35:04 data zmmailboxdmgr[6819]: file /opt/zimbra/log/zmmailboxd.pid does not exist
Oct 4 04:35:04 data zmmailboxdmgr[6819]: assuming no other instance is running
Oct 4 04:35:04 data zmmailboxdmgr[6819]: no manager process is running
Oct 4 04:35:36 data zmmailboxdmgr[7785]: start requested
Oct 4 04:35:36 data zmmailboxdmgr[7785]: checking if another instance of manager is already running
Oct 4 04:35:36 data zmmailboxdmgr[7785]: file /opt/zimbra/log/zmmailboxd_manager.pid does not exist
Oct 4 04:35:36 data zmmailboxdmgr[7785]: assuming no other instance is running

Ok, now just tried change /etc/hosts like this:

127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
172.16.1.233 data.sfaeps.edu.hk data
__________________
Just logs
blog.pnyet.web.id
Reply With Quote
  #8 (permalink)  
Old 10-04-2009, 12:07 AM
Active Member
 
Posts: 42
Default

Successed !!!
Reply With Quote
  #9 (permalink)  
Old 10-04-2009, 01:14 AM
Loyal Member
 
Posts: 85
Default

Quote:
Originally Posted by leiw View Post
Successed !!!
solved?

Please mark this post solved
__________________
Just logs
blog.pnyet.web.id
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


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.