30 Dec
2021
30 Dec
'21
9:20 p.m.
On 29/12/2021 22:09 Mats Mellstrand mats@exmandato.se wrote:
Hi
I’m running dovecot-2.3.15 and dovecot-pigeonhole-0.5.15 on FreeBSD 13
To day i suddenly get errors in my personal logfile (.dovecot.sieve.log)
sieve: info: started log at Dec 29 20:26:42. .dovecot: error: cumulative resource usage limit exceeded.
Is there anything I can do about this error?
/mm
This is a feature added in pigeonhole to avoid executing computationally too expensive sieve scripts. Prior 2.3.17 this might get triggered by IMAPsieve unintentionally.
You can also disable this feature with
plugin { sieve_max_cpu_time = 0 }
Aki