mailserver

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

Mailserver Alternatives

Similar projects and alternatives to mailserver

  • Mailcow

    180 mailserver VS Mailcow

    mailcow: dockerized - 🐮 + 🐋 = 💕

  • docker-mailserver

    Production-ready fullstack but simple mail server (SMTP, IMAP, LDAP, Antispam, Antivirus, etc.) running inside a container.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better mailserver alternative or higher similarity.

mailserver reviews and mentions

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

Stats

Basic mailserver repo stats
2
1,282
10.0
over 4 years ago

hardware/mailserver is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of mailserver is Shell.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com