Ubuntu 8.04 Server下安装Zimbra6.07流程
创始人
2024-07-20 15:00:33
0

Ubuntu 8.04 Server下安装Zimbra6.07流程如下:

  1、配置perl版本为5.8

  如果你的ubunut是10.04版本的话,就需要把原来的perl版本卸载掉,因为版本太高。

  在zimbra中写定了使用的perl版本号是5.8,所以需要安装perl5.8

  2、安装bind9并配置hosts

  这一步非常重要

  #apt-get install bind9

  配置bind

  #vi /etc/bind/name.conf

  添加如下内容

  zone "test1.com" {

  type master;

  file "/etc/bind/db.test1.com";

  };

  zone "3.168.192.in-addr.arpa" {

  type master;

  file "/etc/bind/db.192.168.3";

  };

  # vi /etc/bind/db.test1.com

  内容为:

  ;BIND reverse data file for empty rfc1918 zone

  ;

  ; DO NOT EDIT THIS FILE - it is used for multiple zones.

  ; Instead, copy it, edit named.conf, and use that copy.

  ;

  $TTL 86400

  @ IN SOA test1.com. root.test1.com. (

  1 ; Serial

  604800 ; Refresh

  86400 ; Retry

  2419200 ; Expire

  86400 ) ; Negative Cache TTL

  ;

  @ IN NS mail

  IN MX 10 mail

  IN A 192.168.3.193

  mail IN A 192.168.3.193

  #vi /etc/bind/db.192.168.3

  内容为:

  ;BIND reverse data file for empty rfc1918 zone

  ;

  ; DO NOT EDIT THIS FILE - it is used for multiple zones.

  ; Instead, copy it, edit named.conf, and use that copy.

  ;

  $TTL 86400

  @ IN SOA test1.com. root.test1.com. (

  1 ; Serial

  604800 ; Refresh

  86400 ; Retry

  2419200 ; Expire

  86400 ) ; Negative Cache TTL

  ;

  IN NS mail.test1.com.

  193 IN PTR mail.test1.com.

  #/etc/init.d/bind9 restart

  测试bind配置

  #nslookup

  > server mail.test1.com

  Default server: mail.test1.com

  Address: 192.168.3.193#53

  就ok了

#p#

  3、vi /etc/network/interfaces

  # This file describes the network interfaces available on your system

  # and how to activate them. For more information, see interfaces(5).

  # The loopback network interface

  auto lo

  iface lo inet loopback

  # The primary network interface

  auto eth0

  iface eth0 inet static

  address 192.168.3.193

  netmask 255.255.255.0

  network 192.168.3.0

  broadcast 192.168.3.255

  gateway 192.168.3.1

  这个东西改成我这样,很好改 ifconfig看一下就可以了,就是给服务器一个固定模式的IP

  4、 /etc/init.d/networking restart

  5、vi /etc/hosts

  127.0.0.1 localhost.localdomain localhost

  192.168.3.193 mail.test1.com mail

  6、echo mail.test1.com > /etc/hostname

  5跟6的DNS要一样啊,这是安装前准备的关键。

通过文章的描述,我们可以通过六大步实现Ubuntu 8.04 Server下Zimbra6.07的安装,希望对你们有所帮助!

【编辑推荐】

  • Zimbra的简单配置
  • Zimbra 简单介绍
  • Zimbra的安装与配置
  • Zimbra 未解决的三个细节问题
  • Zimbra server的安装
  • Zimbra邮件系统安装
  • 开源软件商Zimbra拟明年增加Web邮箱IM功能

相关内容

热门资讯

如何允许远程连接到MySQL数... [[277004]]【51CTO.com快译】默认情况下,MySQL服务器仅侦听来自localhos...
如何利用交换机和端口设置来管理... 在网络管理中,总是有些人让管理员头疼。下面我们就将介绍一下一个网管员利用交换机以及端口设置等来进行D...
各种千兆交换机的数据接口类型详... 千兆交换机有很多值得学习的地方,这里我们主要介绍各种千兆交换机的数据接口类型,作为局域网的主要连接设...
施耐德电气数据中心整体解决方案... 近日,全球能效管理专家施耐德电气正式启动大型体验活动“能效中国行——2012卡车巡展”,作为该活动的...
Windows恶意软件20年“... 在Windows的早期年代,病毒游走于系统之间,偶尔删除文件(但被删除的文件几乎都是可恢复的),并弹...
规避非法攻击 用好路由器远程管... 单位在市区不同位置设立了科技服务点,每一个服务点的员工都通过宽带路由器进行共享上网,和单位网络保持联...
范例解读VB.NET获取环境变... VB.NET编程语言的使用范围非常广泛,可以帮助开发人员处理各种程序中的需求,而且还能对移动设备进行...
20个非常棒的扁平设计免费资源 Apple设备的平面图标PSD免费平板UI 平板UI套件24平图标Freen平板UI套件PSD径向平...