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-25-2011, 03:00 AM
Loyal Member
 
Posts: 99
Default ZCS OS 7.1.2 x64 on Centos 6 x64 note

On minimal install (tested on VMware Workstation 8):

make sure have at least 2506 MB of RAM

make sure dns had been setup to point to this server in mx record (sample provided at the end of this post)

stop and disable postfix at boot time
Code:
service postfix stop
chkconfig postfix off
run visudo and comment in Defaults requiretty

install perl, systat, libstdc++.i686
Code:
yum install perl systat libstdc++.i686
install with --platform-override
Code:
cd extracted-installer's-folder
./install.sh --platform-override
when asked for domain, make sure to type in domain.tld (zimbra.com if you copied my dns configs sample below)

sample /etc/named.conf
Code:
zone "zimbra.com." IN {
        type master;
        file "/var/named/zimbra.com";
};

zone "234.16.172.in-addr.arpa." IN {
        type master;
        file "/var/named/172.16.234.rev";
};
sample /var/named/zimbra.com (forward zone)
Code:
$ORIGIN zimbra.com.
$TTL 1W
@                       IN SOA  zimbra.com. root.zimbra.com. (
                                01              ; serial
                                2D              ; refresh
                                4H              ; retry
                                6W              ; expiry
                                1W )            ; minimum
                        
                        IN A    172.16.234.128
                        IN NS   ns01
                        IN MX   0 mail01.zimbra.com.

ns01                    IN A    172.16.234.128
mail01                    IN A    172.16.234.128
sample /var/named/172.16.234.rev (reverse zone)
Code:
$ORIGIN 234.16.172.in-addr.arpa.
$TTL    1W
@                       IN SOA  zimbra.com. root.zimbra.com. (
                                01              ; serial
                                2D              ; refresh
                                4H              ; retry
                                6W              ; expiry
                                1W )            ; minimum

                        IN NS                   ns01.zimbra.com.

128                     IN PTR                  ns01.zimbra.com.
128                     IN PTR                  mail01.zimbra.com.

Last edited by malayo; 10-27-2011 at 11:53 PM..
Reply With Quote
  #2 (permalink)  
Old 10-27-2011, 07:23 PM
Active Member
 
Posts: 31
Default

Hi,

tx for your notes.

You prefer Bind over dnsmasq ?

Also , you dont use any forwarders ?

Last edited by Wasowski; 10-27-2011 at 08:12 PM..
Reply With Quote
  #3 (permalink)  
Old 10-27-2011, 10:00 PM
Loyal Member
 
Posts: 99
Default

Quote:
Originally Posted by Wasowski View Post
Hi,

tx for your notes.

You prefer Bind over dnsmasq ?

Also , you dont use any forwarders ?
yes, but if dnsmasq works for you, why not?

this setup is for testing/PoC only, so i don't set forwarders. If you care to share your settings with dnsmasq + forwarding, that'll be benificial to everyone.
Reply With Quote
  #4 (permalink)  
Old 01-20-2012, 10:40 PM
New Member
 
Posts: 4
Default

Hi,

This is good stuff, thank you...

does this setup is behind nat and firewall?
Reply With Quote
  #5 (permalink)  
Old 01-21-2012, 03:25 AM
Loyal Member
 
Posts: 99
Default

yes, both on same network
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.