2011年7月27日

Centos 5.6安裝openwebmail

OpenWebMail是一套web 介面的收發信軟體



# wget http://openwebmail.org/openwebmail/download/redhat/rpm/release/2.53/openwebmail-2.53-3.i386.rpm

# wget http://openwebmail.org/openwebmail/download/redhat/rpm/release/2.53/openwebmail-data-2.53-3.i386.rpm

# wget http://openwebmail.org/openwebmail/download/redhat/rpm/release/perl-Text-Iconv/perl-Text-Iconv-1.7-1.el5.rf.i386.rpm

# yum install perl-suidperl


# rpm -ivh perl-Text-Iconv-1.7-1.el5.rf.i386.rpm


# rpm -ivh openwebmail-*


# cd /var/www/cgi-bin/openwebmail


# ./openwebmail-tool.pl --init


# vim /var/www/cgi-bin/openwebmail/etc/openwebmail.conf
    default_language         en 改成 zh_TW.utf8
    default_iconset            Cool3D.English 改成 Cool3D.Chinese.Traditional

# servie httpd restart

http://XXX.XXX.XXX.XXX/webmail/


另外,我裝openwebmail是為了方便看root的系統信件,不過root是不能登入openwebmail的,所以還要設定把root的信件轉寄到一般使用者的信箱去
# vim /etc/aliases

在最後面加入  xxx是要看你看你要轉給哪一個使用者,不是真的設xxx哦
root:              xxx

沒有留言:

張貼留言