NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Commit

SOGo UI: per-user authentication failure rate-limiting

eb9217a8
Michael Kuron <[email protected]> 9 years ago
data/conf/sogo/sogo.conf | 5 +++++
 1 file changed, 5 insertions(+)

Diff

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;