因為一台主機跑的是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
隨機文章
- .org.ua 免費域名使用的限制 (2010-12-09)
- 用php連接mssql成功,連接LDAP(AD)也成功 (2014-04-08)
- 連續幾天半夜都會登入失敗的痞客邦賺錢了 (2016-12-23)
- 內政部的官員們,腦袋是不是短路了 (2010-12-15)
- OpenMediaVault 3.0.99 install Plugins shows Error (2019-01-03)









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