Update README.md

-i and -t are two single flags and not one
This commit is contained in:
Marcel Transier 2020-07-13 15:02:49 +02:00 committed by GitHub
parent 2d7109bbb2
commit 5079d4f3d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
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.