# EwoMail **Repository Path**: chrischen2018/EwoMail ## Basic Information - **Project Name**: EwoMail - **Description**: https://github.com/gyxuehu/EwoMail.git - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 1.06更新说明 更新了部分组件,优化了安装方式,优化了内存占用,小内存运行更快更稳定。 将使用nginx作为默认web组件,删除了webmail的默认固定logo 更多配置和详细信息请参考文档 ### EwoMail EwoMail是基于Linux的开源邮件服务器软件,集成了众多优秀稳定的组件,是一个快速部署、简单高效、多语言、安全稳定的邮件解决方案,帮助你提升运维效率,降低 IT 成本,兼容主流的邮件客户端,同时支持电脑和手机邮件客户端。 ### 集成组件 Postfix:邮件服务器SMTP Dovecot:IMAP/POP3/邮件存储 Amavisd:反垃圾和反病毒 LNAMP:,nginx,mysql,php EwoMail-Admin:WEB邮箱管理后台 Rainloop:webmail ### 安装环境 centos6/7系统,服务器需要干净环境,全新安装的系统。 最低配置要求 CPU:1核 内存:1G 硬盘:40G ### 检查swap 安装前需要swap缓存,请务必先检查swap是否已经启动。 ### 手动安装(centos6) 下载并重新命名为ewomail.zip ``` 解压安装 unzip -o ewomail.zip cd EwoMail/install #需要输入一个邮箱域名,不需要前缀,列如下面的ewomail.cn sh ./start.sh ewomail.cn ``` ### centos7 ``` yum -y install git cd /root git clone https://github.com/gyxuehu/EwoMail.git cd /root/EwoMail/install #需要输入一个邮箱域名,不需要前缀,列如下面的ewomail.cn sh ./start.sh ewomail.cn ``` ### 文档教程 安装和文档教程 http://doc.ewomail.com/docs/ewomail/install ### 邮箱后台 ![ewomail-admin](https://box.kancloud.cn/c362878ba731559b09eae36b7236bde5_1366x609.png "ewomail-admin") ### webmail ![webmail](https://box.kancloud.cn/3de1da2809f14048fb4cb3b32d0408d1_1183x476.png "webmail") ### 安装或使用过程遇到问题 http://www.ewomail.com/show-19-70-1.html