事先做好sendmail和httpd的安装,并正常运行。
到openwebmail的网站下载下面的软件包:http://openwebmail.com/openwebmail/download/redhat/rpm/packages/rh9/
perl-suidperl-5.8.0-88.i386.rpm
perl-Text-Iconv-1.2-RH80.i386.rpm
perl-Compress-Zlib-1.21-RH9.i386.rpm
perl-CGI-2.81-88.i386.rpm
以及optional里面的
perl-CGI-SpeedyCGI-2.21-RH9.i386.rpm
MIME-Base64-3.01.tar.gz(注意这个,在后面运行初始化openwebmail的时候可能会提示这个软件的版本不够用,所以把这个装上)
分别安装上面的软件
下载openwebmail的rpm包:http://openwebmail.com/openwebmail/download/redhat/rpm/release/
openwebmail-2.51-1.i386.rpm
安装:rpm -ivh openwebmail-2.51-1.i386.rpm
安装目录会在/var/www/下面出现两个目录:/cgi-bin和/data
将/cgi-bin/openwebmail/etc/defaults/auth_unix.conf拷贝到/etc目录下,并修改
a. passwdfile_encrypted /etc/shadow
b. passwdmkdb none
在/cgi-bin/openwebmail/etc/defaults/dbm.conf目录下修改dbm.conf文件,内容如下:
dbm_ext .db
dbmopen_ext .db
dbmopen_haslock yes
在/cgi-bin/openwebmail/etc目录下修改openwebmail.conf文件,内容如下:
a. mailspooldir /var/spool/mail
b. ow_cgidir /var/www/cgi-bin/openwebmail
c. ow_cgiurl /cgi-bin/openwebmail
d. ow_htmldir /var/www/data/openwebmail
e. ow_htmlurl /data/openwebmail
f. default_language zh_CN.GB2312
g. default_iconset Cool3D.Chinese.Simplified
然后运行/home/www/httpd/cgi-bin/openwebmail/openwebmail-tool.pl --init
[root@proxy openwebmail]# ./openwebmail-tool.pl --init
Welcome to the Open WebMail!
This program is going to send a short message back to the developer,
so we could have the idea that who is installing and how many sites are
using this software, the content to be sent is:
OS: Linux 2.4.20-8smp i686
Perl: 5.008
WebMail: Open WebMail 2.51 20050228
Send the site report?(Y/n) y
sending report...
Thank you.
[root@proxy openwebmail]#
出现上面的结果说明已经正确初始化了,这个时候也就安装完了,现在想起来好像很简单,但当时装的时候还是费了很大功夫的。运行下面的
http://100.100.100.100/cgi-bin/openwebmail/openwebmail.pl
就会出现openwebmail的登陆界面了。不过进入以后里面的图标都是英文的,进入data/openwebmail/images/iconsets里将相应的简体中文图标都拷到Cool3D.English 这个目录下面,就全部OK了。
写下来与大家共享!