[Dovecot] Increate proc limit and default client limit
parent
968f6f4157
commit
fe95852f45
|
@ -232,7 +232,7 @@ service managesieve-login {
|
||||||
}
|
}
|
||||||
service imap-login {
|
service imap-login {
|
||||||
service_count = 1
|
service_count = 1
|
||||||
process_limit = 500
|
process_limit = 10000
|
||||||
vsz_limit = 1G
|
vsz_limit = 1G
|
||||||
user = dovenull
|
user = dovenull
|
||||||
}
|
}
|
||||||
|
@ -347,3 +347,4 @@ auth_cache_negative_ttl = 0
|
||||||
auth_cache_ttl = 30 s
|
auth_cache_ttl = 30 s
|
||||||
auth_cache_size = 2 M
|
auth_cache_size = 2 M
|
||||||
!include_try /usr/local/etc/dovecot/extra.conf
|
!include_try /usr/local/etc/dovecot/extra.conf
|
||||||
|
default_client_limit = 10240
|
||||||
|
|
Loading…
Reference in New Issue