Added mail_max_userip_connections

Erik Wramner 2020-05-11 11:54:36 +02:00
parent 2fd6b7c873
commit f2d58d14fb
1 changed files with 7 additions and 0 deletions

@ -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 its best to override the `dovecot` configuration files. For each configuration file you want to override, add a list entry under the `volumes:` key.