FC5中openwebmail的安装
扫描二维码
随时随地手机看文章
FC5中openwebmail的安装
答:首先要安装以下三个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_haslockno
修改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