[转 改]Zimbra 8.0顶级开源邮局解决方案实战
[经验]?【多图】Zimbra 8.0顶级开源邮局解决方案实战?[复制链接]??![[转 改]Zimbra 8.0第一流开源邮局解决方案实战](//img.reader8.net/uploadfile/jiaocheng/201401104/2808/201401281508043524.png)
59
主题0
好友297
积分Lord
- 发消息
楼主?发表于 2013-4-8 19:05:18?|只看该作者?|倒序浏览- 试验环境
- centos 6.3 64bit
- 512M ram
- 5GB hdd
- 1 IPv4
- zimbra 8.0.3 GA Release?
wget http://files2.zimbra.com/downloads/8.0.3_GA/zcs-8.0.3_GA_5664.RHEL6_64.20130305090204.tgz
<ignore_js_op style="word-wrap: break-word; outline: none;">?
2.解压安装包
tar zxvf zcs-8.0.3_GA_5664.RHEL6_64.20130305090204.tgz
3.安装一下基本包
yum install fprintd-pam libstdc++.i686 nc file sysstat
<ignore_js_op style="word-wrap: break-word; outline: none;">?
4.进入zcs安装目录
cd zcs-8.0.3_GA_5664.RHEL6_64.20130305090204
5.启动安装脚本
./install.sh --platform-override
6.同意软件协议
Do you agree with the terms of the software license agreement? [N] y
<ignore_js_op style="word-wrap: break-word; outline: none;">?
7.继续安装Do you wish to continue? [N] y
<ignore_js_op style="word-wrap: break-word; outline: none;">- Checking for prerequisites...
- ? ???FOUND: NPTL
- ? ???MISSING: nc
- ? ???FOUND: sudo-1.7.4p5-7
- ? ???FOUND: libidn-1.18-2
- ? ???FOUND: gmp-4.3.1-7
- ? ???FOUND: /usr/lib64/libstdc++.so.6
- Checking for suggested prerequisites...
- ? ???FOUND: perl-5.10.1
- ? ???MISSING: sysstat does not appear to be installed.
- ? ???FOUND: sqlite
- ###WARNING###
- ###ERROR###
- One or more prerequisite packages are missing.
- Please install them before running this installer.
- Installation cancelled.
提示sysstat和nc没有安装我们现在安装他
yum -y install sysstat
yum -y install nc
我们再次执行安装脚本
./install.sh --platform-override
8.确认安装
Install zimbra-ldap [Y] y?
Install zimbra-logger [Y] y
<ignore_js_op style="word-wrap: break-word; outline: none;">?
悲剧了。我的硬盘只有5GB装不了。装完系统只剩下3G了。
<ignore_js_op style="word-wrap: break-word; outline: none;">?
看来要换台机子试验了- 再次试验,换了新的服务器
- 环境如下
- centos 6.2 64bit
- 1GB ram
- 100G HDD
- 1 IPv4
- zimbra 8.0.3 GA Release
这个是6.2我更新下系统
yum -y update
如果提示主机名和ip不对请
vi /etc/hosts
在最下面加一条格式为
你的ip地址 空格空格空格主机玉米? ?如
157.7.129.98? ?? ?zcs.hostoc.com
9.再次确认
<ignore_js_op style="word-wrap: break-word; outline: none;">?
The system will be modified.??Continue? [N]y
10.开始安装了(会自动删除已安装的Zcs)??等待中
he 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 Server.
<ignore_js_op style="word-wrap: break-word; outline: none;">?
<ignore_js_op style="word-wrap: break-word; outline: none;">?
11.提示是否更改主机名Change hostname [Yes] no
如果你之前设置好了主机名就输入no,如果之前没有修正主机名就选yes,我之前改过主机名了所以直接no
DNS ERROR resolving MX for zcs.hostoc.com
It is suggested that the domain name have an MX record configured in DNS
Change domain name? [Yes]
我之前没有把玉米解析到服务器所以出现了这个提示。问你是否修正玉米,当然no
提示端口冲突了
Checking for port conflicts
Port conflict detected: 25 (zimbra-mta)
Port conflict detected: 25 (zimbra-mta)
我们把mat服务关掉(这里可以再开一个ssh连接到服务器执行以下命令,这样免得退出安装)
chkconfig postfix off
显示
Port conflicts detected! - Press Enter/Return key to continue
按回车键继续??等待一会
出现了菜单如下
Main menu
? ?1) Common Configuration:? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ???
? ?2) zimbra-ldap:? ?? ?? ?? ?? ?? ?? ?? ?? ???Enabled? ?? ?? ?? ?? ?? ?? ???
? ?3) zimbra-store:? ?? ?? ?? ?? ?? ?? ?? ?? ? Enabled? ?? ?? ?? ?? ?? ?? ???
? ?? ???+Create Admin User:? ?? ?? ?? ?? ?? ???yes? ?? ?? ?? ?? ?? ?? ?? ?? ?
? ?? ???+Admin user to create:? ?? ?? ?? ?? ???admin@zcs.hostoc.com? ?? ?? ??
******* +Admin Password? ?? ?? ?? ?? ?? ?? ?? ?UNSET? ?? ?? ?? ?? ?? ?? ?? ??
? ?? ???+Anti-virus quarantine user:? ?? ?? ???virus-quarantine.syn6oyin@zcs.hostoc.com
? ?? ???+Enable automated spam training:? ?? ? yes? ?? ?? ?? ?? ?? ?? ?? ?? ?
? ?? ???+Spam training user:? ?? ?? ?? ?? ?? ??spam.t5r33iun1e@zcs.hostoc.com
? ?? ???+Non-spam(Ham) training user:? ?? ?? ??ham.7teia5gmd@zcs.hostoc.com??
? ?? ???+SMTP host:? ?? ?? ?? ?? ?? ?? ?? ?? ? zcs.hostoc.com? ?? ?? ?? ?? ??
? ?? ???+Web server HTTP port:? ?? ?? ?? ?? ???80? ?? ?? ?? ?? ?? ?? ?? ?? ??
? ?? ???+Web server HTTPS port:? ?? ?? ?? ?? ? 443? ?? ?? ?? ?? ?? ?? ?? ?? ?
? ?? ???+Web server mode:? ?? ?? ?? ?? ?? ?? ? https? ?? ?? ?? ?? ?? ?? ?? ??
? ?? ???+IMAP server port:? ?? ?? ?? ?? ?? ?? ?7143? ?? ?? ?? ?? ?? ?? ?? ???
? ?? ???+IMAP server SSL port:? ?? ?? ?? ?? ???7993? ?? ?? ?? ?? ?? ?? ?? ???
? ?? ???+POP server port:? ?? ?? ?? ?? ?? ?? ? 7110? ?? ?? ?? ?? ?? ?? ?? ???
? ?? ???+POP server SSL port:? ?? ?? ?? ?? ?? ?7995? ?? ?? ?? ?? ?? ?? ?? ???
? ?? ???+Use spell check server:? ?? ?? ?? ?? ?yes? ?? ?? ?? ?? ?? ?? ?? ?? ?
? ?? ???+Spell server URL:? ?? ?? ?? ?? ?? ?? ?http://zcs.hostoc.com:7780/aspell.php
? ?? ???+Enable version update checks:? ?? ?? ?TRUE? ?? ?? ?? ?? ?? ?? ?? ???
? ?? ???+Enable version update notifications:??TRUE? ?? ?? ?? ?? ?? ?? ?? ???
? ?? ???+Version update notification email:? ??admin@zcs.hostoc.com? ?? ?? ??
? ?? ???+Version update source email:? ?? ?? ??admin@zcs.hostoc.com? ?? ?? ??
? ?4) zimbra-mta:? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?Enabled? ?? ?? ?? ?? ?? ?? ???
? ?5) zimbra-snmp:? ?? ?? ?? ?? ?? ?? ?? ?? ???Enabled? ?? ?? ?? ?? ?? ?? ???
? ?6) zimbra-logger:? ?? ?? ?? ?? ?? ?? ?? ?? ?Enabled? ?? ?? ?? ?? ?? ?? ???
? ?7) zimbra-spell:? ?? ?? ?? ?? ?? ?? ?? ?? ? Enabled? ?? ?? ?? ?? ?? ?? ???
? ?8) zimbra-proxy:? ?? ?? ?? ?? ?? ?? ?? ?? ? Enabled? ?? ?? ?? ?? ?? ?? ???
? ?9) 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)??
<ignore_js_op style="word-wrap: break-word; outline: none;">?
12.Address unconfigured (**) items??(? - help) 输入2回车
然后设置4到9的甩的密码密码
设置方法输入4回车然后输入密码回车
设置方法输入5回车然后输入密码回车
设置方法输入5回车然后输入密码回车
....以此
<ignore_js_op style="word-wrap: break-word; outline: none;">?
13.该设置的设置了到主菜单按a回车输入yes再回车等待
<ignore_js_op style="word-wrap: break-word; outline: none;">?
然后你就等啊等
最后显示Starting servers..了还要等
最后提示Notify Zimbra of your installation? [Yes]直接yes回车
最后你看到Configuration complete - press return to exit??表示安装成功了
按回车
<ignore_js_op style="word-wrap: break-word; outline: none;">?
打开https://zcs.hostoc.com/
可以登录了
<ignore_js_op style="word-wrap: break-word; outline: none;">?
<ignore_js_op style="word-wrap: break-word; outline: none;">?
<ignore_js_op style="word-wrap: break-word; outline: none;">?
<ignore_js_op style="word-wrap: break-word; outline: none;">?
<ignore_js_op style="word-wrap: break-word; outline: none;">?
mta stopped postfix is not running zimbra
mta? ???Stopped??postfix is not running
如果mat无法启动请执行
service postfix stop
再执行service zimbra restart