差異處
這裏顯示兩個版本的差異處。
tech:zimbra [2018/05/21 00:20] – 建立 Jonathan Tsai | tech:zimbra [2018/06/11 17:53] (目前版本) – [環境準備] Jonathan Tsai | ||
---|---|---|---|
行 1: | 行 1: | ||
+ | ====== [draft]CentOS6 安裝 Zimbra Mail Server ====== | ||
+ | * 安裝環境 : CentOS release 6.9 (Final) x86_64 | ||
+ | * Zimbra 8.6.0 | ||
+ | * IP : 192.168.11.241 | ||
+ | * DN : zimbra.ichiayi.com | ||
+ | * hostname : kvm-zimbra | ||
+ | ===== 環境準備 ===== | ||
+ | * 關閉 selinux <code sh> | ||
+ | vi / | ||
+ | : | ||
+ | SELINUX=disabled | ||
+ | </ | ||
+ | * 關閉 postfix 服務< | ||
+ | service postfix stop | ||
+ | chkconfig postfix off | ||
+ | </ | ||
+ | * 設定 /etc/hosts < | ||
+ | 127.0.0.1 | ||
+ | ::1 | ||
+ | 192.168.11.241 | ||
+ | </ | ||
+ | * 重新開機< | ||
+ | sync; | ||
+ | </ | ||
+ | * 安裝 zimbra 需要的套件((如果沒有安裝, | ||
+ | yum install -y nc unzip | ||
+ | </ | ||
+ | |||
+ | ===== 下載安裝 Zimbra ===== | ||
+ | <code sh> | ||
+ | su - root | ||
+ | cd /opt | ||
+ | wget https:// | ||
+ | tar -zxvf zcs-8.6.0_GA_1153.RHEL6_64.20141215151155.tgz | ||
+ | cd zcs-8.6.0_GA_1153.RHEL6_64.20141215151155 | ||
+ | ./ | ||
+ | </ | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ===== 參考網址 ===== | ||
+ | * http:// | ||
+ | * https:// | ||
+ | |||
+ | {{tag> |