偷偷摘套内射激情视频,久久精品99国产国产精,中文字幕无线乱码人妻,中文在线中文a,性爽19p

Ubuntu 8.04 Server下安裝Zimbra6.07流程

系統(tǒng) Linux
Zimbra提供一套開源協(xié)同辦公套件包括WebMail,日歷,通信錄,Web文檔管理和創(chuàng)作。它最大的特色在于其采用Ajax技術(shù)模仿CS桌面應(yīng)用軟件的風(fēng)格開發(fā)的客戶端兼容Firefox,Safari和IE瀏覽器。讓我們看看如何安裝Zimbra6.07。

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

  1、配置perl版本為5.8

  如果你的ubunut是10.04版本的話,就需要把原來的perl版本卸載掉,因?yàn)榘姹咎摺?/p>

  在zimbra中寫定了使用的perl版本號是5.8,所以需要安裝perl5.8

  2、安裝bind9并配置hosts

  這一步非常重要

  #apt-get install bind9

  配置bind

  #vi /etc/bind/name.conf

  添加如下內(nèi)容

  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

  內(nèi)容為:

  ;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

  內(nèi)容為:

  ;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看一下就可以了,就是給服務(wù)器一個固定模式的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要一樣啊,這是安裝前準(zhǔn)備的關(guān)鍵。

通過文章的描述,我們可以通過六大步實(shí)現(xiàn)Ubuntu 8.04 Server下Zimbra6.07的安裝,希望對你們有所幫助!

【編輯推薦】

責(zé)任編輯:趙鵬 來源: 網(wǎng)絡(luò)轉(zhuǎn)載
相關(guān)推薦

2011-02-21 17:17:05

UbuntuZimbra安裝

2011-01-19 12:56:45

Zimbraserve安裝

2011-02-21 17:28:50

Zimbraserver安裝

2009-02-18 19:13:25

2010-01-07 10:14:41

2011-06-20 10:40:03

Ubuntu Qtopia

2011-01-21 17:43:13

2010-02-07 11:07:13

Ubuntu 8.04

2010-03-15 14:01:29

ubuntu8.04

2009-07-10 16:31:01

Ubuntu下安裝JD安裝Tomcat

2010-06-13 09:27:18

Grub安裝Ubunt

2011-02-21 17:41:58

2009-12-29 17:21:24

Ubuntu 8.04

2010-09-09 17:41:52

ubuntu8.04tftp

2012-08-13 17:34:11

ubuntu操作系統(tǒng)

2011-09-06 15:10:20

Ubuntu圖形界面

2011-01-19 12:29:44

2010-03-12 17:03:28

ubuntu8.04

2011-01-20 11:00:07

Zimbra安裝

2011-04-19 17:10:12

UbuntuServer遠(yuǎn)程連接
點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號