20 Jul
2025
20 Jul
'25
1:34 p.m.
Burn Zero via dovecot skrev den 2025-07-14 08:50:
auth_cache_size = 10M auth_cache_ttl = 1800secs auth_cache_negative_ttl = 300secs ( I have tried this setting to 0 but it does not change anything )
doveconf -d | grep auth_cache_ttl
you have reduced cache ttl from default 1 hours
hmm :=)
syntax might aswell be culpit, 18000secs is diffrent from 1800 secs
hope dokumention is correct here https://doc.dovecot.org/2.3/configuration_manual/authentication/caching/ all ttl is numbers not text, i dont know for sure, but if it only numbers, one could leave out hours, it will imho be one secs
doveconf -n | grep auth_cache_ttl
is it displaying something ?