cumulative resource limit exceeded
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
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
On 30.12.2021 21.20, Aki Tuomi wrote:
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 }
We are working on documenting the applicable settings at https://doc.dovecot.org/ . Meanwhile you can reference https://github.com/dovecot/pigeonhole/blob/master/INSTALL#L322 for an explanation.
Teemu
participants (3)
-
Aki Tuomi
-
Mats Mellstrand
-
Teemu Huovila