1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-12 10:45:14 +02:00

[Dovecot] Increase process_limit to 500, thanks to @mritzmann

This commit is contained in:
André 2018-07-25 21:04:24 +02:00
parent ef8c79c0e5
commit f1b096b36e

View File

@ -213,6 +213,7 @@ service managesieve-login {
}
service imap-login {
service_count = 1
process_limit = 500
vsz_limit = 256 M
user = dovenull
}