Fix typo in README (#883)

This commit is contained in:
Cédric Laubacher 2018-03-07 22:14:52 +01:00 committed by Johan Smits
parent 34cb3a14cc
commit d691b8df6f
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ Please read [the SSL page in the wiki](https://github.com/tomav/docker-mailserve
##### SPOOF_PROTECTION
Configures the handling of creating mails with forged sender addresses.
- **empty** => Mail address spoofing allowed. Any logged in user may create email messages with a forged sender address. See also [Wikipedia](https://en.wikipedia.org/wiki/Email_spoofing)(not recommended, but default for backwards compatability reasons)
- **empty** => Mail address spoofing allowed. Any logged in user may create email messages with a forged sender address. See also [Wikipedia](https://en.wikipedia.org/wiki/Email_spoofing)(not recommended, but default for backwards compatibility reasons)
- 1 => (recommended) Mail spoofing denied. Each user may only send with his own or his alias addresses. Addresses with [extension delimiters](http://www.postfix.org/postconf.5.html#recipient_delimiter) are not able to send messages.
##### PERMIT_DOCKER