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 Display Modes
  #1 (permalink)  
Old 02-09-2010, 12:24 AM
Senior Member
 
Posts: 68
Default Zimbra open source on Cent OS

Hello Friends,,

I just installed CentOS release 5.4 (Final) and work perfect.

Now I want to install Zimbra Open source on this server but can't find appropriate version for CentOS.

Can you help me for choosing zimbra version? Or it is possible to install zimbra on CentOS?

Please help me

Thank You
Reply With Quote
  #2 (permalink)  
Old 02-09-2010, 12:41 AM
Special Member
 
Posts: 105
Default

Yes . You shall have to chose --platform-override when installing.
Reply With Quote
  #3 (permalink)  
Old 02-09-2010, 01:01 AM
Senior Member
 
Posts: 68
Default

Quote:
Originally Posted by Himanshu View Post
Yes . You shall have to chose --platform-override when installing.
Thanks for quick reply.


I have done that but after installing lots of error occurred. Zimbra cannot start after installing.
Reply With Quote
  #4 (permalink)  
Old 02-09-2010, 01:35 AM
Moderator
 
Posts: 7,719
Default

It would really help us if you told us what errors you have received ?
__________________
Reply With Quote
  #5 (permalink)  
Old 02-09-2010, 02:18 AM
Senior Member
 
Posts: 68
Default

Quote:
Originally Posted by uxbod View Post
It would really help us if you told us what errors you have received ?
Thank you for your response.

For errors, I have to install Zimbra. Just confirm me that which version I use for installing zimbra.

Right now I am using Zimbra zcs-6.0.4_GA_2038.RHEL5.20091214191028. It is correct for CentOS 5.4?
Reply With Quote
  #6 (permalink)  
Old 02-09-2010, 02:23 AM
Moderator
 
Posts: 7,719
Default

As this is a new install you should use the latest version :- http://h.yimg.com/lo/downloads/6.0.5...0202220948.tgz
__________________
Reply With Quote
  #7 (permalink)  
Old 02-10-2010, 02:25 AM
Senior Member
 
Posts: 68
Default

Hello Sir,

I have installed Zimbra given link by you. But now There is lots of problems I am facing.

1st : After installing packeges Zimbra will show DNS Error.

Create domain: [example.com]
MX: mail.example.com (X.X.X.X {Static IP})

Interface: 172.30.12.101
Interface: 127.0.0.1


DNS ERROR - none of the MX records for example.com
resolve to this host
It is suggested that the MX record resolve to this host
Re-Enter domain name? [Yes]


Can you first guide on this?

Thankx a lot in advance.
Reply With Quote
  #8 (permalink)  
Old 02-10-2010, 02:35 AM
Moderator
 
Posts: 7,719
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
  #9 (permalink)  
Old 02-10-2010, 03:39 AM
Senior Member
 
Posts: 68
Default

Quote:
Originally Posted by uxbod View Post
Code:
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
#172.30.12.101 Global Mobility Services - Complete Wireless Network Solutions Company
172.30.12.101 mail.dharanetworks.com mail

Quote:
Originally Posted by uxbod View Post
Code:
cat /etc/resolv.conf
search dharanetworks.com
nameserver 203.197.12.30
nameserver 202.54.10.2


Quote:
Originally Posted by uxbod View Post
Code:
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: 35538
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

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

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

;; Query time: 1145 msec
;; SERVER: 202.54.10.2#53(202.54.10.2)
;; WHEN: Wed Feb 10 16:58:21 2010
;; MSG SIZE rcvd: 56



Quote:
Originally Posted by uxbod View Post
host `hostname` <- note backticks and not single quotes[/code]
dharanetworks.com has address 61.11.35.136
dharanetworks.com mail is handled by 20 mail.dharanetworks.com.

Quote:
Originally Posted by uxbod View Post
dig yourdomain any[/code]
; <<>> 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: 8048
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 4, ADDITIONAL: 12

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

;; ANSWER SECTION:
dharanetworks.com. 172800 IN NS supp90718.earth.orderbox-dns.com.
dharanetworks.com. 172800 IN NS supp90718.venus.orderbox-dns.com.
dharanetworks.com. 172800 IN NS supp90718.mars.orderbox-dns.com.
dharanetworks.com. 172800 IN NS supp90718.mercury.orderbox-dns.com.

;; AUTHORITY SECTION:
dharanetworks.com. 172800 IN NS supp90718.mercury.orderbox-dns.com.
dharanetworks.com. 172800 IN NS supp90718.mars.orderbox-dns.com.
dharanetworks.com. 172800 IN NS supp90718.venus.orderbox-dns.com.
dharanetworks.com. 172800 IN NS supp90718.earth.orderbox-dns.com.

;; ADDITIONAL SECTION:
supp90718.mars.orderbox-dns.com. 172800 IN A 74.52.140.83
supp90718.mars.orderbox-dns.com. 172800 IN A 74.52.140.84
supp90718.mars.orderbox-dns.com. 172800 IN A 74.52.140.82
supp90718.earth.orderbox-dns.com. 172800 IN A 67.15.253.252
supp90718.earth.orderbox-dns.com. 172800 IN A 67.15.47.188
supp90718.earth.orderbox-dns.com. 172800 IN A 67.15.253.219
supp90718.venus.orderbox-dns.com. 172800 IN A 74.54.56.236
supp90718.venus.orderbox-dns.com. 172800 IN A 74.54.56.227
supp90718.venus.orderbox-dns.com. 172800 IN A 74.54.56.231
supp90718.mercury.orderbox-dns.com. 172800 IN A 67.15.47.189
supp90718.mercury.orderbox-dns.com. 172800 IN A 67.15.253.220
supp90718.mercury.orderbox-dns.com. 172800 IN A 67.15.253.251

;; Query time: 367 msec
;; SERVER: 203.197.12.30#53(203.197.12.30)
;; WHEN: Wed Feb 10 16:59:35 2010
;; MSG SIZE rcvd: 417
Reply With Quote
  #10 (permalink)  
Old 02-10-2010, 04:00 AM
Moderator
 
Posts: 7,719
Default

You are behind a firewall/router with a internal IP so you will need to setup a Split DNS - Zimbra :: Wiki architecture.
__________________
Reply With Quote
Reply


Thread Tools
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