官网地址:http://www.zimbra.com/downloads
 下载说明:

 
1. 版本:


   zimbra有两个大版本:Open Source Edition和 Network Edition (Starter/Standard/Professional),其中前者免费,后者收费,此处下载前者

下面是VMWare Zimbra官网的Zimbra产品对比截图,具体请参见链接:http://www.zimbra.com/products/compare_products.html

2. 环境(以下网络及DNS信息请根据实际情况填写):

OS:Ubuntu Server 12.04 x64
    hostname:mail
    domain:sunnie.com
    address:192.168.1.5
    netmask:255.255.255.0
    gateway:192.168.1.1

nameserver:192.168.1.2

3.  配置DNS(必须)

# nano/etc/bind/named.conf.local

添加如下内容:

zone "example.com"{

type master;

file "/etc/bind/example.com";

};

# nano/etc/bind/example.com

添加如下内容:

$TTL 604800

@       IN     SOA     @   mail.local.(

20131212       ; Serial

604800 ; Refresh

86400  ; Retry

2419200 ; Expire

604800) ; Negative Cache TTL

;

@       IN     NS      mail

@       IN     MX     10    mail

mail     IN     A       192.168.1.5

#   invoke-rc.d     bind9     restart

4. 将Zimbra服务器上的临时DNS换成正式DNS,并重启服务器

# nano    /etc/resolv.conf

nameserver     192.168.1.5

# reboot

5. 安装Zimbra8.0.5

a)将zcs-8.0.5_GA_5839.UBUNTU12_64.20130910124038.tgz用FTP上传至Ubuntu Server系统的/data/目录下
    b)安装Zimbra相关组件:
          #aptitude install sudo libidn11 libpcre3 libgmp3c2 libperl5.14 libexpat1 perl5 sysstat sqlite3 file pax
    c)配置DNS,并重启服务器
         # nano /etc/resolvconf/resolv.conf.d/base
            nameserver 192.168.60.136
         # reboot
    d)安装:
         # cd /data/
         # tar  zxvf  zcs-8.0.5_GA_5839.UBUNTU12_64.20130910124038.tgz
         # cd  zcs-8.0.5_GA_5839.UBUNTU12_64.20130910124038
         # ./install.sh
         安装过程中会有如下提示:
         Do you agree with the terms of the software license agreement? [N] y
         Install zimbra-ldap [Y] y
         Install zimbra-logger [Y] y
         Install zimbra-mta [Y] y
         Install zimbra-snmp [Y] y
         Install zimbra-store [Y] y
         Install zimbra-apache [Y] y
         Install zimbra-spell [Y] y
         Install zimbra-memcached [N] y
         Install zimbra-proxy [N] y
         The system will be modified.  Continue? [N] y
         Change domain name? [Yes] no

选择3
         然后再选择4
         输入admin密码,此处我的密码是zimbra
         选择 r 回到上级目录

选择s
         要求保存文件时,直接回车即可

选择a 应用所有配置
         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.9213] 
         Saving config in /opt/zimbra/config.9213...done.
         The system will be modified - continue? [No] yes
         Notify Zimbra of your installation? [Yes] no
         Configuration complete - press return to exit 回车退出即可
      e)修改/opt/zimbra/.bashrc
         # nano /opt/zimbra/.bashrc
         找到PATH,在等号最前面添加/usr/share/file:最后形式如下:PATH=/usr/share/file:${ZIMBRA_HOME}/bin:${ZIMBRA_HOME}/postfix/sbin:...
      f)重启服务器 
         # reboot

4)客户端登录

https://192.168.1.5
       用户名:admin
       密码:zimbra (刚刚修改的admin密码)

5)测试

a) 外发邮件:
              现在假设登录服务器192.168.1.5,红色字体部分是需要我们手动输入的内容
              测试步骤如下:
              telnet  192.168.1.5 25
              Trying 192.168.1.5...
              Connected to 192.168.1.5 (192.168.1.5).
              Escape character is '^]'.
              220 mail.example.com ESMTP Postfix
              helo example.com
              250 mail.example.com
              mail from:<admin@example.com>
              250 2.1.0 Ok
              rcpt to:<zzban@126.com>
              250 2.1.5 Ok
              data
              354 End data with <CR><LF>.<CR><LF>
              Subject: this is a test mail
              This is test mail content
               .
              250 2.0.0 Ok: queued as 88B3B2A68032
              quit
              221 2.0.0 Bye
              Connection closed by foreign host.
              这样邮件就发送出去了,你可以登录你的收件邮件看看有没有收到邮件。如果收到邮件,表示一切正常,结束。
        b) 内发邮件
             步骤同上,只需将mail from所示的发件人和rcpt to所示的收件人邮箱互换即可

至此,zimbra8.0.5集成邮件服务器搭建完成

Zimbra8.x邮件服务器安装及配置的更多相关文章

  1. Windows Server 2008 DNS服务器安装与配置

    Windows Server 2008 DNS服务器安装与配置本文关键字:Windows Server 2008 DNS.IIS 服务器安装与配置,DNS服务器本文来源:http://www.ip-t ...

  2. linux邮件服务器postfix配置实例

    linux邮件服务器postfix配置实例(超级详细!!!) 2013-03-13 13:30:21 标签:邮件服务器 linux 1. 系统安装:1)centos4.3 选上MAIL组件里的全部.2 ...

  3. ftp服务器安装与配置

    ftp服务器安装与配置 1. ftp服务端的安装 1 如果之前配置过ftp服务器的还是之后配置的服务器,无法启动服务,那么基本是配置出现了错误,那么可先完全卸载后再进行安装.如果无法定位多半是镜像源的 ...

  4. Tomcat服务器安装、配置、测试

    Tomcat服务器安装.配置.测试(win7_64bit) 目录 1.概述 2.本文用到的工具 3.Tomcat服务器安装配置 4.Tomcat服务器简单测试 5.注意事项 >>看不清的图 ...

  5. centos7邮件服务器SSL配置

    在上篇文章centos7搭建postfix邮件服务器的搭建中我们没有配置SSL,接下来我们在这篇文章中讲讲centos7邮件服务器SSL配置. 1. 创建SSL证书 [root@www ~]# cd ...

  6. linux下WEB服务器安装、配置VSFTP

    转载  http://www.oicto.com/centos-vsftp/?tdsourcetag=s_pcqq_aiomsg linux下WEB服务器安装.配置VSFTP 由 admin · 发布 ...

  7. [转载]Ubuntu下Git服务器安装与配置

    原文地址:Ubuntu下Git服务器安装与配置作者:F民抄 1. 安装 1.1 安装Git-Core: sudo apt-get install git-core 1.2 安装 Gitosis sud ...

  8. Jenkins中Jelly邮件模板的配置

    [链接]Jenkins中Jelly邮件模板的配置http://blog.csdn.net/hwhua1986/article/details/47975237

  9. 笔记-git-git服务器安装及配置

    笔记-git-git服务器安装及配置 1.      GIT服务器简介 Git 可以使用四种主要的协议来传输数据:本地传输,SSH 协议,Git 协议和 HTTP 协议.下面分别介绍一下哪些情形应该使 ...

随机推荐

  1. jQuery的live()方法对hover事件的处理示例

    hover([over,]out) 一个模仿悬停事件(鼠标移动到一个对象上面及移出这个对象)的方法 当鼠标移动到一个匹配的元素上面时,会触发指定的第一个函数. 当鼠标移出这个元素时,会触发指定的第二个 ...

  2. 7-ajax的同步和异步?

    同步和异步统一根据send()执行的位置来实现分割逻辑同步:1.send()后统一不会被执行,直到http事务完成之后才会之后后续逻辑.2.堵塞send()方法的逻辑.异步:1.send()后面照样执 ...

  3. 操作iis

    以后研究 try { string method = "Recycle"; string AppPoolName = "z.chinabett.com"; Di ...

  4. tinkphp URL重写,支持伪静态

    通常的URL里面含有index.php,为了达到更好的SEO效果可能需要去掉URL里面的index.php ,通过URL重写的方式可以达到这种效果,通常需要服务器开启URL_REWRITE模块才能支持 ...

  5. 在Xcode7中安装Alcatraz(Xcode插件管理, 字体主题等)

    第一步:关闭 Xcode.第二步:如果你之前安装过Alcatraz,卸载它.在终端运行命令: rm -rf ~/Library/Application\ Support/Developer/Share ...

  6. 通过Unity依赖注入

    前言 Unity容器的思想起始于我在为Web Client Sofitware Factory项目工作的时候,微软的patterns&practices团队已经使用依赖注入的概念好几年了在那时 ...

  7. CSU 1616: Heaps(区间DP)

    题目链接:http://acm.csu.edu.cn/OnlineJudge/problem.php?id=1616 1616: Heaps Time Limit: 2 Sec  Memory Lim ...

  8. 对于HttpContext.Current的一点理解

    string[] userInfomationSplits = HttpContext.Current.User.Identity.Name.Split(new string[] { "\\ ...

  9. Zsh安装CMake补全脚本进行CMake命令补全

    最近在尝试使用Zsh,发现其补全命令的功能相当厉害.但对CMake命令的补全在默认的5.0.5中好像没有看到,网上找了下关于配置Zsh补全的文章也没有多少.     于是自己动手,发现在Zsh安装目录 ...

  10. Java学习----不变的常量

    byte: -128~+127 short int:129 long float:1.5f  (1.5被系统默认为double) double:4.5d char:'s'  '1' boolean:t ...