Make rate limit for subnet (webmail) configurable

This commit is contained in:
Michael Wyraz
2019-12-16 18:46:17 +01:00
parent bee80b5c64
commit a7f787f914
2 changed files with 9 additions and 8 deletions

View File

@@ -32,6 +32,7 @@ DEFAULT_CONFIG = {
'POSTMASTER': 'postmaster',
'TLS_FLAVOR': 'cert',
'AUTH_RATELIMIT': '10/minute;1000/hour',
'AUTH_RATELIMIT_SUBNET': True,
'DISABLE_STATISTICS': False,
# Mail settings
'DMARC_RUA': None,