CentOS 7.0 安装 ZCS 8.6.0

阅读: 评论:0

CentOS 7.0 安装 ZCS 8.6.0

CentOS 7.0 安装 ZCS 8.6.0

简介


Zimbra的核心产品是Zimbra协作套件(Zimbra Collaboration Suite,简称ZCS)。除了它的核心功能是电子邮件和日程安排服务器,当然还包括许多其它的功能,就象是下一代的微软Exchange。在电子邮件和日程安排之外,它还提供文档存储和编辑、即时消息以及一个利用获奖技术开发的全功能的管理控制台。ZCS同时也提供移动设备的支持,以及与部署于Windows、Linux或Apple操作系统中的桌面程序的同步功能。ZCS 8.6 带来了新的特性,改善邮件服务器,它提供了一个更好的web客户端体验。

环境

系统:Centos7
ip地址:192.168.1.109

安装前准备

1.关闭SELINUX并清空iptable规则

# sed -i 's/SELINUX=enforcing/SELINUX=disabled/' /etc/sysconfig/selinux
# yum -y install iptables-services
# iptables -F
# iptables -X
# iptables -z
# service iptables save
# reboot

2.配置主机名

# hostnamectl set-hostname mail.zimbra
# echo "192.168.1.109  mail.zimbra" >> /etc/hosts

3.安装zimbra所需要的包和库

# yum -y update
# yum -y install perl perl-core nmap sudo libidn gmp libaio libstdc++ unzip sysstat sqlite nc

4.关闭安装的MTA服务

# systemctl stop postfix.service
# systemctl disable postfix.service

配置dns服务器

1.安装bind

# yum -y install bind bind-utils

2.修改主配置文件

vim /f
添加下面的配置:
zone "zimbra" IN {type master;file "zimbra";allow-update { none; };
};
zone "1.168.192.in-addr.arpa" IN {type master;file "192.168.1.arpa";allow-update { none; };
};

2.配置区域配置文件

# vim /var/named/zimbra$TTL 1D
@	IN SOA	@ rname.invalid. (0	; serial1D	; refresh1H	; retry1W	; expire3H )	; minimumNS	ns.zimbra.MX 10	mail.zimbra.
ns	A	192.168.1.109
mail	A	192.168.1.109# vim /var/named/192.168.1.arpa$TTL 1D
@       IN SOA  @ rname.invalid. (0       ; serial1D      ; refresh1H      ; retry1W      ; expire3H )    ; minimumNS      ns.zimbra.
109     PTR     ns.zimbra.
109     PTR     mail.zimbra.

3.重启bind

# systemctl restart named.service

4.使用本地dns服务器

# echo "nameserver 127.0.0.1" >> /f

安装zimbra

1.下载zimbra

# wget .6.0_GA/zcs-8.6.0_GA_1153.RHEL7_

2.解压压缩包并修改文件夹名

# tar -zxvf zcs-8.6.0_GA_1153.RHEL7_64.20141215151110
# mv zcs-8.6.0_GA_1153.RHEL7_64.20141215151110 zimbra

3.运行脚本开始安装zimbra

# cd zimbra
# ./install.sh --platform-overrideOperations logged to /tmp/install.log.2744
Checking for .
Do you agree with the terms of the software license agreement? [N] y......
Install zimbra-ldap [Y] Install zimbra-logger [Y] Install zimbra-mta [Y] Install zimbra-dnscache [Y] nInstall zimbra-snmp [Y] Install zimbra-store [Y] Install zimbra-apache [Y] Install zimbra-spell [Y] Install zimbra-memcached [Y] Install zimbra-proxy [Y] ......
The system will be modified.  Continue? [N] y......
DNS ERROR resolving MX for mail.zimbra
It is suggested that the domain name have an MX record configured in DNS
Change domain name? [Yes] 
Create domain: [mail.zimbra] zimbraMX: mail.zimbra (192.168.1.109)Interface: 127.0.0.1Interface: ::1Interface: 192.168.1.109
done.
Checking for port conflictsMain menu1) Common Configuration:                                                  2) zimbra-ldap:                             Enabled                       3) zimbra-logger:                           Enabled                       4) zimbra-mta:                              Enabled                       5) zimbra-snmp:                             Enabled                       6) zimbra-store:                            Enabled                       +Create Admin User:                    yes                           +Admin user to create:                 admin@zimbra              
******* +Admin Password                        UNSET                         +Anti-virus quarantine user:           virus-quarantine.vhwa2pqsa7&# 
Address unconfigured (**) items  (? - help) 6Store configuration1) Status:                                  Enabled                       2) Create Admin User:                       yes                           3) Admin user to create:                    admin@zimbra              
** 4) Admin Password                           UNSET                                           ......                     
Select, or 'r' for previous menu [r] 4Password for admin@zimbra (min 6 characters): [5okG5xTdX]     
Select, or 'r' for previous menu [r] r......
*** 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.11982] 
Saving config in /opt/zimbra/done.
The system will be modified - continue? [No] 
Notify Zimbra of your installation? [Yes] no
Notification skipped
Setting up done.Moving /tmp/zmsetup04082016-205457.log to /opt/zimbra/logConfiguration complete - press return to exit

4.启动zimbra并查看状态

# su - zimbra        //切换到zimbra用户
# zmcontrol start    //启动zimbra# zmcontrol status   //查看启动状态
# zmcontrol stop     //停止zimbra

查看zimbra启动状态:

5.访问管理页面测试

访问zimbra管理页面,在浏览器输入:

192.168.1.109:7071

登录界面:

后台管理界面:

访问zimbra客户端,在浏览器输入:

192.168.1.109

用户登录界面:

用户界面:

免费提供最新Linux技术教程书籍,为开源技术爱好者努力做得更多更好:/

转载于:

本文发布于:2024-01-29 04:23:42,感谢您对本站的认可!

本文链接:https://www.4u4v.net/it/170647342712671.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:CentOS   ZCS
留言与评论(共有 0 条评论)
   
验证码:

Copyright ©2019-2022 Comsenz Inc.Powered by ©

网站地图1 网站地图2 网站地图3 网站地图4 网站地图5 网站地图6 网站地图7 网站地图8 网站地图9 网站地图10 网站地图11 网站地图12 网站地图13 网站地图14 网站地图15 网站地图16 网站地图17 网站地图18 网站地图19 网站地图20 网站地图21 网站地图22/a> 网站地图23