1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-10 23:12:02 +02:00

Merge pull request #1307 from eliroca/patch-1

fix typo
This commit is contained in:
Erik Wramner
2019-10-30 07:53:40 +01:00
committed by GitHub

View File

@@ -34,7 +34,7 @@ TLS_LEVEL=
# Configures the handling of creating mails with forged sender addresses. # Configures the handling of creating mails with forged sender addresses.
# #
# empty => (not recommended, but default for backwards compatability reasons) # empty => (not recommended, but default for backwards compatibility reasons)
# Mail address spoofing allowed. Any logged in user may create email messages with a forged sender address. # Mail address spoofing allowed. Any logged in user may create email messages with a forged sender address.
# See also https://en.wikipedia.org/wiki/Email_spoofing # See also https://en.wikipedia.org/wiki/Email_spoofing
# 1 => (recommended) Mail spoofing denied. Each user may only send with his own or his alias addresses. # 1 => (recommended) Mail spoofing denied. Each user may only send with his own or his alias addresses.