Jump to content
umarzuki

Cara Memasang Zimbra 8 Pada Ubuntu Amd64

Recommended Posts

nota: saya andaikan

IP email server = 192.168.69.131
fqdn mail server = mail.mydomain.com
IP DNS server = 192.168.69.130
OS email server = Ubuntu 12.04 AMD64
versi installer Zimbra Community = 8.0.0 build 5434


langkah2
  • periksa setting IP & name resolution email server
    user1@mail:~$ cat /etc/network/interfaces
    
    auto lo
    iface lo inet loopback
    
    auto eth0
    iface eth0 inet static
     address 192.168.69.131
     netmask 255.255.255.0
     gateway 192.168.69.2
     dns-search mydomain.com
     dns-nameservers 192.168.69.130
    
    user1@mail:~$ hostname -f
    mail.mydomain.com
    
    user1@mail:~$ cat /etc/hosts
    127.0.0.1	localhost
    192.168.69.131	mail.mydomain.com mail
    
    user1@mail:~$ cat /etc/resolv.conf 
    nameserver 192.168.69.130
    search mydomain.com
    
    user1@mail:~$ host -l mydomain.com
    mydomain.com has address 192.168.69.130
    mydomain.com name server ns01.mydomain.com.
    mail.mydomain.com has address 192.168.69.131
    ns01.mydomain.com has address 192.168.69.130
  • upload installer ke folder home user1 mail server
    scp zcs-8.0.0_GA_5434.UBUNTU12_64.20120907144631.tgz [email protected]:/home/user1
  • ssh ke mail server dan install dependencies
    ssh [email protected]
    sudo -s
    apt-get install libgmp3c2 libperl5.14 sysstat sqlite3
  • ekstrak installer
    tar -xvf zcs-8.0.0_GA_5434.UBUNTU12_64.20120907144631.tgz
  • install zimbra
    cd zcs-8.0.0_GA_5434.UBUNTU12_64.20120907144631/
    ./install.sh
  • jawab soalan seperti dibawah

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

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

    Install zimbra-ldap [Y] y

    Install zimbra-logger [Y] y

    Install zimbra-mta [Y] y

    Install zimbra-snmp [Y] y

    Install zimbra-store [Y] y

    Install zimbra-apache [Y] y

    Install zimbra-spell [Y] y

    Install zimbra-memcached [N] n

    Install zimbra-proxy [N] n

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

    DNS ERROR resolving MX for mail.mydomain.com
    It is suggested that the domain name have an MX record configured in DNS
    Change domain name? [Yes] yes

    Create domain: [mail.mydomain.com] mydomain.com

    Address unconfigured (**) items (? - help) 3

    Select, or 'r' for previous menu [r] 4

    Password for [email protected] (min 6 characters): [yDhMtBaBN] abc123

    Select, or 'r' for previous menu [r] r

    Select from menu, or press 'a' to apply config (? - help) a

    Save configuration data to a file? [Yes] yes

    Save config in file:
    Saving config in /opt/zimbra/config.9231...done.
    The system will be modified - continue? [No] yes

    Notify Zimbra of your installation? [Yes] no

 
Edited by umarzuki

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...