[Dovecot] dovecot-auth restaring and caching
Timo Sirainen
tss at iki.fi
Wed Apr 4 05:49:40 EEST 2012
On 23.3.2012, at 14.15, Angel L. Mateo wrote:
> El 22/03/12 19:57, Timo Sirainen escribió:
>> On 22.3.2012, at 11.55, Angel L. Mateo wrote:
>>
>>> The problem I'm having is that if I have no activity in the server, dovecot stops its auth process and when another message is received, it restarted it, but with an empty cache.
>>
>> service auth {
>> idle_kill = 0
>> }
>>
>
> In a test server I have, this have solved the problem. In my productions servers it is still being restarted. Could it be another parameter involve in this?
Oops, I remembered wrong. idle_kill=0 uses default_idle_kill limit. You could set for example:
idle_kill = 4294967295s
More information about the dovecot
mailing list