[Dovecot] Dovecot LDA

Timo Sirainen tss at iki.fi
Mon Aug 24 21:28:42 EEST 2009


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
  }
  ..
}

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20090824/eef21000/attachment.bin 


More information about the dovecot mailing list