|
蓝森林 http://www.lslnet.com 2006年7月28日 12:08
sendmai+sasl+openwebmail需要的请进来
我最近做了个sendmail+sasl+opwenwebmail
明天写上来,今天太晚了 , 又下雨还是早点回家了
明天 一定不教程整理完,让大家参考 QQ:86456188 |
sendmai+sasl+openwebmail需要的请进来
嘿嘿!顶!期待中! |
sendmai+sasl+openwebmail需要的请进来
期待中! |
sendmai+sasl+openwebmail需要的请进来
不好意思,最近忙,我会在这个星期 写完 |
sendmai+sasl+openwebmail需要的请进来
期待!我的openwebmail 正有个问题,想向你请教!
我的系统是debian (sarge)
apache是1.3.33版本
我是按照openwebmail的readme来安装的:
1。下载安装CGI.pm-3.05.tar.gz (按照readme来安装)
2。下载安装MIME-Base64-3.01.tar.gz (按照readme来安装)
3。下载安装libnet-1.19.tar.gz (按照readme来安装)
4。下载安装Text-Iconv-1.2.tar.gz (按照readme来安装)
5。下载安装OPENWEBMAIL
(1)把 openwebmail-X.XX.tar.gz下载到/var/www
cd /var/www
tar -zxvBpf openwebmail-X.XX.tar.gz
mv data/openwebmail html/
rmdir data
(2)修改auth_unix.conf和openwebmail.conf里面的相关变量
(3)/usr/local/apache/share/cgi-bin/openwebmail/openwebmail-tool.pl --init
(4)把usr/local/www/cgi-bin/openwebmail下的以下文件改为了如下的mode
~/openwebmail*.pl - owner=root, group=mail, mode=4755
~/vacation.pl - owner=root, group=mail, mode=0755
~/etc - owner=root, group=mail, mode=755
~/etc/sessions - owner=root, group=mail, mode=771
~/etc/users - owner=root, group=mail, mode=771
6。在httpd.conf文件中加入了以下内容<Directory /var/www/cgi-bin/openwebmail>;
AllowOverride All
Options ExecCGI
Order allow,deny
Allow from all
</Directory>;
以上的所有步骤都成功了,但是我在ie中输入了
http://xxxxx/cgi-bin/openwebmail/openwebmail.pl,却出现
HTTP 404 - 未找到文件
我的apache 是正常的,可以访问到http://xxxxxxx/index.htm
请问一下是什么原因,谢谢! |
sendmai+sasl+openwebmail需要的请进来
可能沒有裝
perl-cgi |
sendmai+sasl+openwebmail需要的请进来
把httpd.conf文件中的
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
改为
ScriptAlias /cgi-bin/ /var/www/cgi-bin/
就可以了! |
| |