Install Zimbra mail server on Linux machine
نصب Zimbra mail server بر روی لینوکس
به سرور خود با ssh لاگین کنید :
1. Download Zimbra open-source tar file Code: [Select] [root@zimbra src]# wget http://files2.zimbra.com/downloads/8.0.7_GA/zcs-8.0.7_GA_6021.RHEL6_64.20140408123911.tgz 2. Install Dependencies Code: [Select] [root@zimbra src]# yum -y install nc wget nano make nc sudo sysstat libtool-ltdl glibc perl ntp libaio 3. Turn off all other mail servers Code: [Select] [root@zimbra src]# chkconfig sendmail off ; service sendmail stop ; chkconfig postfix off ; service postfix stop ; 4. Disable Selinux 5. Set DNS entry for your host-name and MX entry from host-name 6. Extract Zimbra Code: [Select] [root@zimbra zcs-8.0.7_GA_6021.RHEL6_64.20140408123911]# tar xvzf zcs-8.0.7_GA_6021.RHEL6_64.20140408123911.tgz 7. Move to zimbra folder Code: [Select] [root@zimbra zcs-8.0.7_GA_6021.RHEL6_64.20140408123911]# cd zcs-8.0.7_GA_6021.RHEL6_64.20140408123911 8. Run the install script Code: [Select] [root@zimbra zcs-8.0.7_GA_6021.RHEL6_64.20140408123911]# ./install.sh -platform-override 9. Stop http process Code: [Select] [root@zimbra zcs-8.0.7_GA_6021.RHEL6_64.20140408123911]# /etc/init.d/httpd stop That's enough :D