From 20ec089dd0576152cb3f9eece609e9b67945d617 Mon Sep 17 00:00:00 2001 From: Erik Wramner Date: Mon, 11 May 2020 11:54:36 +0200 Subject: [PATCH] Added mail_max_userip_connections --- 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 6b4c6084..0f88762e 100644 --- a/docs/content/advanced/override-defaults/dovecot.md +++ b/docs/content/advanced/override-defaults/dovecot.md @@ -14,6 +14,13 @@ Your `docker-mailserver` folder should look like this example: └── README.md ``` +One common option to change is the maximum number of connections per user: + +``` +mail_max_userip_connections = 100 +``` + + # Override configuration For major configuration changes it’s best to override the `dovecot` configuration files. For each configuration file you want to override, add a list entry under the `volumes:` key.