Ubuntu 11.04 裝 openwebmail - Linux

Tom avatar
By Tom
at 2011-12-09T22:39

Table of Contents


我是用ubuntu 11.4
Mail SERVER已經可以正常運作
我有試過用SSH進到系統內,下指令寄信到g-mail,有收到信
從G-mail寄信過去自己的伺服器,也有收到

目前想裝openwebmail
因為我還是比較習慣用網頁寫、收e-mail



目前我爬到的文 (包跨官方站)
教的方法,都是在apt來源列表

/etc/apt/sources.list

加上

deb ftp://debian.tnc.edu.tw/pub1 b2d/

然後

apt-get install openwebmail



但是 debian.tnc.edu.tw 這台伺服器似乎死掉了
ping都ping不到
安裝當然也失敗



請問有別的安裝方法嗎?
我google了好久,試了兩三天了
都還是裝不起來



--

寫做F23,讀做純潔。
http://f23ko.com

--
Tags: Linux

All Comments

James avatar
By James
at 2011-12-13T17:21
是希望用自己的 domain嗎? 可以用 Google Apps,自己domain
Ingrid avatar
By Ingrid
at 2011-12-17T10:12
google代管代阻垃圾信
James avatar
By James
at 2011-12-19T12:15
是覺得有趣才架的 想說那台主機已經可以收、發e-amil,就想
說再加裝個WEB介面,讓使用上方便一點

Re: 有關匯入module,卻沒有device

Yuri avatar
By Yuri
at 2011-12-09T18:16
※ 引述《and#34;kolmogolovatgmail.comand#34; andlt;kolmogolovatgmail.comandgt;, 看板: Linux》之銘言: No such device 的訊息應該是來自 module it87.ko。 可以: modprobe -l | g ...

Re: script執行檔案

Elvira avatar
By Elvira
at 2011-12-09T18:14
※ 引述《and#34;kolmogolovatgmail.comand#34; andlt;kolmogolovatgmail.comandgt;, 看板: Linux》之銘言: 這是 passing command line arguments 的問題, 那就是,如何在 shell script 裡讀取指 ...

Re: 關於抹除資料

Cara avatar
By Cara
at 2011-12-09T18:13
※ 引述《and#34;kolmogolovatgmail.comand#34; andlt;kolmogolovatgmail.comandgt;, 看板: Linux》之銘言: 我假設 /mnt/zero 是你的 mount point,那就是一個 directory. 你不能對一個 mounted d ...

Re: AWK 傳結果到SHELL指定變數

Quanna avatar
By Quanna
at 2011-12-09T18:12
※ 引述《and#34;kolmogolovatgmail.comand#34; andlt;kolmogolovatgmail.comandgt;, 看板: Linux》之銘言: 你忘了說明 $file 是怎麼設定的。 -- 此為local存檔; 因為bs2可以看得到文章的內容,所以我就幫忙轉貼原本的內容 ...

AWK 傳結果到SHELL指定變數

Noah avatar
By Noah
at 2011-12-09T13:15
小弟遇上一個問題 用 ls 列出目錄下所有檔名之後 我要只取其中一個字串並指定到指定變數 我試著用 awk抓出 print第幾列 但是要傳回SHELL變數時 該指定變數echo出來卻總是空白 echo $files | awk and#39;{fn=$1} {printf and#34;%10s\n ...