From eb9217a8b88e9f5b882e6e15bfe2136a797f2ca9 Mon Sep 17 00:00:00 2001 From: Michael Kuron Date: Sun, 28 May 2017 16:02:34 +0200 Subject: [PATCH] SOGo UI: per-user authentication failure rate-limiting --- data/conf/sogo/sogo.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/conf/sogo/sogo.conf b/data/conf/sogo/sogo.conf index 9a5bd29a..32dc1e5e 100644 --- a/data/conf/sogo/sogo.conf +++ b/data/conf/sogo/sogo.conf @@ -63,6 +63,11 @@ SOGoTrashFolderName = "Trash"; SOGoVacationEnabled = YES; + SOGoCacheCleanupInterval = 900; + SOGoMaximumFailedLoginCount = 10; + SOGoMaximumFailedLoginInterval = 900; + SOGoFailedLoginBlockInterval = 900; + MySQL4Encoding = "utf8mb4"; //SOGoDebugRequests = YES; //SoDebugBaseURL = YES;