8 Feb
2022
8 Feb
'22
3:55 p.m.
On 8. Feb 2022, at 12.27, itanguy@univ-brest.fr wrote:
service auth-worker { client_limit = 1 idle_kill = 0 process_limit = 6000000 process_min_avail = 0 service_count = 1 vsz_limit = 18446744073709551615 B }
What dovecot version is this? with 2.3.17 or later you should probably use service_count=0 here.
That would prevent auth-worker process from dying after each authentication and then need for new process to be spawned for each authentication.
Sami