mailserver VS docker-mailserver

Compare mailserver vs docker-mailserver and see what are their differences.

mailserver

:warning: UNMAINTAINED - Simple and full-featured mail server using Docker (by hardware)

docker-mailserver

Production-ready fullstack but simple mail server (SMTP, IMAP, LDAP, Antispam, Antivirus, etc.) running inside a container. (by docker-mailserver)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
mailserver docker-mailserver
2 92
1,282 13,339
- 1.2%
10.0 9.4
over 4 years ago 6 days ago
Shell Shell
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

mailserver

Posts with mentions or reviews of mailserver. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-09.
  • How To Set Up A Mailserver Within A Docker Swarm
    1 project | dev.to | 18 Jan 2024
    mailserver: image: hardware/mailserver:1.1-stable restart: ${MAILSERVER_RESTART_MODE} domainname: ${MAILSERVER_DOMAIN} hostname: ${MAILSERVER_HOSTNAME} deploy: placement: constraints: - node.role == manager labels: - traefik.enable=true - traefik.docker.network=traefik-public - traefik.constraint-label=traefik-public - traefik.frontend.rule=Host:mail.${MAILSERVER_DOMAIN} - traefik.http.routers.mailserver-spam-http.rule=Host(`${MAILSERVER_FQDN?Variable not set}`) || Host(`pop3.${MAILSERVER_DOMAIN?Variable not set}`) || Host(`smtp.${MAILSERVER_DOMAIN?Variable not set}`) || Host(`imap.${MAILSERVER_DOMAIN?Variable not set}`) || Host(`${MAILSERVER_DOMAIN_RSPAMD?Variable not set}`) - traefik.http.routers.mailserver-spam-http.entrypoints=http - traefik.http.routers.mailserver-spam-http.middlewares=https-redirect - traefik.http.routers.mailserver-spam-https.rule=Host(`${MAILSERVER_FQDN?Variable not set}`) || Host(`pop3.${MAILSERVER_DOMAIN?Variable not set}`) || Host(`smtp.${MAILSERVER_DOMAIN?Variable not set}`) || Host(`imap.${MAILSERVER_DOMAIN?Variable not set}`) || Host(`${MAILSERVER_DOMAIN_RSPAMD?Variable not set}`) - traefik.http.routers.mailserver-spam-https.entrypoints=https - traefik.http.routers.mailserver-spam-https.tls=true - traefik.http.routers.mailserver-spam-https.tls.certresolver=le - traefik.http.services.mailserver-spam.loadbalancer.server.port=11334 ports: - "25:25" # SMTP - Required - "110:110" # POP3 STARTTLS - Optional - For webmails/desktop clients - "143:143" # IMAP STARTTLS - Optional - For webmails/desktop clients - "465:465" # SMTPS SSL/TLS - Optional - Enabled for compatibility reason, otherwise disabled - "587:587" # Submission STARTTLS - Optional - For webmails/desktop clients - "993:993" # IMAPS SSL/TLS - Optional - For webmails/desktop clients - "995:995" # POP3S SSL/TLS - Optional - For webmails/desktop clients - "4190:4190" # SIEVE STARTTLS - Optional - Recommended for mail filtering environment: - FQDN=${MAILSERVER_FQDN} - DOMAIN=${MAILSERVER_DOMAIN} - DBPASS=${MAILSERVER_DATABASE_USER_PASSWORD} # MariaDB database password (required) - RSPAMD_PASSWORD=${MAILSERVER_RSPAMD_PASSWORD} # Rspamd WebUI password (required) #- ADD_DOMAINS=aa.tld, www.bb.tld... # Add additional domains separated by commas (needed for dkim keys etc.) - ENABLE_POP3=true # Enable POP3 protocol # # Full list : https://github.com/hardware/mailserver#environment-variables # volumes: - mail:/var/mail #- ./cert:/etc/letsencrypt/live/${MAILSERVER_FQDN} depends_on: - mariadb - redis networks: - traefik-public - default
  • Aktive Docker Mailstacks?
    3 projects | /r/de_EDV | 9 Oct 2021

docker-mailserver

Posts with mentions or reviews of docker-mailserver. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-04.

What are some alternatives?

When comparing mailserver and docker-mailserver you can also consider the following projects:

Mailcow - mailcow: dockerized - 🐮 + 🐋 = 💕

Roundcube - The Roundcube Webmail suite

Postal - 📮 A fully featured open source mail delivery platform for incoming & outgoing e-mail

iRedMail - Full-featured, open source mail server solution for mainstream Linux/BSD distributions.

Mailu - Insular email distribution - mail server as Docker images

modoboa - Mail hosting made simple

maddy - ✉️ Composable all-in-one mail server.

Mail-in-a-Box - Mail-in-a-Box helps individuals take back control of their email by defining a one-click, easy-to-deploy SMTP+everything else server: a mail server in a box.

free-email-forwarding - The best free email forwarding for custom domains. Visit our website to get started (SMTP server)

Haraka - A fast, highly extensible, and event driven SMTP server

ImapSync - Imapsync is an IMAP transfers tool. The purpose of imapsync is to migrate IMAP accounts or to backup IMAP accounts. IMAP is one of the three current standard protocols to access mailboxes, the two others are POP3 and HTTP with webmails, webmails are often tied to an IMAP server. Upstream website is