Diferencia entre revisiones de «Docker-Mailserver»
Ir a la navegación
Ir a la búsqueda
(Página creada con «== Objetivo == Instalación de un servidor de correo completo en Docker. Tiene las siguientes características: * Postfix with SMTP or LDAP authentication and support for extension delimiters * Dovecot with SASL, IMAP, POP3, LDAP, basic Sieve support and quotas * Rspamd * Amavis * SpamAssassin supporting custom rules * ClamAV with automatic updates * OpenDKIM & OpenDMARC * Fail2ban * Fetchmail * Getmail6 * Postscreen * Postgrey * Support for LetsEncrypt, manual and se…») |
Sin resumen de edición |
||
| Línea 24: | Línea 24: | ||
== Referencias == | == Referencias == | ||
* [https://github.com/docker-mailserver/docker-mailserver https://github.com/docker-mailserver/docker-mailserver] | * [https://github.com/docker-mailserver/docker-mailserver https://github.com/docker-mailserver/docker-mailserver] | ||
[[Categoría:Notas]] | |||
Revisión actual - 19:44 27 feb 2026
Objetivo
Instalación de un servidor de correo completo en Docker. Tiene las siguientes características:
- Postfix with SMTP or LDAP authentication and support for extension delimiters
- Dovecot with SASL, IMAP, POP3, LDAP, basic Sieve support and quotas
- Rspamd
- Amavis
- SpamAssassin supporting custom rules
- ClamAV with automatic updates
- OpenDKIM & OpenDMARC
- Fail2ban
- Fetchmail
- Getmail6
- Postscreen
- Postgrey
- Support for LetsEncrypt, manual and self-signed certificates
- A setup script for easy configuration and maintenance
- SASLauthd with LDAP authentication
- OAuth2 authentication (via XOAUTH2 or OAUTHBEARER SASL mechanisms)
Próximamente
Todavía está pendiente de documentar.