docker-mailserver/docker-mailserver
GitHub: docker-mailserver/docker-mailserver
一个容器化的全栈邮件服务器,简化生产环境中SMTP、IMAP与安全服务的部署与维护。
Stars: 18148 | Forks: 2004
# Docker 邮件服务器
[![ci::status]][ci::github] [![docker::pulls]][docker::hub] [![documentation::badge]][documentation::web]
## :page_with_curl: 关于
一个生产就绪的全栈但简单的容器化邮件服务器(SMTP、IMAP、LDAP、反垃圾邮件、反病毒等)。
- 仅使用配置文件,无需 SQL 数据库。保持简单且可版本控制。易于部署和升级。
- 最初由 [@tomav](https://github.com/tomav) 创建,自 2021 年 1 月起由志愿者维护。
##
## :link: 有用资源链接
1. [常见问题解答](https://docker-mailserver.github.io/docker-mailserver/latest/faq/)
2. [用法](https://docker-mailserver.github.io/docker-mailserver/latest/usage/)
3. [示例](https://docker-mailserver.github.io/docker-mailserver/latest/examples/tutorials/basic-installation/)
4. [问题和贡献](https://docker-mailserver.github.io/docker-mailserver/latest/contributing/issues-and-pull-requests/)
5. [发布说明](./CHANGELOG.md)
6. [环境变量](https://docker-mailserver.github.io/docker-mailserver/latest/config/environment/)
7. [更新日志](https://docker-mailserver.github.io/docker-mailserver/latest/faq/#how-do-i-update-dms)
## :package: 包含的服务
- [Postfix](http://www.postfix.org) 支持 SMTP 或 LDAP 认证以及 [扩展分隔符](https://docker-mailserver.github.io/docker-mailserver/latest/config/account-management/overview/#aliases)
- [Dovecot](https://www.dovecot.org) 支持 SASL、IMAP、POP3、LDAP、[基础 Sieve 支持](https://docker-mailserver.github.io/docker-mailserver/latest/config/advanced/mail-sieve) 和 [配额](https://docker-mailserver.github.io/docker-mailserver/latest/config/account-management/overview/#quotas)
- [Rspamd](https://rspamd.com/)
- [Amavis](https://www.amavis.org/)
- [SpamAssassin](http://spamassassin.apache.org/) 支持自定义规则
- [ClamAV](https://www.clamav.net/) 支持自动更新
- [OpenDKIM](http://www.opendkim.org) 与 [OpenDMARC](https://github.com/trusteddomainproject/OpenDMARC)
- [Fail2ban](https://www.fail2ban.org/wiki/index.php/Main_Page)
- [Fetchmail](http://www.fetchmail.info/fetchmail-man.html)
- [Getmail6](https://getmail6.org/documentation.html)
- [Postscreen](http://www.postfix.org/POSTSCREEN_README.html)
- [Postgrey](https://postgrey.schweikert.ch/)
- 支持 [Let'sEncrypt](https://letsencrypt.org/)、手动和自签名证书
- 一个 [设置脚本](https://docker-mailserver.github.io/docker-mailserver/latest/config/setup.sh) 用于轻松配置和维护
- SASLauthd 支持 LDAP 认证
- OAuth2 认证(通过 `XOAUTH2` 或 `OAUTHBEARER` SASL 机制)
标签:Amavis, Checkov, ClamAV, Docker, Dovecot, IMAP, LDAP, NIDS, OpenDKIM, Postfix, Rspamd, SMTP, SpamAssassin, Web 安全测试, 全栈, 反垃圾邮件, 反病毒, 安全可观测性, 安全防御评估, 容器化, 开源, 无数据库, 易于部署, 版本控制, 生产就绪, 简单配置, 请求拦截, 邮件服务器