NOTE: Install Zimbra by typing "./install.sh" and uninstall by typing "./install.sh -u"
Prerequisite packages:
- NPTL
- sudo-1.7.2p1-1ubuntu5.3
- libidn11-1.15-2
- libpcre3-7.8-3build1
- libgmp3c2-2:4.3.2+dfsg-1ubuntu1
- libexpat1-2.0.1-7ubuntu1
- libstdc++6-4.4.3-4ubuntu5
- libperl5.10-5.10.1-8ubuntu2.1
Suggested prerequisites:
- perl-5.10.1
- sysstat
- sqlite3
Install Procedure:
- Start the Ubuntu server and connect using PuTTY.
- At the login prompt, login with your administrator account (administrator / myadminpass) and then type su and the root password (myrootpass)
- Download the Open Source Edition from Open Source Edition Downloads: Enterprise Messaging and Collaboration Software by Zimbra
Method #1 - Download from your PC
A. Download the .tgz file and copy it to the Ubuntu share --> \\mail\share or \\192.168.107.25\share
B. Once copied to the server, access the console and type the following:
Code:mv /srv/samba/share/zcs* /var/temp
A. Obtain the download URL from the Zimbra OSE page
B. Type the following commands on the server console (using the correct URL)
Code:cd /var/temp wget http://files.zimbra.com/downloads/7.2.0_GA/zcs-7.2.0_GA_2669.UBUNTU10_64.20120410002303.tgz
- Extract the archive by typing the following commands:
Code:mkdir /var/temp/install tar -C /var/temp/install --strip-components=1 -xzf /var/temp/zcs*
- Start the installation program by typing the following:
Code:cd /var/temp/install ./install.sh
- Agree to license agreement? Press y {ENTER}
- If
you are missing any prerequisites, exit the installation and install
them. You can install all at one time by separating each name with a
space after aptitude install such as the following:
Code:aptitude -y install sysstat sqlite3
- Install zimbra-ldap? Press y {ENTER}
- Install zimbra-logger? Press y {ENTER}
- Install zimbra-mta? Press y {ENTER}
- Install zimbra-snmp? Press y {ENTER}
- Install zimbra-store? Press y {ENTER}
- Install zimbra-apache? Press y {ENTER}
- Install zimbra-spell? Press y {ENTER}
- Install zimbra-memcached? Press n {ENTER} (if multi-server, press y instead)
- Install zimbra-proxy? Press n {ENTER} (if multi-server, press y instead)
- The system will be modified. Continue? Press y {ENTER}
- DNS ERROR resolving MX for mail.mydomain.com. Change domain name? Press y {ENTER}
- Now we put the correct domain name in so type mydomain.com {ENTER}
- You are presented a menu for resolving unconfigured options, press 3 {ENTER}
- Select Admin password, press 4 {ENTER}. Then type your new password (myzimbrapass) {ENTER}
- Press r {ENTER} for previous menu
- Press a {ENTER} to apply changes.
- Press y {ENTER}, {ENTER} to save configuration (/opt/zimbra/config.9066)
- The system will be modified - continue? Press y {ENTER}
- Notify Zimbra of your installation? Press n {ENTER} (feel free to answer yes if this is not a test system)
- Press {ENTER} to exit setup. NOTE: Log files placed in /opt/zimbra/log
- Shutdown and power off the server by typing the following:
Code:/etc/init.d/zimbra stop shutdown -P now
- In VM menu, select VM --> Snapshot --> Take Snapshot. Give it a name like STEP 5 and description of Ubuntu Server 10.04.4 LTS, Zimbra 7.2.0 OSE installed, Static IP: 192.168.107.25. The Snapshot Manager should now have a nice hierarchy of snapshots (STEP 1 --> STEP 2 --> STEP 3 --> STEP 4 --> STEP 5 --> You are here)
Admin Console and Initial Test
- Start the Ubuntu server.
- Access the webmail control panel by opening a web browser and typing this in the address bar: https://192.168.107.25:7071
- If your browser barks about an untrusted connection, tell it to continue anyway and add an exception for it so it will not have a problem with it next time.
- Login as admin@mydomain.com / myrootpassword
- Create a new user account.
- When done creating a new user, open a new browser tab and access: http://192.168.107.25/
and login with your new user account. See if you can send an email!
If it does not work, well, what can I say...you followed the advice of a
Linux newbie.
No comments:
Post a Comment