mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-06 21:49:17 +00:00
7 lines
220 B
Plaintext
7 lines
220 B
Plaintext
# /etc/dovecot/conf.d/90-limits.conf
|
|
# Connection and memory limits; doveadm port.
|
|
mail_max_userip_connections = 500
|
|
imap_max_line_length = 2 M
|
|
default_client_limit = 10400
|
|
default_vsz_limit = 1024 M
|
|
doveadm_port = 12345 |