Installasi Zimbra Di centos

November 12, 2009 · Posted in Linux, PHP 

zimbraZimbra adalah sebuah antarmuka pemrograman aplikasi SOAP untuk semua fungsi dan juga merupakan sebuah IMAP dan POP3 server dengan menggunakan smtp berbasis postfix.

Langkah Instalasi Zimbra :

  • Install aplikasi yang di butuhkan oleh zimbra
  • yum install compat-libstdc++-296 compat-libstdc++-33 gmp libtool-ltdl sysstat
  • Download zimbra
  • wget http://h.yimg.com/lo/downloads/6.0.2_GA/zcs-6.0.2_GA_1912.RHEL5.20091020185714.tgz
  • extrak dan Install Zimbra
  • tar -xzvf zcs-6.0.2_GA_1912.RHEL5.20091020185714.tgz
  • cd zcs-6.0.2_GA_1912.RHEL5.20091020185714
  • ./install.sh –platform-override
  • Jika muncul pesan error berikut berarti anda harus meperbaiki /etc/hosts
    ERROR: Installation can not proceeed. Please fix your /etc/hosts file
    to contain:

    127.0.0.1 localhost.localdomain localhost

    Zimbra install grants mysql permissions only to localhost and
    localhost.localdomain users. But Fedora/RH installs leave lines such
    as these in /etc/hosts:

    127.0.0.1 myhost.mydomain.com myhost localhost.localdomain localhost

    This causes MySQL to reject users coming from 127.0.0.1 as users from
    myhost.mydomain.com. You can read more details at:

    http://bugs.mysql.com/bug.php?id=11822

  • Pada saat pemilihan paket yang akan di install ikuti saja default nya (Tekn enter)
  • 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]
  • Jika muncul pernyataan sebagay berikut, maka anda harus mengisikian “Y” lalu tekan “Enter:
  • Checking required space for zimbra-core
    checking space for zimbra-store

    Installing:
    zimbra-core
    zimbra-ldap
    zimbra-logger
    zimbra-mta
    zimbra-snmp
    zimbra-store
    zimbra-apache
    zimbra-spell

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

    This platform is CentOS5
    Packages found: RHEL5
    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

  • Tunggu beberapa saat sampa proses installasi selesai
  • Jika ada pesan erro sebagai berikut maka anda harus mengganti atau memperbaikin setingan domain (Harus di set MX record)
  • DNS ERROR resolving MX for sub.domain.com
    It is suggested that the domain name have an MX record configured in DNS
    Change domain name? [Yes]
    Create domain: [sub.domain.com] mail.domain.com
  • Pada tahapan ini anda harus mengkonfigurasi opsi yang di beri tanda *****
  • Main menu1) Common Configuration:
    2) zimbra-ldap:                             Enabled
    3) zimbra-store:                            Enabled
    +Create Admin User:                    yes
    +Admin user to create:                 admin@mta2.teodore.com
    ******* +Admin Password                        UNSET
    +Enable automated spam training:       yes
    +Spam training user:                   spam.iv5ewnsv@mta2.teodore.com
    +Non-spam(Ham) training user:          ham.vs1yu4ac@mta2.teodore.com
    +Global Documents Account:             wiki@mta2.teodore.com
    +SMTP host:                            vpn.teodore.com
    +Web server HTTP port:                 80
    +Web server HTTPS port:                443
    +Web server mode:                      http
    +IMAP server port:                     143
    +IMAP server SSL port:                 993
    +POP server port:                      110
    +POP server SSL port:                  995
    +Use spell check server:               yes
    +Spell server URL:                     http://vpn.teodore.com:7780/aspell.php
    +Configure for use with mail proxy:    FALSE
    +Configure for use with web proxy:     FALSE
    +Enable version update checks:         TRUE
    +Enable version update notifications:  TRUE
    +Version update notification email:    admin@mta2.teodore.com
    +Version update source email:          admin@mta2.teodore.com

    4) zimbra-mta:                              Enabled
    5) zimbra-snmp:                             Enabled
    6) zimbra-logger:                           Enabled
    7) zimbra-spell:                            Enabled
    8) Default Class of Service Configuration:
    r) Start servers after configuration        yes
    s) Save config to file
    x) Expand menu
    q) Quit

  • selesai sudah instalasi zimbra anda dapat mengakses zimbra administration nya dengan membuka alamat server dengan browser
  • https://alamat-server-anda:7071/
  • Share/Bookmark

Comments

Leave a Reply