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.