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

@@ -136,6 +136,16 @@ server {
}
```
## Install a local MTA
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.
## Sender and receiver model
When a mailbox is created, a user is allowed to send mail from and receive mail for his own mailbox address.