文/劉明
搭建Zimbra郵箱
文/劉明
Zimbra開源協(xié)同辦公套件包括WebMail,日歷,通信錄,Web文檔管理和創(chuàng)作。它最大的特色在其采用Ajax技術(shù)模仿CS桌面應(yīng)用軟件的風(fēng)格開發(fā)的客戶端兼容Firefox,Safari和IE瀏覽器,同時還支持全文檢索。
它支持任意郵件客戶端軟件如foxmail、OE等,也支持基于Web的瀏覽器訪問。
同時,它擁有快速可訂制的高級搜索功能,可以按主題自由組織文件夾中的郵件。
那么,如何搭建這樣的郵件系統(tǒng)?
準(zhǔn)備工作包括:
操作系統(tǒng):centos5.5
其他環(huán)境: DNS服務(wù)器解析
必須的軟件包sysstat
yum install sysstat
通過nslookup 檢查域名是否可用。
軟件安裝
http://www.zimbra.com/downloads/ne-downloads.html下載安裝包
wget http://files2.zimbra.com/downloads/7.1.0_GA/zcs-NETWORK-7.1.0_GA_3140.RHEL5.20110329135255.tgz
解壓tgz包
1. #tarzxvfzcs-NETWORK-7.1.0_GA_3140.RHEL5.20110329135255.tgz
安裝zimbra
1. #cdzcs-NETWORK-7.1.0_GA_3140.RHEL5.20110329135255
#./install.sh--platform-override
由于下載的軟件版本支持Red Hat Enterprise Linux 5.因此對于centos,一定需要加參數(shù),否則會出錯。
用tar解壓,錯誤可能如下:
gzip: stdin: unexpected end of file
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
原因:該源碼包在下載過程中被破壞.
解決辦法:換個地址下載(有可能在另一個地址下載也不行,可能他們都是同一個源地址,建議多換幾個)
對于新手,默認(rèn)安裝直接回車即可,不過有幾點(diǎn)需要注意。
install anyway? [N]選擇Y
The system will be modified. Continue? [N]選擇Y
當(dāng)安裝到
Main menu
1) Common Configuration:
2) zimbra-ldap: Enabled
3) zimbra-store: Enabled
這些信息時,需要注意
選擇3回車,再選擇4,設(shè)置配置員密碼
Password for admin@mail.rookie.com (min 6 characters):[UKzK4JXi]
輸入一次就完成
完成后輸入r回到上級目錄
Select, or 'r' for previous menu
輸入a 應(yīng)用剛剛的修改
*** CONFIGURATION COMPLETE - press 'a' to apply
Select from menu, or press 'a' to apply config ( -help)
再次確定,直接回車
Save configuration data to a file [Yes]
Save config in file: [/opt/zimbra/config.8916]
提示系統(tǒng)會被修改,這里要選擇Yes
The system will be modified - continue? [No]Yes
是否把安裝信息發(fā)送到zimbra 官網(wǎng),選擇yes 和 no都可以。
Notify Zimbra of your installation? [Yes]
出現(xiàn)以下行證明安裝配置成功
Configuration complete - press return to exit
安裝完成。
(作者單位為山東省淄博市周村職業(yè)中等專業(yè)學(xué)校)