Poste.io

Free version of full mail server solution. POP3, SMTP, IMAP, Spamassassin, WebMail, WebAdmin.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
services:
  poste.io:
    container_name: mailserver
    image: analogic/poste.io
    network_mode: host
    environment:
      - TZ=Europe/Prague
    volumes:
      - /your-data-dir/data:/data
    
    hostname: mail.example.com
    tty: true
    restart: always

Resources

Website: https://poste.io/

Docker Hub: https://hub.docker.com/r/analogic/poste.io

Configuration: https://poste.io/doc/