Fix typo in README (#883)
This commit is contained in:
parent
34cb3a14cc
commit
d691b8df6f
|
@ -257,7 +257,7 @@ Please read [the SSL page in the wiki](https://github.com/tomav/docker-mailserve
|
||||||
|
|
||||||
##### SPOOF_PROTECTION
|
##### SPOOF_PROTECTION
|
||||||
Configures the handling of creating mails with forged sender addresses.
|
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.
|
- 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
|
##### PERMIT_DOCKER
|
||||||
|
|
Loading…
Reference in New Issue