Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 2.55 KB

DOCKER_README.md

File metadata and controls

57 lines (38 loc) · 2.55 KB

Mail-in-a-Box Docker Image

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.

Purpose

Provide an up-to-date Docker image of the official mail-in-a-box/mainabox repository.

Installation

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

Docker Files:

Official Mail-in-a-Box Information

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.

About DeepInThought

@DeepInThought is a St. Louis, Missouri tech startup.

DeepIT