1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-12 10:45:14 +02:00

Merge pull request #317 from mkuron/patch-1

SOGo UI: per-user authentication failure rate-limiting
This commit is contained in:
André Peters 2017-05-29 08:48:30 +02:00 committed by GitHub
commit 1c0443b5fa

View File

@ -63,6 +63,11 @@
SOGoTrashFolderName = "Trash";
SOGoVacationEnabled = YES;
SOGoCacheCleanupInterval = 900;
SOGoMaximumFailedLoginCount = 10;
SOGoMaximumFailedLoginInterval = 900;
SOGoFailedLoginBlockInterval = 900;
MySQL4Encoding = "utf8mb4";
//SOGoDebugRequests = YES;
//SoDebugBaseURL = YES;