<div dir="auto"><div style="width:361.091px;font-family:sans-serif;font-size:12.8px;margin:16px 0px" dir="auto"><div>Hi there,<br><br><br>I set up Dovecot to call a quota warning script:<br><br>plugin {<br>   quota_warning = storage=100%% quota-warning 100 %u<br>   quota_warning2 = storage=95%% quota-warning 95 %u<br>   quota_warning3 = storage=80%% quota-warning 80 %u<br>   quota_warning4 = -storage=100%% quota-warning below %u<br>}<br><br>The script is called whenever the quota exceeds the corresponding amount (80%, 95% and 100%). However, on deleting messages to free space, the script is not being called even though the quota drops below 100%.<br><br>I have manually tested the script, and it works:<br><br>$ /usr/local/bin/quota-warning.sh below user@foo.bar<br><br>Could you please give me any hint to fix this. I would like to call the quota-warning script so that I can clear the over_quota_flag field in the database.<br><br>Regards,</div></div></div>