zimbra howto

Discussion in 'Suggest HOWTO' started by Heeter, Jun 16, 2009.

  1. Heeter

    Heeter Member

    Hi all,

    Can anyone update a zimbra howto for ubuntu, hopefully 8.04/8.10?

    Thanks

    Heeter
    ________
    Ford ranger ev history
     
    Last edited: Mar 7, 2011
  2. rayit

    rayit Member

    manual I used...

    I can not remember where I got it from!! maybe someone recognizes it.
    But maybe this helps....you further..

    Also i found this one..
    http://news.softpedia.com/news/How-to-Install-Zimbra-on-Ubuntu-Edgy-49375.shtml

    -----------------------------------------

    ZIMBRA on ubuntu 8 server 32 bits

    /etc/init.d/postfix stop
    update-rc.d -f postfix remove


    rm -f /bin/sh
    ln -s /bin/bash /bin/sh


    apt-get install curl fetchmail libpcre3 libgmp3c2 libexpat1 libxml2 libtie-ixhash-perl

    cd /usr/src
    wget http://h.yimg.com/lo/downloads/5.0.14_GA/zcs-5.0.14_GA_2850.UBUNTU8.20090303190551.tgz

    tar xvfz zcs-....
    cd zcs/
    ./install.sh

    -------------------------------

    The installer will ask a few questions. Answer them like this:

    Operations logged to /tmp/install.log.4416
    Checking for existing installation...
    zimbra-ldap...NOT FOUND
    zimbra-logger...NOT FOUND
    zimbra-mta...NOT FOUND
    zimbra-snmp...NOT FOUND
    zimbra-store...NOT FOUND
    zimbra-apache...NOT FOUND
    zimbra-spell...NOT FOUND
    zimbra-core...NOT FOUND


    PLEASE READ THIS AGREEMENT CAREFULLY BEFORE USING THE SOFTWARE.
    ZIMBRA, INC. ("ZIMBRA") WILL ONLY LICENSE THIS SOFTWARE TO YOU IF YOU
    FIRST ACCEPT THE TERMS OF THIS AGREEMENT. BY DOWNLOADING OR INSTALLING
    THE SOFTWARE, OR USING THE PRODUCT, YOU ARE CONSENTING TO BE BOUND BY
    THIS AGREEMENT. IF YOU DO NOT AGREE TO ALL OF THE TERMS OF THIS
    AGREEMENT, THEN DO NOT DOWNLOAD, INSTALL OR USE THE PRODUCT.

    License Terms for the Zimbra Collaboration Suite:
    http://www.zimbra.com/license/collaboration_suite_collective_license_1.0.html


    Press Return to continue <-- <ENTER>


    Install zimbra-ldap [Y] <-- <ENTER>

    Install zimbra-logger [Y] <-- <ENTER>

    Install zimbra-mta [Y] <-- <ENTER>

    Install zimbra-snmp [Y] <-- <ENTER>

    Install zimbra-store [Y] <-- <ENTER>

    Install zimbra-spell [Y] <-- <ENTER>

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


    Main menu

    1) Hostname: mail.example.com
    2) Ldap master host: mail.example.com
    3) Ldap port: 389
    4) Ldap password: set
    5) zimbra-ldap: Enabled
    6) zimbra-store: Enabled
    +Create Admin User: yes
    +Admin user to create: [email protected]
    ******* +Admin Password UNSET
    +Enable automated spam training: yes
    +Spam training user: [email protected]
    +Non-spam(Ham) training user: [email protected]
    +Global Documents Account: [email protected]
    +SMTP host: mail.example.com
    +Web server HTTP port: 80
    +Web server HTTPS port: 443
    +Web server mode: http
    +Enable POP/IMAP proxy: no
    +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://mail.example.com:7780/aspell.php

    7) zimbra-mta: Enabled
    8) zimbra-snmp: Enabled
    9) zimbra-logger: Enabled
    10) zimbra-spell: Enabled
    r) Start servers after configuration yes
    s) Save config to file
    x) Expand menu
    q) Quit

    Address unconfigured (**) items (? - help) <-- 6

    Store configuration

    1) Status: Enabled
    2) Create Admin User: yes
    3) Admin user to create: [email protected]
    ** 4) Admin Password UNSET
    5) Enable automated spam training: yes
    6) Spam training user: [email protected]
    7) Non-spam(Ham) training user: [email protected]
    8) Global Documents Account: [email protected]
    9) SMTP host: mail.example.com
    10) Web server HTTP port: 80
    11) Web server HTTPS port: 443
    12) Web server mode: http
    13) Enable POP/IMAP proxy: no
    14) IMAP server port: 143
    15) IMAP server SSL port: 993
    16) POP server port: 110
    17) POP server SSL port: 995
    18) Use spell check server: yes
    19) Spell server URL: http://mail.example.com:7780/aspell.php

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

    Password for [email protected] (min 6 characters): [8BD.yZtFh] <-- [specify a password for the admin user, e.g. howtoforge]

    Select, or 'r' for previous menu [r] <-- <ENTER>

    Main menu

    1) Hostname: mail.example.com
    2) Ldap master host: mail.example.com
    3) Ldap port: 389
    4) Ldap password: set
    5) zimbra-ldap: Enabled
    6) zimbra-store: Enabled
    7) zimbra-mta: Enabled
    8) zimbra-snmp: Enabled
    9) zimbra-logger: Enabled
    10) zimbra-spell: Enabled
    r) Start servers after configuration yes
    s) Save config to file
    x) Expand menu
    q) Quit

    *** CONFIGURATION COMPLETE - press 'a' to apply
    Select from menu, or press 'a' to apply config (? - help) <-- a
    Save configuration data to a file? [Yes] <-- <ENTER>
    Save config in file: [/opt/zimbra/config.5762] <-- <ENTER>
    Saving config in /opt/zimbra/config.5762...Done
    The system will be modified - continue? [No] <-- y

    You have the option of notifying Zimbra of your installation.
    This helps us to track the uptake of the Zimbra Collaboration Suite.
    The only information that will be transmitted is:
    The VERSION of zcs installed (4.5.3_GA_733_UBUNTU6)
    The ADMIN EMAIL ADDRESS created ([email protected])

    Notify Zimbra of your installation? [Yes] <-- [if you want to notify Zimbra of your installation, type y, otherwise n]

    Configuration complete - press return to exit <-- <ENTER>



    -------------------
    That's it already. To test if all Zimbra services are running, become the zimbra user:

    su - zimbra

    and run

    zmcontrol status

    The output should look like this:

    zimbra@mail:~$ zmcontrol status
    Host mail.example.com
    antispam Running
    antivirus Running
    ldap Running
    logger Running
    mailbox Running
    mta Running
    snmp Running
    spell Running

    If not all services are started, run

    zmcontrol start

    Type

    exit

    to become root again.

    http://mail.example.co
    https://mail.example.com:7071/zimbraAdmin

    http://www.zimbra.com/community/documentation.html
    http://wiki.zimbra.com/



    After install is complete run the below command for https web access;

    # su - zimbra zmtlsctl https to enable https webmail

    add host ip of zimbra server 192.168.0.XXX to ipcop or DNS server (inbound mail did not work with out this) there are other way to get around this

    Than configure using web admin access
     

Share This Page