Centos 5.8 x64 Üzerinde Open Source Zimbra 7.2 Collaboration Suite Kurulumu

Centos 5.8 x64 Üzerinde Open Source Zimbra 7.2 Collaboration Suite Kurulumu

İhtiyaçlar

  • Herhangi bir x64 Centos 5 dağıtımı
  • Zimbra Collaboration Suite 7.2 Versiyonu

Download Linkler

Neden Zimbra?

  • Kurulum ve Yönetim Kolaylığı
  • Kullanıcı Dostu Arayüz
  • Online ve Offline Kullanılabilen Uygulamalar
  • Ajax ile Zenginleştirilmiş Yönetim Paneli
  • Doküman Paylaşımı ve Yönetimi
  • Mobil Cihazlar İçin Geliştirilmiş Web Arayüz
  • Diğer Sistemlere Taşınabilme Kolaylığı

Zimbra Collaboration Suite Kurulumundan

Önce Yapılması Gerekli İşlemler

Sisteme SSH ile login olduktan sonra

Sistemimizi güncelliyoruz

 

# yum update -y

 

hosts ismini değiştiriyoruz

 

[root@localhost ~]# nano /etc/sysconfig/network
NETWORKING=yes
NETWORKING_IPV6=no
HOSTNAME=mail.idriskoc.com

 

zimbranın kurulumu için bizden istenilen uygulamalar kurulumu gerçekleştirelim.

 

[root@mail ~]# yum install sysstat -y

[root@mail ~]# yum install gmp -y

[root@mail ~]# yum install libtool-ltdl -y

Sırası ile aşağıdaki servisleri kapatıyoruz.

[root@mail ~]# /etc/init.d/sendmail stop

[root@mail ~]# chkconfig sendmail off

[root@mail ~]# chkconfig iptables off

[root@mail ~]# chkconfig ip6tables off

[root@mail ~]# chkconfig named on

Hosts.conf ve resolv.conf dosyalarını kurulum için edit’liyelim

 

[root@mail ~]# nano /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1               localhost.localdomain localhost
::1             localhost6.localdomain6 localhost6
192.168.2.85    mail.idriskoc.com  mail

 

[root@mail ~]# nano /etc/resolv.conf
nameserver 192.168.2.10

 

DNS Yapılandırmak için sucunumuza Bind kurulumu yapıcaz.

 

[root@mail ~]# yum install bind -y

 

[root@mail ~]# yum install caching-nameserver -y

 

Bind Kurulumu Gerçekleştirdikten Sonra Webmin Kuralım Webmin önce sunucumuza indirelim.

 

[root@mail ~]# wget http://downloads.sourceforge.net/project/webadmin/webmin/1.590/webmin-1.590-1.noarch.rpm?r=http%3A%2F%2Fwww.webmin.com%2Findex.html&ts=1342517824&use_mirror=garr

 

[root@mail ~]# rpm -ivh webmin-1.590-1.noarch.rpm

 

Webmin kurulumu bittikten sonra DNS ayarlarını yapmak için http://mail.idriskoc.com:10000/  bağlanalım  kullanıcı adı root sunucu password .

Mail için DNS ayarlamamız şart eğer dns ayarlarını doğru bir şekilde yapmasak zimbra kurulumu gerçekleşmez.

DNS dig ile test edelim.

 

[root@mail ~]# dig -t mx idriskoc.com      MX Kaydı test

[root@mail ~]# dig -t A mail.idriskoc.com    A Kaydı test

[root@mail ~]# dig -x mail.idriskoc.com     PRT Kaydı test

 

NTP Servisinin kurulum olup olmadığını kontrol edelim.

[root@mail ~]# rpm -qa | grep ntp

[root@mail ~]# yum install ntp  -y

[root@mail ~]# ntpdate tr.pool.ntp.org

 

Zimbra’yı sunucumuza indirelim

Centos kurulumunu tamamladıktan sonra artık ZCS kurulumuna geçebiliriz. Ancak bunu yapmadan önce yum –y update komutu ile sunucumuzu güncellemememiz gerekmekte. Sunucuyu güncelledikten sonra www.zimbra.com adresinden ZCS’nin Open Source editionunu aşağıdaki komut yardımıyla indiriyoruz. İndirdiğimiz dosyayı tar komutuyla açıyoruz. Dosyalar indirdiğimiz dosya ile aynı addaki bir klasöre çıkarılıyor. Bundan sonra klasör içerisine girerek ./install.sh –platform-override toplu işlem dosyasını çalıştırıyoruz.

 

[root@mail ~]# http://files2.zimbra.com/downloads/7.2.0_GA/zcs-7.2.0_GA_2669.RHEL5_64.20120410001942.tgz

zimbra indirme işlemi bittikten sonra indirdiğimiz tar dosyasını açalım

tar zxf indirdiğimiz dosya adı.tgz

cd çıkarttığımız dosyanın içerisine giriyoruz.

Örnek : [root@mail zcs-7.2.0_GA_2669.RHEL5_64.20120410001942]#

Aşağıdaki komut ile kurulumuzu gerçekleştiriyoruz.

[root@mail ~]#  ./install.sh –platform-override

Operations logged to /tmp/install.log.28057

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-convertd…NOT FOUND
zimbra-memcached…NOT FOUND
zimbra-proxy…NOT FOUND
zimbra-archiving…NOT FOUND
zimbra-cluster…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/zimbra_public_eula_2.1.html
Do you agree with the terms of the software license agreement? [N] y
Checking for prerequisites…
FOUND: NPTL
FOUND: sudo-1.7.2p1-9
FOUND: libidn-0.6.5-1.1
FOUND: gmp-4.1.4-10
FOUND: /usr/lib/libstdc++.so.6
Checking for suggested prerequisites…
FOUND: perl-5.8.8
FOUND: sysstat
FOUND: sqlite
Prerequisite check complete.
Checking for installable packages
Found zimbra-core
Found zimbra-ldap
Found zimbra-logger
Found zimbra-mta
Found zimbra-snmp
Found zimbra-store
Found zimbra-apache
Found zimbra-spell
Found zimbra-memcached
Found zimbra-proxy
Select the packages to install
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]
Checking required space for zimbra-core
Checking space for zimbra-store

Installing:
zimbra-core
zimbra-ldap
zimbra-logger
zimbra-mta
zimbra-snmp
zimbra-store
zimbra-apache
zimbra-spell
You appear to be installing packages on a platform different
than the platform for which they were built.
This platform is CentOS5
Packages found: RHEL5
This may or may not work.
Using packages for a platform in which they were not designed for
may result in an installation that is NOT usable. Your support
options may be limited if you choose to continue.
Install anyway? [N] y
The system will be modified.  Continue? [N] y
Removing /opt/zimbra
Removing zimbra crontab entry…done.
done.
Cleaning up zimbra init scripts…done.
Cleaning up /etc/ld.so.conf…done.
Cleaning up /etc/prelink.conf…done.
Cleaning up /etc/security/limits.conf…done.
Finished removing Zimbra Collaboration Suite.

Installing packages
zimbra-core……zimbra-core-7.2.GA_3077.RHEL5-20110127201734.i386.rpm…done
zimbra-ldap……zimbra-ldap-7.2.GA_3077.RHEL5-20110127201734.i386.rpm…done
zimbra-logger……zimbra-logger-7.2.GA_3077.RHEL5-20110127201734.i386.rpm…done
zimbra-mta……zimbra-mta-7.2.GA_3077.RHEL5-20110127201734.i386.rpm…done
zimbra-snmp……zimbra-snmp-7.2.GA_3077.RHEL5-20110127201734.i386.rpm…done
zimbra-store……zimbra-store-7.2.GA_3077.RHEL5-20110127201734.i386.rpm…done
zimbra-apache……zimbra-apache-7.2.GA_3077.RHEL5-20110127201734.i386.rpm…done
zimbra-spell……zimbra-spell-7.2.GA_3077.RHEL5-20110127201734.i386.rpm…done
Operations logged to /tmp/zmsetup.03082011-121509.log
Installing LDAP configuration database…done.

Setting defaults…
DNS ERROR resolving MX for mail. idriskoc.com
It is suggested that the domain name have an MX record configured in DNS
Change domain name? [Yes]
Create domain: [mail. idriskoc.com] idriskoc.com
MX: mail.zimbrademo.com (192.168.2.85)
Interface: 192.168.2.85
Interface: 127.0.0.1
done.
Checking for port conflicts

Zimbra Main Menu
Main menu
1) Common Configuration:
2) zimbra-ldap:                             Enabled
3) zimbra-store:                            Enabled
+Create Admin User:                    yes
+Admin user to create:                 admin@idriskoc.com
******* +Admin Password                        UNSET
+Anti-virus quarantine user:           virus-quarantine.knuolbvduy@idriskoc.com
+Enable automated spam training:       yes
+Spam training user:                   spam.rwbsv81z8o@idriskoc.com
+Non-spam(Ham) training user:          ham.tnyvjvcvlt@idriskoc.com
+SMTP host:                            mail.idriskoc.com
+Web server HTTP port:                 80
+Web server HTTPS port:                443
+Web server mode:                      http
+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. idriskoc.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@idriskoc.com
+Version update source email:          admin@idriskoc.com
4) zimbra-mta:                              Enabled
5) zimbra-snmp:                             Enabled
6) zimbra-logger:                           Enabled
7) zimbra-spell:                            Enabled
) 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) 3

Store configuration
1) Status:                                  Enabled
2) Create Admin User:                       yes
3) Admin user to create:                    admin@ idriskoc.com
** 4) Admin Password                           UNSET
5) Anti-virus quarantine user:              virus-quarantine.knuolbvduy@idriskoc.com
6) Enable automated spam training:          yes
7) Spam training user:                      spam.rwbsv81z8o@idriskoc.com
8) Non-spam(Ham) training user:             ham.tnyvjvcvlt@ idriskoc.com
9) SMTP host:                               mail.idriskoc.com
10) Web server HTTP port:                    80
11) Web server HTTPS port:                   443
12) Web server mode:                         http
13) IMAP server port:                        143
14) IMAP server SSL port:                    993
15) POP server port:                         110
16) POP server SSL port:                     995
17) Use spell check server:                  yes
18) Spell server URL:                        http://mail.idriskoc.com:7780/aspell.php
19) Configure for use with mail proxy:       FALSE
20) Configure for use with web proxy:        FALSE
21) Enable version update checks:            TRUE
22) Enable version update notifications:     TRUE
23) Version update notification email:       admin@idriskoc.com
24) Version update source email:             admin@idriskoc.com
Select, or ‘r’ for previous menu [r] 4
Password for admin@idriskoc.com (min 6 characters): [d2_mRsiclJ] 123456

Store configuration
1) Status:                                  Enabled
2) Create Admin User:                       yes
3) Admin user to create:                    admin@idriskoc.com
4) Admin Password                           set
5) Anti-virus quarantine user:              virus-quarantine.knuolbvduy@idriskoc.com
6) Enable automated spam training:          yes
7) Spam training user:                      spam.rwbsv81z8o@idriskoc.com
8) Non-spam(Ham) training user:             ham.tnyvjvcvlt@idriskoc.com
9) SMTP host:                               mail.idriskoc.com
10) Web server HTTP port:                     80
11) Web server HTTPS port:                   443
12) Web server mode:                               http
13) IMAP server port:                               143
14) IMAP server SSL port:                       993
15) POP server port:                                  110
16) POP server SSL port:                          995
17) Use spell check server:                        yes
18) Spell server URL:                          http://mail.idriskoc.com:7780/aspell.php
19) Configure for use with mail proxy:       FALSE
20) Configure for use with web proxy:        FALSE
21) Enable version update checks:                TRUE
22) Enable version update notifications:     TRUE
23) Version update notification email:       admin@idriskoc.com
24) Version update source email:             admin@idriskoc.com
Select, or ‘r’ for previous menu [r]r

Main menu
1) Common Configuration:
2) zimbra-ldap:                             Enabled
3) zimbra-store:                            Enabled
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
*** 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.2450]
Saving config in /opt/zimbra/config.2450…done.
The system will be modified – continue? [No] y
Operations logged to /tmp/zmsetup.03082011-121509.log
Setting local config values…done.
Setting up CA…done.
Deploying CA to /opt/zimbra/conf/ca …done.
Creating SSL certificate…done.
Installing mailboxd SSL certificates…done.
Initializing ldap…done.
Setting replication password…done.
Setting Postfix password…done.
Setting amavis password…done.
Setting nginx password…done.
Creating server entry for mail.idriskoc.com…done.
Saving CA in ldap …done.
Saving SSL Certificate in ldap …done.
Setting spell check URL…done.
Setting service ports on mail.idriskoc.com…done.
Adding mail.idriskoc.com to zimbraMailHostPool in default COS…done.
Installing webclient skins…
lavender…done.
waves…done.
bones…done.
sky…done.
steel…done.
beach…done.
bare…done.
smoke…done.
pebble…done.
carbon…done.
oasis…done.
tree…done.
lake…done.
twilight…done.
hotrod…done.
sand…done.
lemongrass…done.
Finished installing webclient skins.
Setting zimbraFeatureTasksEnabled=TRUE…done.
Setting zimbraFeatureBriefcasesEnabled=TRUE…done.
Setting MTA auth host…done.
Setting TimeZone Preference…done.
Initializing mta config…done.
Setting services on mail.idriskoc.com…done.
Creating domain idriskoc.com…done.
Setting default domain name…done.
Creating domain idriskoc.com…already exists.
Creating admin account admin@idriskoc.com…done.
Creating root alias…done.
Creating postmaster alias…done.
Creating user spam.rwbsv81z8o@ idriskoc.com…done.
Creating user ham.tnyvjvcvlt@ idriskoc.com…done.
Creating user virus-quarantine.knuolbvduy@idriskoc.com…done.
Setting spam training and Anti-virus quarantine accounts…done.
Initializing store sql database…done.
Setting zimbraSmtpHostname for mail.idriskoc.com…done.
Configuring SNMP…done.
Checking for default IM conference room…not present.
Initializing default IM conference room…done.
Setting up syslog.conf…done.
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 (7.2.GA_3077_CentOS5)
The ADMIN EMAIL ADDRESS created (admin@ idriskoc.com)
Notify Zimbra of your installation? [Yes] No
Notification skipped
Starting servers…done.
Installing common zimlets…
com_zimbra_social…done.
com_zimbra_dnd…done.
com_zimbra_srchhighlighter…done.
com_zimbra_attachcontacts…done.
com_zimbra_adminversioncheck…done.
com_zimbra_date…done.
com_zimbra_email…done.
com_zimbra_attachmail…done.
com_zimbra_phone…done.
com_zimbra_cert_manager…done.
com_zimbra_linkedin…done.
com_zimbra_bulkprovision…done.
com_zimbra_webex…done.
com_zimbra_url…done.
Finished installing common zimlets.
Restarting mailboxd…done.
Setting up zimbra crontab…done.
Moving /tmp/zmsetup.03082011-121509.log to /opt/zimbra/log
Configuration complete – press return to exit

https:/192.168.2.85:7071

zimbra logo

Centos 5.8 x64 Üzerinde Open Source Zimbra 7.2 Collaboration Suite Kurulumu

admin

Bütün Hayatım Linux Sistemleri...

Bir yanıt yazın

E-posta hesabınız yayımlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir