因為一台主機跑的是CentOS 5.5 64位元的版本
之前在linux上裝openwebmail都要裝很多rpm今天在官網看到簡單的安裝方式
直接用yum就可以安裝openwebmail囉!
因為用的是RH EL5(CentOS),所以 perl-Text-Iconv要另外裝,Fedora就不必
wget http://packages.sw.be/perl-Text-Iconv/perl-Text-Iconv-1.7-1.el5.rf.x86_64.rpm
rpm -Uvh rpm -Uvh perl-Text-Iconv-1.7-1.el5.rf.x86_64.rpm
再來就是安裝yum的資料源
cd /etc/yum.repos.d
lftpget http://openwebmail.org/openwebmail/download/redhat/rpm/release/openwebmail.repo
yum install openwebmail
/var/www/cgi-bin/openwebmail/openwebmail-tool.pl –init
簡單快速安裝完openwebmail~省時省力多了
如果有用yum常常在更新漏洞的主機,可以把openwebmail.repo移掉
這樣更新的速度會快一點,但是如果是使用cron來做的話
那就沒有差囉!反正會設定在離峰時間才會做更新
10/10/11 快速安裝webmin 也寫一寫吧!當然資料也來自官網
cd /etc/yum.repos.d
vi webmin.repo
—貼上下面的資料–
[Webmin]—貼上結束–
name=Webmin Distribution Neutral
baseurl=http://download.webmin.com/download/yum
enabled=1
匯入GPG Key
rpm --import http://www.webmin.com/jcameron-key.asc
進行安裝
yum install webmin
隨機文章
- 透過免費Linux 打造舊電腦成為工作機 (2020-09-21)
- IPCOP 架 proxy 比pfSense 好用 (2016-10-14)
- 在ubuntu 10.4 LTS版上的輸入法設定 (2010-09-06)
- Tunderbird 單一儲存檔案改成單郵件儲存 (2015-09-27)
- 明明是一篇好文章…但是看到這裡…我笑了 (2016-07-19)









你好 安裝完之後 我的網頁都無法顯示圖檔
images 路徑是否有誤?
圖檔預設安裝在/var/www/html/data下(如果我沒有記錯的話)
如果不在下面
copy過去一份即可