A docker image for the MailArchiva email archiving server.
10K+
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
Visit the github source for more configuration options JoKneeMo/mailarchiva-docker
Patch version: 8.11.8
Minor version: 8.11
Major version: 8
Newest version: latest
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
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
Content type
Image
Digest
sha256:42078bce3…
Size
362.7 MB
Last updated
over 2 years ago
docker pull jokneemo/mailarchiva