mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-13 19:04:50 +02:00
Updated Override Default Dovecot Configuration (markdown)
This commit is contained in:
parent
3cb6c532ec
commit
698cd39894
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue