INSTALLING ZIMBRA MAIL SERVER ON CENT OS 6.5 Imprimir

  • 0

Steps:

1. Update your system

#yum update

2. Install prerequisite pakages for zimbra

#yum install sudo sysstat libidn gmp libtool-ltdl compat-glib vixie-cron nc perl libstdc++.i686

3. Modify /etc/host file

#vi /etc/hosts

like this:
127.0.0.1 localhost localhost.local domain
serverip hostname
save it

4. Disable startup service
a. chkconfig postfix off
b. service postfix off
c. chkconfig sendmail off
d. service sendmail stop

5. Modify /etc/sudoers file

#vi /etc/sudoers

comment out * Defaults requiretty * line

6. Disable the firewall

a. chkconfig iptables off
b. service iptables stop
c. chkconfig ip6tables off
d. service ip6tables stop

7. Disable selinux

# vi /etc/selinux/config

SELINUX=disabled

save it

8. reboot it

#init 6

9. Download zimbra and install it

a.     #wget http://files2.zimbra.com/downloads/8.0.4_GA/zcs-8.0.4_GA_5737.RHEL6_64.20130524120036.tgz – See more at: http://www.techtunebd.net/install-configure-zimbra-open-source-mail-server-centos-6-x-rhel-6-x/#sthash.SBel04Nx.dpuf

b.    extract Zimbra tar file using below command
#tar -zxpvf zcs-8.0.4_GA_5737.RHEL6_64.20130524120036.tgz – See more at: http://www.techtunebd.net/install-configure-zimbra-open-source-mail-server-centos-6-x-rhel-6-x/#sthash.SBel04Nx.dpuf

c. #cd zcs-8.0.4_GA_5737.RHEL6_64.20130524120036

d. # ./install.sh –platform-override
It takes 5-10 minutes
Change Domain Name
Change admin password
10.   #su – zimbra

check zimbra status

# zmcontrol status

11. Go to URL
https://ip

 

http://www.stradsolutions.com/linux-vps.php


¿Fue útil la respuesta?

« Atrás