# ewomail **Repository Path**: linux-8/ewomail ## Basic Information - **Project Name**: ewomail - **Description**: No description available - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-16 - **Last Updated**: 2021-04-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1.关闭selinux vi /etc/sysconfig/selinux SELINUX=enforcing 改为 SELINUX=disabled 2.gitee安装(centos7/8)推荐 gitee 项目地址 https://gitee.com/linux-8/ewomail.git yum -y install gitcd /root git clone https://gitee.com/linux-8/ewomail.git cd /root/ewoMail/install#需要输入一个邮箱域名,不需要前缀,列如下面的ewomail.cn sh ./start.sh 1234.money 3.打开:http://www.ewomail.com/list-11.html 输入你的域名获取安装代码 wget -c http://download.ewomail.com:8282/ewomail-1.05.sh && sh ewomail-1.05.sh 1234.money 4.将你安装的域名,例如安装的域名时 xxx.com,就将这行加在服务器的hosts文件里 /etc/hosts 127.0.0.1 mail.1234.money smtp.1234.money imap.1234.money 5.访问地址(将IP更换成你服务器IP即可) 邮箱管理后台:http://IP:8010 (默认账号admin,密码ewomail123) web邮件系统:http://IP:8000