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

          【1】配置perl版本為5.8
          如果你的ubunut是10.04版本的話,就需要把原來(lái)的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
          測(cè)試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
                      引用請(qǐng)注明來(lái)源 http://www.aygfsteel.com/zhyiwww   
          |----------------------------------------------------------------------------------------|
          posted on 2010-06-05 16:33 zhyiwww 閱讀(1075) 評(píng)論(0)  編輯  收藏 所屬分類: linux
          主站蜘蛛池模板: 甘泉县| 延边| 大理市| 石棉县| 镇原县| 平果县| 普洱| 博白县| 洛南县| 缙云县| 剑河县| 时尚| 民县| 安化县| 西畴县| 都兰县| 化隆| 涿州市| 台湾省| 宁蒗| 英超| 永仁县| 上犹县| 沧州市| 洛浦县| 宝兴县| 五原县| 叶城县| 福清市| 基隆市| 桃源县| 普兰县| 繁昌县| 阿拉尔市| 社旗县| 江永县| 和硕县| 乌鲁木齐市| 营山县| 白朗县| 永昌县|