Zimbra on CentOS

    版本為 02:46, 13 Jan 2025

    到這個版本。

    返回到 版本存檔.

    查閱目前版本

    系統環境

    • CentOS 5.8 (64-bit)
    • Zimbra Collaboration Suite - Open Source Edition 7.14

    步驟開始

    準備 CentOS Linux

    以最少基本元件的安裝。

    設定網路相關

    編輯 /etc/sysconfig/network

    NETWORKING=yes
    NETWORKING_IPV6=no
    HOSTNAME=mail.osslab.co.cc

    編輯 /etc/hosts

    127.0.0.1               localhost.localdomain localhost
    211.72.203.64           mail.osslab.co.cc mail

    安裝需要的其它套件
    yum install sysstat.x86_64 perl.x86_64 sudo.x86_64 sqlite.x86_64
    

    安裝 ZCS

    下載 ZCS:http://www.zimbra.com/downloads/os-downloads.html

    cd /usr/src
    wget http://files2.zimbra.com/downloads/7.1.4_GA/zcs-7.1.4_GA_2555.RHEL5_64.20120105094627.tgz
    tar xzf zcs-7.1.4_GA_2555.RHEL5_64.20120105094627.tgz
    cd zcs-7.1.4_GA_2555.RHEL5_64.20120105094627
    ./install.sh --platform-override

    PS: 安裝程式會檢查系統是否為 RHEL,為了要使 CentOS 也能安裝,必須加上 --platform-override。

    安裝開始
    PS: 如果項目未輸入就是維持預設值。

    Do you agree with the terms of the software license agreement? [N]y

    Select the packages to install
    Install zimbra-ldap [Y]
    Install zimbra-logger [Y]
    Install zimbra-mta [Y]
    Install zimbra-snmp [Y]
    Install zimbra-store [Y]
    Install zimbra-apache [Y]
    Install zimbra-spell [Y]
    Install zimbra-memcached [N]
    Install zimbra-proxy [N]

    You appear to be installing packages on a platform different
    than the platform for which they were built.

    This platform is CentOS5_64
    Packages found: RHEL5_64
    This may or may not work.

    Using packages for a platform in which they were not designed for
    may result in an installation that is NOT usable. Your support
    options may be limited if you choose to continue.

    Install anyway? [N]y

    The system will be modified.  Continue? [N]y

    Powered by MindTouch Core