Installing Zimbra Collaboration Suite 7 On CentOS 5.x (64Bit)0 komentar Minggu, 01 Mei 2011This article explains how to install Zimbra Collaboration Suite 7 (ZCS) on CentOS 5.x (64Bit). Prepared by Rafael Marangoni, from BRLink Suporte Linux Team. Zimbra is a collaboration suite very widely used in the world. Users can share folders, contacts, schedules and other things, using a very rich web interface. Click here to know more about it. One important note is that we're using CentOS 5 64bits, that is not oficially supported by Zimbra team (only RHEL and SUSE are). But CentOS works fine with Zimbra. First, we need to configure the DNS entry that is pointing to the server. In this case, we're using the hostname zimbratest.example.com Then, we need to configure the hostname in the Linux box. vi /etc/sysconfig/networkNETWORKING=yesNETWORKING_IPV6=noHOSTNAME=zimbratest.example.comvi /etc/hosts 127.0.0.1 localhost.localdomain localhost10.0.0.234 zimbratest.example.com zimbratest Next, we need to install some packages: yum install -y sysstat perl sudo sqliteI suggest that you reboot the Linux box at this point, to apply all the configs. First, we need to download the tarball from Zimbra's website. Click here. mkdir /downloadcd /download wget http://files2.zimbra.com/downloads/7.0.1_GA/zcs-7.0.1_GA_3105.RHEL5_64.20110304210645.tgz Initiate the installer: tar -zxvf zcs-7.0.1_GA_3105.RHEL5_64.20110304210645.tgzcd zcs-7.0.1_GA_3105.RHEL5_64.20110304210645 ./install.sh --platform-override PS: The Zimbra installation script checks if the distro is RHEL. To ignore that and install on CentOS, you must use "--platform-override". The installation script is a wizard. For almost all the options, we'll select the default option. These are the questions: If you leave the question in blank, it will select the default option. First, we need to agree with the license terms. Do you agree with the terms of the software license agreement? [N] yNow, Zimbra will check all the prerequisites. If anything is not found, stop the Wizard and install it with yum. If everything is ok, the script will ask what are the packages that we want to install. Just select the default options. Select the packages to install Afterwards, the script asks you if you want to override the platform. You say "yes", of course.
This platform is CentOS5_64 Using packages for a platform in which they were not designed for Install anyway? [N] y Now, we need to wait the installation procedures. When all the packages are installed, a menu will be displayed with some config options. We only need to set the admin password. 1) Common Configuration: 4) zimbra-mta: Enabled Address unconfigured (**) items (? - help) 3 Followed by 4. And type the admin password. Store configuration 1) Status: Enabled Select, or 'r' for previous menu [r] 4 Password for admin@zimbratest.example.com (min 6 characters): [7M_lgfdx3B] secret Then press r to return to the main menu. Store configuration 1) Status: Enabled Select, or 'r' for previous menu [r] r And press a to apply the config. Afterwards, save the configuration data. Main menu 1) Common Configuration: *** CONFIGURATION COMPLETE - press 'a' to apply We need to wait the end of the process. Operations logged to /tmp/zmsetup.04042011-131235.logSetting local config values...done. Setting up CA...done. Deploying CA to /opt/zimbra/conf/ca ...done. Creating SSL certificate...done. Installing mailboxd SSL certificates...done. Initializing ldap...done. Setting replication password...done. Setting Postfix password...done. Setting amavis password...done. Setting nginx password...done. Creating server entry for zimbratest.example.com...done. Saving CA in ldap ...done. Saving SSL Certificate in ldap ...done. Setting spell check URL...done. Setting service ports on zimbratest.example.com...done. Adding zimbratest.example.com to zimbraMailHostPool in default COS...done. Installing webclient skins... steel...done. twilight...done. pebble...done. bare...done. lemongrass...done. beach...done. sand...done. sky...done. carbon...done. smoke...done. lavender...done. tree...done. waves...done. lake...done. oasis...done. bones...done. hotrod...done. Finished installing webclient skins. Setting zimbraFeatureTasksEnabled=TRUE...done. Setting zimbraFeatureBriefcasesEnabled=TRUE...done. Setting MTA auth host...done. Setting TimeZone Preference...done. Initializing mta config...done. Setting services on zimbratest.example.com...done. Creating domain zimbratest.example.com...done. Setting default domain name...done. Creating domain zimbratest.example.com...already exists. Creating admin account admin@zimbratest.example.com...done. Creating root alias...done. Creating postmaster alias...done. Creating user spam.sd5fsqtdzi@zimbratest.example.com...done. Creating user ham.2qun60wc4@zimbratest.example.com...done. Creating user virus-quarantine.kzpbrsgbx7@zimbratest.example.com...done. Setting spam training and Anti-virus quarantine accounts...done. Initializing store sql database...done. Setting zimbraSmtpHostname for zimbratest.example.com...done. Configuring SNMP...done. Checking for default IM conference room...not present. Initializing default IM conference room...done. Setting up syslog.conf...done. You have the option of notifying Zimbra of your installation. Notify Zimbra of your installation? [Yes] no Moving /tmp/zmsetup.04042011-131235.log to /opt/zimbra/log Configuration complete - press return to exit First, we need to access the admin console: https://zimbratest.example.com:7071or directly by IP: https://10.0.0.234:7071PS: You will need to accept the SSL cert. To log in, the user is admin and the password used in the installation script. Use the admin console to configure the server. To use the webclient, just point your browser to: http://zimbratest.example.comor directly by IP: http://10.0.0.234Zimbra Docs: http://www.zimbra.com/support/documentation/
Langganan:
Komentar (Atom)
Blog Archive
Labels
|