Skip to content
forked from gyxuehu/EwoMail

EwoMail是基于Linux的企业邮箱服务器,集成了众多优秀稳定的组件,是一个快速部署、简单高效、多语言、安全稳定的邮件解决方案

License

Notifications You must be signed in to change notification settings

HaReporter/EwoMail

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

webmail

webmail

安装或使用过程遇到问题

http://www.ewomail.com/show-19-70-1.html

About

EwoMail是基于Linux的企业邮箱服务器,集成了众多优秀稳定的组件,是一个快速部署、简单高效、多语言、安全稳定的邮件解决方案

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 69.7%
  • JavaScript 19.8%
  • CSS 5.5%
  • HTML 3.6%
  • Yacc 0.5%
  • Smarty 0.4%
  • Other 0.5%