On Thu, 2009-08-20 at 15:01 +0800, Wouter van der Schagt wrote:
> However, I found that in the vpopmail tables in pw_shell the quota is listed 
> in maildir format. (ie: 10000000S) and on the Wiki I read that dovecot can 
> understand this format, however I am not sure how to change the above quota 
> rules so that I get something like:
> 
> plugin {
>   quota = maildir
>   quota_rule = ?:storage=%q
> }

%q doesn't expand in there. Use something like:

auth {
  ..
  userdb vpopmail {
    args = quota_template=quota_rule=?:backend=%q
  }
  ..
}

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to