iRedMail

                                                                安装iRedMail-0.8.5

环境:CentOS 6.4


1.下载并安装epel包

links http://fedoraproject.org/wiki/EPEL

rpm -ivh epel-release-6-8.noarch.rpm -y


2.下载iRedMail

links http://www.iredmail.com


3.安装iRedMail

tar jxf iRedMail-0.8.5.tar.bz2

cd iRedMail-0.8.5

vim pkgs/get_all.sh

//找到iredmail.org,改成www.iredmail.com

bash iRedMail.sh


   3.1    yes

   3.2    存储位置,默认/var/vmail

   3.3    后端存储,OpenLDAP 、MySQL、PostgreSQL

   3.4    设置后端数据库管理密码                cn=Manager,dc=example,dc=com/123456

   3.5    设置一个虚拟域

   3.6    设置虚拟域管理员密码            [email protected]/123456

   3.7    管理工具,可选

4.登录


重启系统

https://iredmail.example.com/mail                                   //web登录

https://iredmail.example.com/iredadmin                //web管理

https://iredmail.example.com/phpmyadmin            //mysql管理

https://iredmail.example.com/phpldapadmin            //openldap管理





   

   



你可能感兴趣的:(iredmail)