简单安装openwebmail

1.安装

 

  
  
  
  
  1. #下载yum源  
  2. wget http://openwebmail.org/openwebmail/download/redhat/rpm/release/openwebmail.repo -O /etc/yum.repos.d/openwebmail.repo  
  3. yum install openwebmail  
  4. #初始化  
  5. /var/www/cgi-bin/openwebmail/openwebmail-tool.pl --init 

2.配置
修改配置文件
 
  
  
  
  
  1. vi /var/www/cgi-bin/openwebmail/etc/openwebmail.conf 
改为:
 
  
  
  
  
  1. domainnames auto 改为 abc.cn  
  2. default_language en 改为 zh_CN.GB2312  
  3. default_iconset Cool3D.English 改为支持中文 Cool3D.Chinese.Simplified 
3.启动
 
  
  
  
  
  1. service httpd restart 
4.帐号
openwebmail是以系统用户和密码作为登录验证的
5.访问
http://1.2.3.4/webmail
这样我们就可以看到我们自己收到的邮件了
end

你可能感兴趣的:(安装,职场,休闲,openwebmail)