=== 完整的解决方案 === **邮件服务器的简单部署,例如 对于没有经验或没有耐心的管理员****. ** * [[https://github.com/tomav/docker-mailserver|docker-mailserver]] - 全栈但简单的邮件服务器(smtp,imap,反垃圾邮件,防病毒等)。 仅配置文件,无SQL数据库。 保持简单和版本化。 易于部署和升级。 ''MIT'',''Docker'' * [[https://github.com/Excision-Mail/Excision-Mail|Excision Mail]] - OpenBSD上基于OpenSMTPD的全栈、注重安全性的邮件服务器。 ''ISC'',''Shell/Ansible'' * [[https://inboxen.org|Inboxen]] - Inboxen是一项可为您提供无限数量的唯一收件箱的服务。 ([[https://github.com/Inboxen/Inboxen|源码]]) ''GPL-3.0'',''Python'' * [[https://github.com/progmaticltd/homebox|homebox]] - Ansible脚本套件,用于在Debian上部署功能齐全的邮件服务器。 尽可能不干扰和自动执行,着眼于稳定性和安全性。 ''GPL-3.0'',''Shell'' * [[http://www.iredmail.org/|iRedMail]] - 基于Postfix和Dovecot的全功能邮件服务器解决方案。 ([[https://github.com/iredmail/iRedMail|源码]]) ''GPL-3.0'',''Shell'' * [[https://mailcow.email/|Mailcow]] - 基于Dovecot,Postfix和其他开源软件的邮件服务器套件,提供了用于管理的现代Web UI。 ([[https://github.com/mailcow/mailcow-dockerized|源码]]) ''GPL-2.0'',''Docker/PHP'' * [[https://mailu.io/|Mailu]] - Mailu是一个简单而功能齐全的邮件服务器,它是一组Docker映像。 ([[https://github.com/Mailu/Mailu/wiki/Demo-server|演示]], [[https://github.com/Mailu/Mailu|源码]]) ''MIT'',''Docker/Python'' * [[https://mailinabox.email/|Mail-in-a-Box]] - 使用一个命令即可将任何Ubuntu服务器转变为功能齐全的邮件服务器。 ([[https://github.com/mail-in-a-box/mailinabox|源码]]) ''CC0-1.0'',''Shell'' * [[http://modoboa.org/en/|Modoboa]] - Modoboa是一个邮件托管和管理平台,包括现代且经过简化的Web用户界面。 ([[https://github.com/tonioo/modoboa|源码]]) ''MIT'',''Python'' * [[http://www.qmailtoaster.com/|Qmailtoaster]] - 基于qmail的稳定,功能齐全,易于安装的邮件服务器。 ([[https://github.com/QMailToaster/|源码]]) ''Multiple'',''Linux'' * [[https://simplelogin.io|SimpleLogin]] - 开源电子邮件别名解决方案可保护您的电子邮件地址。 随附浏览器扩展程序和移动应用程序。 ([[https://github.com/simple-login/app|源码]]) ''MIT'',''Docker/Python'' * [[https://gitlab.com/simple-nixos-mailserver/nixos-mailserver|Simple NixOS Mailserver]] - 利用Nix生态系统的完整邮件服务器解决方案。 ''GPL-3.0'',''Nix'' * [[https://wildduck.email/|wildduck]] - 可扩展的无SPOF IMAP/POP3邮件服务器。 ([[https://github.com/nodemailer/wildduck|源码]]) ''EUPL-1.2'',''Node.js'' === 邮件传输代理 === **MTAs / SMTP 服务器 ** * [[https://blitiri.com.ar/p/chasquid/|chasquid]] - SMTP(电子邮件)服务器,重点放在简单性,安全性和易操作性上。 ([[https://blitiri.com.ar/git/r/chasquid/|源码]]) ''Apache-2.0'',''Go'' * [[http://www.courier-mta.org/|Courier MTA]] - 快速,可扩展的企业邮件/组件服务器,提供ESMTP,IMAP,POP3,Web邮件,邮件列表,基于Web的基本日历和计划服务。 ([[http://www.courier-mta.org/repo.html|源码]]) ''GPL-3.0'',''C'' * [[https://www.exim.org/|Exim]] - 剑桥大学开发的邮件传输代理(MTA)。 ([[http://git.exim.org/exim.git|源码]]) ''GPL-3.0'',''C'' * [[http://haraka.github.io/|Haraka]] - 用Javascript编写的高性能,可插入SMTP服务器。 ([[https://github.com/haraka/Haraka|源码]]) ''MIT'',''Javascript'' * [[http://mailcatcher.me/|MailCatcher]] - Ruby gem部署一个简单的SMTP MTA网关,该网关接受所有邮件并在Web界面中显示。 对于调试或开发很有用。 ([[https://github.com/sj26/mailcatcher|源码]]) ''MIT'',''Ruby'' * [[https://gitlab.com/markbeeson/maildrop|Maildrop]] - 一次性电子邮件SMTP服务器,对开发也很有用。 ''MIT'',''Scala'' * [[https://github.com/mailhog/MailHog|MailHog]] - 小型Golang可执行文件,运行SMTP MTA网关,该网关接受所有邮件并在Web界面中显示。 对于调试或开发很有用。 ''MIT'',''Go'' * [[https://opensmtpd.org/|OpenSMTPD]] - 从OpenBSD项目中安全SMTP服务器的实现。 ([[http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin/smtpd/|源码]]) ''ISC'',''C'' * [[http://www.postfix.org/|Postfix]] - 快速,易于管理且安全地替换Sendmail。 ''IPL-1.0'',''C'' * [[https://cr.yp.to/qmail.html|Qmail]] - 安全的Sendmail替换。 ([[https://sources.debian.net/src/netqmail/1.06-5/|源码]]) ''CC0-1.0'',''C'' * [[http://www.sendmail.com/sm/open_source/|Sendmail]] - 邮件传输代理(MTA)。 ''Sendmail'',''C'' * [[http://slimta.org|Slimta]] - Mail Transfer Library built on Python. ([[https://github.com/slimta/python-slimta|源码]]) ''MIT'',''Python'' === 邮件传递代理 === **MDAs - IMAP/POP3 软件 ** * [[https://www.cyrusimap.org/|Cyrus IMAP/POP3]] - 旨在在不允许普通用户登录的密封服务器上运行。 ([[https://github.com/cyrusimap/cyrus-imapd|源码]]) ''BSD-3-Clause-Attribution'',''C'' * [[http://www.dovecot.org/|Dovecot]] - IMAP和POP3服务器在编写时主要考虑了安全性。 ([[https://github.com/dovecot/core|源码]]) ''MIT/LGPL-2.1'',''C'' * [[http://www.mailpiler.org/wiki/start|Piler]] - 功能丰富的开源电子邮件归档解决方案。 ([[https://bitbucket.org/jsuto/piler|源码]]) ''GPL-3.0'',''C'' === 邮件列表和新闻通讯 === **邮件列表服务器和群发邮件软件-一封邮件给许多收件人** * [[http://dadamailproject.com/|Dada Mail]] - 可用于公告列表和/或讨论列表的基于Web的列表管理系统。 ([[https://github.com/justingit/dada-mail|源码]]) ''GPL-2.0'',''Perl'' * [[https://listmonk.app/|Listmonk]] - 具有现代仪表板的高性能,自托管新闻通讯和邮件列表管理器。 ([[https://github.com/knadh/listmonk|源码]]) ''AGPL-3.0'',''Go'' * [[https://github.com/freeCodeCamp/mail-for-good|Mail For Good]]''⚠'' - 面向非营利组织的开源电子邮件广告系列管理工具。 ''BSD-3-Clause'',''Javascript'' * [[https://www.gnu.org/software/mailman/|Mailman]] - Gnu邮件列表服务器。 ''GPL-3.0'',''Python'' * [[https://mailtrain.org/|Mailtrain]] - 基于Node.js(v5 +)和MySQL(v5.5 +或MariaDB)构建的自托管新闻通讯应用程序。 ([[https://github.com/andris9/mailtrain|源码]]) ''GPL-3.0'',''Nodejs'' * [[http://mailyherald.org/|MailyHerald]] - 自托管的Mailchimp替代方案,您可以轻松地与您的站点集成。 帮助您发送和管理应用程序邮件。 它支持电子邮件营销并处理您发送给用户的每日通知流。 ([[https://github.com/Sology/maily_herald|源码]]) ''LGPL-3.0'',''Ruby'' * [[https://www.mautic.org/|Mautic]] -Mautic是营销自动化软件(电子邮件,社交和更多)。 ([[https://github.com/mautic/mautic|源码]]) ''GPL-3.0'',''PHP'' * [[https://phplist.org|phpList]] - 具有订阅者,跳出和插件的高级管理功能的时事通讯和电子邮件营销。 ([[https://github.com/phpList/|源码]]) ''AGPL-3.0'',''PHP'' * [[https://github.com/atech/postal|Postal]] - 功能齐全的开源邮件传递平台,用于传入和传出电子邮件。 ''MIT'',''Ruby'' * [[https://schleuder.nadir.org/|Schleuder]] - 具有重发功能的启用GPG的邮件列表管理器。 ([[https://0xacab.org/schleuder/schleuder/tree/master|源码]]) ''GPL-3.0'',''Ruby'' * [[https://www.sympa.org/|Sympa]] - 邮件列表管理器。 ''GPL-2.0'',''Perl'' === 网络邮件客户端 === * [[http://www.afterlogic.org/webmail-lite|Afterlogic WebMail Lite]] - 现有IMAP邮件服务器,Plesk或cPanel的快速,易于使用的Webmail前端。 ([[https://lite.afterlogic.com/|演示]], [[https://github.com/afterlogic/webmail-lite|源码]]) ''AGPL-3.0'',''PHP'' * [[https://anonaddy.com|AnonAddy]] - 开源电子邮件转发服务,用于创建别名。 ([[https://github.com/anonaddy/anonaddy|源码]]) ''MIT'',''PHP'' * [[http://cypht.org/index.html|Cypht]] - 供稿阅读器,用于您的电子邮件帐户。 ([[https://github.com/jasonmunro/hm3|源码]]) ''GPL-2.0'',''PHP'' * [[https://www.horde.org/apps/imp/|IMP]] - HORDE应用程序,可通过Webmail访问IMAP和POP3帐户。 ([[http://demo.horde.org/|演示]], [[https://www.horde.org/download/imp|源码]]) ''GPL-2.0'',''PHP'' * [[https://mailcare.io|MailCare]] - 开源的一次性电子邮件地址服务。 ([[https://github.com/mailcare/mailcare|源码]]) ''MIT'',''PHP'' * [[https://www.mailpile.is/|Mailpile]] - 具有搜索,过滤,加密功能等的Webmail客户端。 ([[https://github.com/mailpile/Mailpile|源码]]) ''AGPL-3.0'',''Python'' * [[http://www.rainloop.net/|RainLoop]] - 具有IMAP / SMTP支持和多种计费功能的简单,现代和快速的Webmail。 ([[http://demo.rainloop.net/|演示]], [[https://github.com/RainLoop/rainloop-webmail|源码]]). ''AGPL-3.0'',''PHP'' * [[https://roundcube.net|Roundcube]] - 基于浏览器的IMAP客户端,具有类似于应用程序的用户界面。 ([[https://github.com/roundcube/roundcubemail|源码]]) ''GPL-3.0'',''PHP'' * [[http://squirrelmail.org|SquirrelMail]] - 另一个基于浏览器的IMAP客户端。 ([[https://sourceforge.net/p/squirrelmail/code/HEAD/tree/|源码]]) ''GPL-2.0'',''PHP''