|
|
@ -41,7 +41,7 @@ The ``AUTH_RATELIMIT`` holds a security setting for fighting attackers that
|
|
|
|
try to guess user passwords. The value is the limit of failed authentication attempts
|
|
|
|
try to guess user passwords. The value is the limit of failed authentication attempts
|
|
|
|
that a single IP address can perform against IMAP, POP and SMTP authentication endpoints.
|
|
|
|
that a single IP address can perform against IMAP, POP and SMTP authentication endpoints.
|
|
|
|
|
|
|
|
|
|
|
|
If ``AUTH_RATELIMIT_SUBNET`` is ``True`` (which is the default), the ``AUTH_RATELIMIT``
|
|
|
|
If ``AUTH_RATELIMIT_SUBNET`` is ``True`` (default: False), the ``AUTH_RATELIMIT``
|
|
|
|
rules does also apply to auth requests coming from ``SUBNET``, especially for the webmail.
|
|
|
|
rules does also apply to auth requests coming from ``SUBNET``, especially for the webmail.
|
|
|
|
If you disable this, ensure that the rate limit on the webmail is enforced in a different
|
|
|
|
If you disable this, ensure that the rate limit on the webmail is enforced in a different
|
|
|
|
way (e.g. roundcube plug-in), otherwise an attacker can simply bypass the limit using webmail.
|
|
|
|
way (e.g. roundcube plug-in), otherwise an attacker can simply bypass the limit using webmail.
|
|
|
|