Zimbra: Difference between revisions

From WickyWiki
Created page with " #Guide for 7.0.0/10.04: #* http://eklundhome.com/wordpress/?p=25 #Download zimbra open source edition for your system: #* http://www.zimbra.com/downloads/os-downloads.html #Vi..."
 
m 2 revisions
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
These notes were made for version 7.1.4 for Ubuntu 10.04 64bit


#Guide for 7.0.0/10.04:
Target system: Ubuntu Server minimum installation in VirtualBox, 1.5Gb memory, 15Gb harddrive. See [[Open SSH]] for tips on installing software in this configuration.
#* http://eklundhome.com/wordpress/?p=25


#Download zimbra open source edition for your system:
Guide for 7.0.0/10.04:
#* http://www.zimbra.com/downloads/os-downloads.html
* http://eklundhome.com/wordpress/?p=25


#Virtual Ubuntu Server:
Download zimbra open source edition for your system:
#* minimum installation, 2Gb memory, 15Gb harddrive
* http://www.zimbra.com/downloads/os-downloads.html


Funambol cennector, dont know if it works:
Zimbra wiki:
* http://wiki.zimbra.com/index.php?title=Open_Source_Mobile_Calendar_and_Contact_Synchronization
* http://wiki.zimbra.com/wiki/


Configure hosts, hostname and DNS server, go to '[[DNS server]]'
Pre install additional packages:
Note1: the hostname needs a suffix (eg. 'zimbra7.loc') or it will not be accepted
Note2: in /etc/hosts the shortname is not optional, so it needs:
#ip            name          shortname
192.168.1.10  zimbra7.loc  zimbra7


#Install packages:
<syntaxhighlight lang=bash>
sudo apt-get install linux-headers-$(uname -r) build-essential libperl5.10 sysstat sqlite3 bind9
sudo apt-get install linux-headers-$(uname -r) build-essential libperl5.10 sysstat sqlite3 bind9
</syntaxhighlight>
Configure hosts, hostname and DNS server, see '[[DNS server]]'
Note:
* the hostname needs a suffix (like '.loc' in 'zimbra7.loc') or it will not be accepted by the install script:
* in /etc/hosts the shortname is not optional, example:


Note: you need to configure MX record, I dont know how to do this
<blockquote>
<pre>
#ip            name          shortname
192.168.1.10  zimbra7.loc  zimbra7
</pre>
</blockquote>


DNS ERROR resolving MX for zimbra7.loc
Start the installation from the base-directory:
It is suggested that the domain name have an MX record configured in DNS
Change domain name? [Yes]
Create domain: [zimbra7.loc]


<syntaxhighlight lang=bash>
sudo ./install.sh
sudo ./install.sh
</syntaxhighlight>
Todo: you need to configure a DNS MX record as stated in this error during installation, I chose 'No' to continue:


admin-user: admin@mail.zimbra7.loc / qkyhQE3tb
<blockquote>
Use this for general login and for the admin console
<pre>
DNS ERROR resolving MX for zimbra7.loc
It is suggested that the domain name have an MX record configured in DNS
Change domain name? [Yes]
Create domain: [zimbra7.loc]
</pre>
</blockquote>


#check status:
An admin account is created automatically, you need to configure a password to continue the installation. Use the admin account for general login and for login to the admin console.
sudo passwd zimbra / qkyhQE3tb
 
<pre>
Login: admin@mail.zimbra7.loc / qkyhQE3tb
</pre>
 
You can configure a password for the ubuntu 'zimbra' account:
 
<syntaxhighlight lang=bash>
sudo passwd zimbra
</syntaxhighlight>
 
As the zimbra user you can view the status of the zimbra components:
 
<syntaxhighlight lang=bash>
su - zimbra
su - zimbra
zmcontrol status
zmcontrol status
</syntaxhighlight>


'file /opt/zimbra/log/zmmailboxd.pid does not exist', removed all .pid files and restart
== Other notes ==


* http://www.linjux.org/blog/2011/10/moving-zimbra-7-from-debian-5-32bit-to-ubuntu-1004-lts.html
Todo:Funambol connector:
 
* http://wiki.zimbra.com/index.php?title=Open_Source_Mobile_Calendar_and_Contact_Synchronization
http://wiki.zimbra.com/wiki/How_To_Create_an_User_Account


zmprov ca test@mydomain.com testpassword
[[Category:Ubuntu]]
[[Category:Groupware]]
[[Category:201201]]

Latest revision as of 07:26, 5 July 2013

These notes were made for version 7.1.4 for Ubuntu 10.04 64bit

Target system: Ubuntu Server minimum installation in VirtualBox, 1.5Gb memory, 15Gb harddrive. See Open SSH for tips on installing software in this configuration.

Guide for 7.0.0/10.04:

Download zimbra open source edition for your system:

Zimbra wiki:

Pre install additional packages:

sudo apt-get install linux-headers-$(uname -r) build-essential libperl5.10 sysstat sqlite3 bind9

Configure hosts, hostname and DNS server, see 'DNS server'

Note:

  • the hostname needs a suffix (like '.loc' in 'zimbra7.loc') or it will not be accepted by the install script:
  • in /etc/hosts the shortname is not optional, example:
#ip            name          shortname
192.168.1.10   zimbra7.loc   zimbra7

Start the installation from the base-directory:

sudo ./install.sh

Todo: you need to configure a DNS MX record as stated in this error during installation, I chose 'No' to continue:

DNS ERROR resolving MX for zimbra7.loc
It is suggested that the domain name have an MX record configured in DNS
Change domain name? [Yes] 
Create domain: [zimbra7.loc] 

An admin account is created automatically, you need to configure a password to continue the installation. Use the admin account for general login and for login to the admin console.

Login: admin@mail.zimbra7.loc / qkyhQE3tb

You can configure a password for the ubuntu 'zimbra' account:

sudo passwd zimbra

As the zimbra user you can view the status of the zimbra components:

su - zimbra
zmcontrol status

Other notes

Todo:Funambol connector: