You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-09 23:07:35 +02:00
Added mail_max_userip_connections
This commit is contained in:
@@ -14,6 +14,13 @@ Your `docker-mailserver` folder should look like this example:
|
|||||||
└── README.md
|
└── README.md
|
||||||
```
|
```
|
||||||
|
|
||||||
|
One common option to change is the maximum number of connections per user:
|
||||||
|
|
||||||
|
```
|
||||||
|
mail_max_userip_connections = 100
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
# Override configuration
|
# 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.
|
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.
|
||||||
|
Reference in New Issue
Block a user