<div dir="ltr">Hi,<br><br>I use Dovecot 2.3.9.2 as IMAP proxy for other mail server and configure it with imapc_host/imapc_port/imapc_user options. All works fine exclude quota information. <br><br>Although my IMAP server supported quota Dovecot does not relay it to users.<br><br>As I read in docs/MailboxFormat.imapc.txt in Dovecot v2.2.30+ there is a way to relay quota data to end users:<br><br>Quota<br>-----<br>Using the "imapc" quota backend allows asking for the quota from remote IMAP<br>server (v2.2.30+). By default it uses GETQUOTAROOT INBOX for getting the quota.<br>There are also two parameters that can be used to control how the quota is<br>looked up:<br> <br> * box=<mailbox>: Use GETQUOTAROOT <mailbox><br> * root=<name>: Use GETQUOTA <name><br><br> For example:<br> <br> ---%<-------------------------------------------------------------------------<br>plugin {<br>  quota = imapc:root=User Quota<br> }<br> ---%<-------------------------------------------------------------------------<br><br><div>The above example is not clear. Please advise how to configure Dovecot in IMAP proxy mode with quota support.<br></div></div>