<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi everyone,<div class=""><br class=""></div><div class="">I have a separate internal system running on a different host that needs to put an administrative email into a user’s inbox.</div><div class=""><br class=""></div><div class="">I’ve been playing around with the “doveadm mailbox save” command via Doveadm’s HTTP API (<a href="https://doc.dovecot.org/admin_manual/doveadm_http_api/#doveadm-mailbox-save" class="">https://doc.dovecot.org/admin_manual/doveadm_http_api/#doveadm-mailbox-save</a>).</div><div class="">This works quite well provided the user is within quota limit, however, I would like to be able to deliver these messages even if the email account is over quota.</div><div class=""><br class=""></div><div class="">I noticed that it’s possible to override the quota configuration using dovecot-lda by overriding plugin/quota with the “noenforcing” directive as explained in <a href="https://wiki.dovecot.org/Quota/Configuration" class="">https://wiki.dovecot.org/Quota/Configuration</a>.</div><div class="">I don’t currently use LDA, SMTP servers based on Postfix deliver mail via LMTP and I need to be able to deliver this message from a different host in the network.</div><div class="">The HTTP API doesn’t seem to support overriding the quota config.</div><div class=""><br class=""></div><div class="">What would be the best way to go about this?</div><div class=""><br class=""></div><div class="">Thanks</div><div class="">Peter</div></body></html>