红联Linux门户
Linux帮助

FC5中openwebmail的安装

发布时间:2006-12-29 01:10:22来源:红联作者:yeliming
答:首先要安装以下三个rpm
perl-suidperl-5.8.8-5
perl-Text-Iconv-1.4-4.fc5
perl-Compress-Zlib-1.41-1.2.2
安装
rpm -ivh openwebmail-2.52-1.i386.rpm

把/var/www/cgi-bin/openwebmail/etc/defaults/dbm.conf
里面的内容改成:
dbm_ext .db
dbmopen_ext .db
dbmopen_haslock no
修改httpd服务的配置文件httpd.conf

****

改成

AllowOverride All
Options ExecCGI
Order allow,deny
Allow from all


在/var/www/cgi-bin/openwebmail下执行
./openwebmail-tools --init
如果现在在浏览器中输入http://localhost/cgi-bin/openwebmail/openwebmail.pl
如果出现错误。
回来openwebmail目录执行
perl misc/tools/wrapsuid/wrapsuid.pl /var/www/cgi-bin/openwebmail
文章评论

共有 0 条评论