Add hint for local MTA and port blocking issues

This commit is contained in:
andryyy
2017-03-27 22:33:32 +02:00
parent 1ffc2490b2
commit 32176c1a32
2 changed files with 12 additions and 0 deletions

View File

@@ -35,6 +35,8 @@ nano mailcow.conf
```
If you plan to use a reverse proxy, you can, for example, bind HTTPS to 127.0.0.1 on port 8443 and HTTP to 127.0.0.1 on port 8080.
You may need to stop an existing pre-installed MTA which blocks port 25/tcp. See [this chapter](https://andryyy.github.io/mailcow-dockerized/first_steps/#install-a-local-mta) to learn how to reconfigure Postfix to run besides mailcow after a successful installation.
5\. Pull the images and run the composer file. The paramter `-d` will start mailcow: dockerized detached:
```
docker-compose pull