0% found this document useful (0 votes)
48 views

Installation Manual of Zimbra

This document provides instructions for installing the Zimbra email server. It outlines steps to configure the hostname and check required packages. Services like Postfix, HTTPD and Dovecot should be stopped and their startup disabled. The firewall should be stopped as well. The Zimbra package should then be untarred and installed, configuring domain names, hostnames and creating an admin user during the installation process. Once complete, the configuration can be applied and the Zimbra administrative control panel can be accessed via the web browser.

Uploaded by

Infants All
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
48 views

Installation Manual of Zimbra

This document provides instructions for installing the Zimbra email server. It outlines steps to configure the hostname and check required packages. Services like Postfix, HTTPD and Dovecot should be stopped and their startup disabled. The firewall should be stopped as well. The Zimbra package should then be untarred and installed, configuring domain names, hostnames and creating an admin user during the installation process. Once complete, the configuration can be applied and the Zimbra administrative control panel can be accessed via the web browser.

Uploaded by

Infants All
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 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:                 [email protected]       
******* +Admin Password                        UNSET                        
        +Anti-virus quarantine user:           [email protected]
        +Enable automated spam training:       yes                          
        +Spam training user:                   [email protected]
        +Non-spam(Ham) training user:          [email protected]
        +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:    [email protected]       
        +Version update source email:          [email protected]       
   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