docker-mailserver
mailserver
A production-ready fullstack but simple containerized mail server (SMTP, IMAP, LDAP, Antispam, Antivirus, etc.). Only configuration files, no SQL database. Keep it simple and versioned. Easy to deploy and upgrade. Originally created by @tomav, this project is now maintained by volunteers since January 2021.
remember: there are special settings for nginx-ingress: apiVersion: v1 kind: ConfigMap metadata: name: tcp-services namespace: ingress-nginx data: 636: "openldap/ldap:636" 389: "openldap/ldap:389" 25: "docker-mailserver/docker-mailserver:25::PROXY" 465: "docker-mailserver/docker-mailserver:465::PROXY" 587: "docker-mailserver/docker-mailserver:587::PROXY" 993: "docker-mailserver/docker-mailserver:993::PROXY" 143: "docker-mailserver/docker-mailserver:143::PROXY" and cert-manager: hostAliases: - ip: "2001:470:72f0:f:1::b492" hostnames: - "ldap.undercloud.cf" - "mail.undercloud.cf" - "smtp.undercloud.cf" - "imap.undercloud.cf" - ip: "10.0.91.211" hostnames: - "ldap.undercloud.cf" - "mail.undercloud.cf" - "smtp.undercloud.cf" - "imap.undercloud.cf"
improvements: get working! metrics liveness probes resource limits
roundcube
web mail client
Simple, modern, lightweight & fast web-based email client.
supposedly its abandond and snappy makil is a modern fork
improvements: get it working! metrics liveness probes resource limits