openwebmail简单配置方法

 
openwebmail配置过程:

1,修改系统selinux设置
安装前需要先禁用系统中的SELinux系统安全保护功能
vi /etc/selinux/config
SELINUX=enforcing
改成
SELINUX=disabled
需要重启
重启前使用一下命令设置服务开机自动启动
chkconfig --level 35 named on
chkconfig --level 35 sendmail on
chkconfig --level 35 dovecot on
reboot

2,安装软件
perl-5.8.5-12.1.i386.rpm  (DISK2)
per1-CGI(DISK4)
perl-Compress(DISK4)
perl-suidperl(DISK4)
perl-Text(DISK4)
openwebmail-2.51-1.i386.rpm(DISK4)
 
3修改配置文件
修改文件dbm.conf
dbm_ext              .db
dbmopen_ext           .db
dbmopen_haslock        no
初始化openwebmail系统
/var/www/cgi-bin/openwebmail/openwebmail-tool.pl --init

vi /var/www/cgi-bin/openmail/etc/openwebmail.conf
domainnames panda.com
default_language zh_CN.GB2312
default_iconset Cool3D.Chinese.Simplified

 
 
 
 
 

本文出自 “SHADOW-IT” 博客,谢绝转载!

你可能感兴趣的:(linux,浏览器,邮件,browser,openwebmail)