Create Mail Server With Zimbra in Ubuntu

Zimbra is open source application for email server and collaboration (groupware), which provides email solution powerful servers, scheduling, group calendars, contacts and document storage management via web. Zimbra server is available for Linux, Mac OS X and virtualization platforms. Zimbra uses Ajax Web 2.0 client that can run on the browser Firefox, Safari and Internet Explorer (6.0 +) and IE, and easily integrated with web portal API, business applications and VoIP using web services.
to install a mail server application, follow these steps:
install zimbra by type :



$ sudo su
$ apt-get install binutils cpp fetchmail flex gcc libarchive-zipperl libc6-dev libgmp3c2 libstdc++5 libltdl3 libcompress-zlib-perl libdb4.3-dev libpcre3 libpopt-dev lynx m4 make ncftp nmap openssl perl perl-modules unzip zip zlib1g-dev autoconf automake1.9 libtool bison autotools-dev g++

Download source zimbra, Here change your active directory to zimbra file and run command :

$ ./install.sh 

After running ./Install.sh it will look like this are usually just follow the instructions in the log 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 
Install zimbra-ldap [Y]    
Install zimbra-logger [Y] 
Install zimbra-mta [Y]    
Install zimbra-snmp [Y]  
Install zimbra-store [Y]  
Install zimbra-spell [Y]  
The system will be modified. Continue? [N] <-- y
Main menu
1) Hostname: mail.cilgonit.com
2) Ldap master host: mail.cilegonit.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: admin@mail.cilegonit.com
****+Admin Password UNSET
+Enable automated spam training: yes
+Spam training user: spam.tukjrdnaco@mail.cilegonit.com 

+Non-spam(Ham) training user: ham.rg8fvq6cd4@mail.cilegonit.com
+Global Documents Account: wiki@mail.cilegonit.com
+SMTP host: mail.danphicool.net
+Web server HTTP port: 80
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.cilegonit:7780/aspell.php
Select, or 'r' for previous menu [r] <-- 4
Password for admin@mail.cilegonit.com (min 6 characters): [8BD.yZtFh] <-- [specify a password
for the admin user, ex. ciHuIK]
Select, or 'r' for previous menu [r]  
Main menu
1) Hostname: mail.cilegonit.com
2) Ldap master host: mail.cilegonit.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]   
Save config in file: [/opt/zimbra/config.5762]  
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 (admin@mail.cilegonit.com)
Notify Zimbra of your installation? [Yes] <-- [If you need a notify then press Y, but if
not then press N]
Configuration complete - press return to exit  

To running Zimba application by commad :


$ zmcontrol start

Check your Zimbra application.

Happy Testing...!!

No comments:

Post a Comment

Please Comment...!!