|
|
|
@ -69,9 +69,11 @@ The ``MESSAGE_SIZE_LIMIT`` is the maximum size of a single email. It should not
|
|
|
|
|
be too low to avoid dropping legitimate emails and should not be too high to
|
|
|
|
|
avoid filling the disks with large junk emails.
|
|
|
|
|
|
|
|
|
|
The ``MESSAGE_RATELIMIT`` is the limit of messages a single user can send. This is
|
|
|
|
|
meant to fight outbound spam in case of compromised or malicious account on the
|
|
|
|
|
server.
|
|
|
|
|
The ``MESSAGE_RATELIMIT`` (default: 200/day) is the maximum number of messages
|
|
|
|
|
a single user can send. ``MESSAGE_RATELIMIT_EXEMPTION`` contains a comma delimited
|
|
|
|
|
list of user email addresses that are exempted from any restriction. Those
|
|
|
|
|
settings are meant to reduce outbound spam in case of compromised or malicious
|
|
|
|
|
account on the server.
|
|
|
|
|
|
|
|
|
|
The ``RELAYNETS`` (default: unset) is a comma delimited list of network addresses
|
|
|
|
|
for which mail is relayed for with no authentication required. This should be
|
|
|
|
|