You are on page 1of 3

Installation Manual of Zimbra

#At first correct hostname


vi /etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.0.5 mail.reza.com mail (Here 192.168.0.5 is the IP of your PC and mail.reza.com is the
hostname of your PC. Please correct this according to your Server)
# Check nc package is install or not
rpm –qa|grep nc
# if not install then install nc with the help of yum or from DVD
yum install nc* (For installing with the help of yum)
rpm –ivh nc-* (For installing with the help of rpm)

# check status of following service


/etc/init.d/postfix status
/etc/init.d/httpd status
/etc/init.d/dovecot status

# If above service is running then stop the service by following command


/etc/init.d/postfix stop
chkconfig postfix off
/etc/init.d/httpd stop
chkconfig httpd off
/etc/init.d/dovecot stop
chkconfig dovecot off
# Stop Firewall
setenfore 0
iptables -F
# Untar Zimbra Package

tar –xzvf zcs* /opt


cd /opt
./install.sh
# After that you will get following prompt

Do you agree with the terms of the software license agreement? [N] Y
Install zimbra-ldap [Y]

Install zimbra-logger [Y]

Install zimbra-mta [Y]

Install zimbra-snmp [Y]

Install zimbra-store [Y]


Install zimbra-apache [Y]

Install zimbra-spell [Y]

Install zimbra-memcached [N]

Install zimbra-proxy [N]


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

# if system ask ‘Do you want to change Domain Name’


# Then write YES and write your domain name say,
reza.com

# if system ask ‘Do you want to change hostname’


# Then write YES and write your hostname say,
mail.reza.com

# At last you see the following line


Press Enter/Return key to continue

Press Enter and get following menu

Main menu

   1) Common Configuration:                                                 
   2) zimbra-ldap:                             Enabled                      
   3) zimbra-store:                            Enabled                      
        +Create Admin User:                    yes                          
        +Admin user to create:                 admin@mail.example.com       
******* +Admin Password                        UNSET                        
        +Anti-virus quarantine user:           virus-quarantine.qmia5kvbre@mail.example.com
        +Enable automated spam training:       yes                          
        +Spam training user:                   spam.ymhnphn3qm@mail.example.com
        +Non-spam(Ham) training user:          ham.tquoqaxih@mail.example.com
        +SMTP host:                            mail.example.com             
        +Web server HTTP port:                 80                           
        +Web server HTTPS port:                443                          
        +Web server mode:                      https                        
        +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
        +Configure for use with mail proxy:    FALSE                        
        +Configure for use with web proxy:     FALSE                        
        +Enable version update checks:         TRUE                         
        +Enable version update notifications:  TRUE                         
        +Version update notification email:    admin@mail.example.com       
        +Version update source email:          admin@mail.example.com       
   4) zimbra-mta:                              Enabled                      
   5) zimbra-snmp:                             Enabled                      
   6) zimbra-logger:                           Enabled                      
   7) zimbra-spell:                            Enabled                      
   8) Default Class of Service Configuration:                               
   r) Start servers after configuration        yes                          
   s) Save config to file                                                   
   x) Expand menu                                                           
   q) Quit                                   

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


# To create and set admin password,press 3 in above line.

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


# Press 3 in above line

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

*** CONFIGURATION COMPLETE - press 'a' to apply


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

Notify Zimbra of your installation? [Yes] no


Configuration complete - press return to exit

# Press Enter to Finish Zimbra Installation

# To login in admin control panel of zimbra,please write in browser

https://your-website-address:7071

You might also like