From 698cd398946d4b31c5fc9a9c5326bf405e9d7611 Mon Sep 17 00:00:00 2001 From: Sascha Scandella Date: Sun, 31 May 2020 22:29:42 +0200 Subject: [PATCH] Updated Override Default Dovecot Configuration (markdown) --- docs/content/advanced/override-defaults/dovecot.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/content/advanced/override-defaults/dovecot.md b/docs/content/advanced/override-defaults/dovecot.md index 0f88762e..aabc6641 100644 --- a/docs/content/advanced/override-defaults/dovecot.md +++ b/docs/content/advanced/override-defaults/dovecot.md @@ -20,6 +20,13 @@ One common option to change is the maximum number of connections per user: mail_max_userip_connections = 100 ``` +Another option to change is the maximum number of connections per user: + +``` +mail_max_userip_connections = 100 +``` + +Another important option is the `default_process_limit` (defaults to 100). If high-security mode is enabled you'll need to make sure this count is higher than the maximum number of users that can be logged in simultaneously. # Override configuration