By @DeepInThought.
Docker Hub location can be found at https://hub.docker.com/r/deepinthought/mailinabox/.
I began this Docker image as I didn't see anything usable at the time of setup for myself.
Provide an up-to-date Docker image of the official mail-in-a-box/mainabox repository.
- For a list of tags, see this Docker Hub tags page.
- The Dockerfile for more clarity.
Docker Commands:
$ docker pull deepinthought/mailinabox
Optional: If you want to pull a specific image tag. i.e. deepinthought/mailinabox:latest
$ docker pull deepinthought/mailinabox:[TAG] for more options.
Docker Run Commands:
$ docker run --rm -it deepinthought/mailinabox
Optional: If you want to define the port configuration at run.
$ docker run --rm -it -p 25:25 -p 53:53/udp -p 53:53 -p 443:443 -p 4190:4190 -p 993:993 -p 995:995 -p 587:587 -p 80:80 deepinthought/mailinabox
- Dockerfile - Official Dockerfile used to construct the image.
- .dockerignore - Keep things out of Docker.
- docker-compose.yml - Future usage for docker-compose builds.
- docker-compose.debug.yml - Future usage for docker-compose builds.
- DOCKER_README - This readme file.
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.
Please see https://mailinabox.email for the OFFICIAL project's website and setup guide for detailed, user-friendly instructions.!
The official README from Mail-in-a-Box.
@DeepInThought is a St. Louis, Missouri tech startup.
- Official website is in development.
- Feel free to contact me at [email protected].