Sign inSign up

jokneemo/mailarchiva

By jokneemo

Updated over 2 years ago

A docker image for the MailArchiva email archiving server.

Image
Security
Web servers
Monitoring & observability
0

10K+

jokneemo/mailarchiva repository overview

MailArchiva Server for Docker

This project creates a docker image, and manages a container for an on-premise MailArchiva server.

This is not affiliated with nor supported by MailArchiva

Getting Started

Visit the github source for more configuration options JoKneeMo/mailarchiva-docker

Available image tag formats

Patch version: 8.11.8

Minor version: 8.11

Major version: 8

Newest version: latest

Docker Compose

Reverse proxy compose configurations available on github.

version: "3.7"

services:
  mailarchiva:
    image: jokneemo/mailarchiva:latest
    restart: unless-stopped
    volumes:
      - ./config/config:/etc/opt/mailarchiva
      - ./config/appdata:/var/opt/mailarchiva
    environment:
      CATALINA_OPTS: -Dproxy=yes
    ports:
      - 8080:8080/tcp # Web Frontend
      - 8091:8091/tcp # SMTP
      - 8092:8092/tcp # Milter

Updates

Update the tag for image tag if you're not using latest

Afterwards, pull the latest version for the tag and re-up.

Example :

docker compose pull
docker compose up -d

Tag summary

Content type

Image

Digest

sha256:42078bce3

Size

362.7 MB

Last updated

over 2 years ago

docker pull jokneemo/mailarchiva