mailcow-dockerized-docs/docs/firststeps-local_mta.md
2017-05-06 22:51:39 +02:00

7 Zeilen
324 B
Markdown

The easiest option would be to disable the listener on port 25/tcp.
**Postfix** users disable the listener by commenting the following line (starting with `smtp` or `25`) in `/etc/postfix/master.cf`:
```
#smtp inet n - - - - smtpd
```
Restart Postfix after applying your changes.