From 5079d4f3d899674dc176ca9cf3fc19e51d47d842 Mon Sep 17 00:00:00 2001 From: Marcel Transier <34482842+marceltransier@users.noreply.github.com> Date: Mon, 13 Jul 2020 15:02:49 +0200 Subject: [PATCH] Update README.md -i and -t are two single flags and not one --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a497b6b..c66685f 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Just edit the `config.ini` You can use the following settings Simple start with no persistence ```bash -docker run --it -p 25:25 -p 80:80 hascheksolutions/opentrashmail +docker run -it -p 25:25 -p 80:80 hascheksolutions/opentrashmail ``` Saving data directory on host machine @@ -86,4 +86,4 @@ docker run -d --restart=always --name opentrashmail -e "DOMAINS=mydomain.eu" -e # How it works -The heart of Open Trashmail is a **python powered SMTP server** that listens on incoming emails and stores them as json files. The server doesn't have to know the right Email domain, it will just **catch everything** it receives. You only have to **expose port 25 to the web** and set an **MX record** of your domain pointing to the IP adress of your machine. \ No newline at end of file +The heart of Open Trashmail is a **python powered SMTP server** that listens on incoming emails and stores them as json files. The server doesn't have to know the right Email domain, it will just **catch everything** it receives. You only have to **expose port 25 to the web** and set an **MX record** of your domain pointing to the IP adress of your machine.