zhyiwww
          用平實(shí)的筆,記錄編程路上的點(diǎn)點(diǎn)滴滴………
          posts - 536,comments - 394,trackbacks - 0

          【1】配置perl版本為5.8
          如果你的ubunut是10.04版本的話,就需要把原來的perl版本卸載掉,因?yàn)榘姹咎摺?br /> 在zimbra中寫定了使用的perl版本號(hào)是5.8,所以需要安裝perl5.8

          【2】安裝bind9并配置hosts
           這一步非常重要
           #aptitude install bind9
          配置bind
          #vim /etc/bind/name.conf
          添加如下內(nèi)容
          zone "xxx.com.cn" {
                  type master;
                  file "/etc/bind/ccxe.com.cn";
          };

          zone "1.0.10.in-addr.arpa" {
                  type master;
                  file "/etc/bind/xxx.com.cn";
          };


          # vim /etc/bind/xxx.com.cn
          內(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       xxx.com.cn. root.localhost. (
                               1         ; Serial
                               604800    ; Refresh
                               86400     ; Retry
                               2419200   ; Expire
                               86400 )   ; Negative Cache TTL
          ;
          @    IN    NS   mail
          mail       IN    A    10.0.1.11
          120 IN    PTR       mail.xxx.com.cn.


          #/etc/init.d/bind9 restart
          測試bind配置
          #nslook
          > server mail.xxx.com.cn
          Default server: mail.xxx.com.cn
          Address: 10.0.1.11#53
          就ok了

          【3】安裝zimbra
          這個(gè)按照安裝方法就可以了



          |----------------------------------------------------------------------------------------|
                                     版權(quán)聲明  版權(quán)所有 @zhyiwww
                      引用請注明來源 http://www.aygfsteel.com/zhyiwww   
          |----------------------------------------------------------------------------------------|
          posted on 2010-06-05 16:33 zhyiwww 閱讀(1071) 評論(0)  編輯  收藏 所屬分類: linux
          主站蜘蛛池模板: 青川县| 辰溪县| 班戈县| 三穗县| 中宁县| 山阴县| 繁峙县| 新巴尔虎右旗| 龙州县| 马尔康县| 龙川县| 张家港市| 景东| 琼结县| 海门市| 房产| 盐源县| 通榆县| 曲水县| 彭泽县| 墨脱县| 营口市| 义马市| 新龙县| 屏东市| 大安市| 中牟县| 清新县| 高雄市| 临洮县| 朝阳县| 陈巴尔虎旗| 余江县| 江永县| 昭平县| 海口市| 松阳县| 南陵县| 同心县| 织金县| 嵊州市|