Ubuntu 10.04 zimbra 7.2.0 kurulumu

 

 

 

 

 

 

 

 

 

 

Ubuntu 10.04 zimbra 7.2.0 kurulumu

UBUNTU X64 UZERINE ZCS-7.2.0_GA UBUNTU10.04 KURULUMU

İhtiyaçlar
Herhangi bir x64 Ubuntu 10.04.4 LTS
ZCS-7.2.0_GA UBUNTU10.04

Download Linkler
http://releases.ubuntu.com/lucid/
http://www.ubuntu.com/download/server/download

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

Ubuntu server kurulumu bittikten sonra

Sisteme SSH ile login olalım

root@mail:~# apt-get update komutu ile sistemimizi güncelliyoruz.

root@mail:~# apt-get upgrade komutu ile sistemimizi güncelliyoruz.

Bağımlılıklarını yükleyin.

root@mail:~# apt-get install linux-headers-$(uname -r) build-essential libperl5.10 sysstat sqlite3 bind9

Benim kurduğum demo zimbra sunucu mail.nixsystem.org olarak kuruyorum router/gateway 192.168.2.101 netmask / 255.255.255.0 mailserver ipadresi olarak 192.168.2.60 olarak veriyorum.

root@mail:~# nano /etc/network/interfaces

auto eth0

iface eth0 inet static

address 192.168.2.60

netmask 255.255.255.0

network 192.168.2.0

broadcast 192.168.2.255

gateway 192.168.2.101

Hosts Dosyasını düzenliyelim

root@mail:~# nano /etc/hosts

127.0.0.1 localhost.localdomain localhost

192.168.2.60 mail.nixsystem.org mail

Bu ayarlar bittikten sonra bind9 kurulumu ve dns ayarlaması kaldı öncelikle sunucumuza webmin kurulumu yapalım ubuntu için webmin kurulumu werdiğim linke tıklayarak ulaşa bilirsiniz.

http://www.idriskoc.com/?p=19

dns ayarlarını webmin içerisinden dns ayarlayalım

root@mail:~# dig -t mx nixsystem.org MX Kaydı test

; <<>> DiG 9.7.0-P1 <<>> -t mx nixsystem.org

;; global options: +cmd

;; Got answer:

;; ->>HEADER<

;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:

;nixsystem.org. IN MX

;; ANSWER SECTION:

nixsystem.org. 2869 IN MX 10 nixsystem.org.

;; Query time: 112 msec

;; SERVER: 192.168.2.10#53(192.168.2.10)

;; WHEN: Wed Apr 18 14:32:49 2012

;; MSG SIZE rcvd: 47

root@mail:~# dig -t A mail.nixsystem.org A Kaydı test

; <<>> DiG 9.7.0-P1 <<>> -t A mail.nixsystem.org

;; global options: +cmd

;; Got answer:

;; ->>HEADER<

;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:

;mail.nixsystem.org. IN A

;; ANSWER SECTION:

mail.nixsystem.org. 2817 IN A 88.250.122.21

;; Query time: 0 msec

;; SERVER: 192.168.2.10#53(192.168.2.10)

;; WHEN: Wed Apr 18 14:33:36 2012

;; MSG SIZE rcvd: 52

root@mail:~# dig -x mail.nixsystem.org PTR Kaydı test

; <<>> DiG 9.7.0-P1 <<>> -x mail.nixsystem.org

;; global options: +cmd

;; Got answer:

;; ->>HEADER<

;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:

;org.nixsystem.mail.in-addr.arpa. IN PTR

;; AUTHORITY SECTION:

in-addr.arpa. 900 IN SOA b.in-addr-servers.arpa. nstld.iana.org. 2011025304 1800 900 604800 3600

;; Query time: 94 msec

;; SERVER: 192.168.2.10#53(192.168.2.10)

;; WHEN: Wed Apr 18 14:35:17 2012

;; MSG SIZE rcvd: 117

root@mail:~# nano /etc/resolv.conf

nameserver 127.0.0.1

işlemler bittikten sonra sunucumuzu restart edelim

zimbra sitasinden wget yardımı ile zimbra indirelim

wget http://files.zimbra.com/downloads/7.2.0_GA/zcs-7.2.0_GA_2669.UBUNTU10_64.20120410002303.tgz

Zimbra’yı sunucumuza indirelim

Ubuntu kurulumunu tamamladıktan sonra artık ZCS kurulumuna geçebiliriz. Ancak bunu yapmadan önce apt-get upgrade komutu ile sunucumuzu güncellemememiz gerekmekte. Sunucuyu güncelledikten sonra www.zimbra.com adresinden zcs-NETWORK-7.2.0_GA 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.

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

tar zxf indirdiğimiz dosya adı.tgz

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

ÖRNEK : [root@mail:~/zcs-7.2.0_GA_2555.UBUNTU10_64.20120105094803#

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

[root@mail:~/zcs-7.2.0_GA_2555.UBUNTU10_64.20120105094803#./install.sh –platform-override

Operations logged to /tmp/install.log.4923
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: netcat-openbsd-1.89-3ubuntu2
FOUND: sudo-1.7.2p1-1ubuntu5.3
FOUND: libidn11-1.15-2
FOUND: libpcre3-7.8-3build1
FOUND: libgmp3c2-2:4.3.2+dfsg-1ubuntu1
FOUND: libexpat1-2.0.1-7ubuntu1
FOUND: libstdc++6-4.4.3-4ubuntu5.1
FOUND: libperl5.10-5.10.1-8ubuntu2.1
Checking for suggested prerequisites…
FOUND: perl-5.10.1
FOUND: sysstat
FOUND: sqlite3
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

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

Removing /opt/zimbra
Removing zimbra crontab entry…done.
Cleaning up zimbra init scripts…done.
Cleaning up /etc/ld.so.conf…done.
Cleaning up /etc/security/limits.conf…done.

Finished removing Zimbra Collaboration Suite.

Installing packages zimbra-ldap……zimbra-ldap_7.2.0_GA_2555.UBUNTU10_64_amd64.deb…done
zimbra-logger……zimbra-logger_7.2.0_GA_2555.UBUNTU10_64_amd64.deb…done
zimbra-mta……zimbra-mta_7.2.0_GA_2555.UBUNTU10_64_amd64.deb…done
zimbra-snmp……zimbra-snmp_7.2.0_GA_2555.UBUNTU10_64_amd64.deb…done
zimbra-store……zimbra-store_7.2.0_GA_2555.UBUNTU10_64_amd64.deb…done
zimbra-apache……zimbra-apache_7.2.0_GA_2555.UBUNTU10_64_amd64.deb…done
zimbra-spell……zimbra-spell_7.2.0_GA_2555.UBUNTU10_64_amd64.deb…done
Operations logged to /tmp/zmsetup.04182012-115016.log
Installing LDAP configuration database…done.
Setting defaults…

It is suggested that the MX record resolve to this host
Re-Enter domain name? [Yes]
Create domain: [mail.nixsystem.org] nixsystem.org
Warning: no ‘A’ record found for nixsystem.org

Interface: 192.168.2.60
Interface: 127.0.0.1
Warning: no ‘A’ record found for nixsystem.org
Warning: no ‘A’ record found for nixsystem.org

DNS ERROR – none of the MX records for nixsystem.org
resolve to this host
It is suggested that the MX record resolve to this host
Re-Enter domain name? [Yes] no
done.
Checking for port conflicts

Main menu

1) Common Configuration:
2) zimbra-ldap: Enabled
3) zimbra-store: Enabled
+Create Admin User: yes
+Admin user to create: admin@nixsystem.org
******* +Admin Password UNSET
+Anti-virus quarantine user: virus-quarantine.4_lbvxlj5b@nixsystem.org
+Enable automated spam training: yes
+Spam training user: spam.2zn0qllylg@nixsystem.org
+Non-spam(Ham) training user: ham.nykhxhzqt@nixsystem.org
+SMTP host: mail.nixsystem.org
+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.nixsystem.org: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@nixsystem.org
+Version update source email: admin@nixsystem.org

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@nixsystem.org
** 4) Admin Password UNSET
5) Anti-virus quarantine user: virus-quarantine.4_lbvxlj5b@nixsystem.org
6) Enable automated spam training: yes
7) Spam training user: spam.2zn0qllylg@nixsystem.org
Non-spam(Ham) training user: ham.nykhxhzqt@nixsystem.org
9) SMTP host: mail.nixsystem.org
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.nixsystem.org: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@nixsystem.org
24) Version update source email: admin@nixsystem.org

Select, or ‘r’ for previous menu [r] 4

Password for admin@nixsystem.org (min 6 characters): [UxJVqMQSdi] 123456

Store configuration

1) Status: Enabled
2) Create Admin User: yes
3) Admin user to create: admin@nixsystem.org
4) Admin Password set
5) Anti-virus quarantine user: virus-quarantine.4_lbvxlj5b@nixsystem.org
6) Enable automated spam training: yes
7) Spam training user: spam.2zn0qllylg@nixsystem.org
Non-spam(Ham) training user: ham.nykhxhzqt@nixsystem.org
9) SMTP host: mail.nixsystem.org
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.nixsystem.org: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@nixsystem.org
24) Version update source email: admin@nixsystem.org

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
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.10617]
Saving config in /opt/zimbra/config.10617…done.
The system will be modified – continue? [No] y
Operations logged to /tmp/zmsetup.04182012-115016.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.
Setting BES searcher password…done.
Creating server entry for mail.nixsystem.org…done.
Saving CA in ldap …done.
Saving SSL Certificate in ldap …done.
Setting spell check URL…done.
Setting service ports on mail.nixsystem.org…done.
Adding mail.nixsystem.org to zimbraMailHostPool in default COS…done.
Installing webclient skins…
twilight…done.
bare…done.
sky…done.
waves…done.
lake…done.
lemongrass…done.
tree…done.
hotrod…done.
smoke…done.
carbon…done.
pebble…done.
sand…done.
oasis…done.
beach…done.
lavender…done.
steel…done.
bones…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.nixsystem.org…done.
Creating domain nixsystem.org…done.
Setting default domain name…done.
Creating domain nixsystem.org…already exists.
Creating admin account admin@nixsystem.org…done.
Creating root alias…done.
Creating postmaster alias…done.
Creating user spam.2zn0qllylg@nixsystem.org…done.
Creating user ham.nykhxhzqt@nixsystem.org…done.
Creating user virus-quarantine.4_lbvxlj5b@nixsystem.org…done.
Setting spam training and Anti-virus quarantine accounts…done.
Initializing store sql database…done.
Setting zimbraSmtpHostname for mail.nixsystem.org…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.0_GA_2555_UBUNTU10_64)
The ADMIN EMAIL ADDRESS created (admin@nixsystem.org)

Notify Zimbra of your installation? [Yes] n
Notification skipped
Starting servers…done.
Installing common zimlets…
com_zimbra_adminversioncheck…done.
com_zimbra_srchhighlighter…done.
com_zimbra_date…done.
com_zimbra_bulkprovision…done.
com_zimbra_cert_manager…done.
com_zimbra_email…done.
com_zimbra_webex…done.
com_zimbra_phone…done.
com_zimbra_dnd…done.
com_zimbra_url…done.
com_zimbra_social…done.
com_zimbra_attachcontacts…done.
com_zimbra_attachmail…done.
com_zimbra_linkedin…done.
Finished installing common zimlets.
Restarting mailboxd…done.
Setting up zimbra crontab…done.

Moving /tmp/zmsetup.04182012-115016.log to /opt/zimbra/log

Configuration complete – press return to exit

[root@mail:~/zcs-7.2.0_GA_2555.UBUNTU10_64.20120105094803#

zimbra logo

Ubuntu 10.04 zimbra 7.2.0 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