[Dovecot] Re: Maildirquota
    Timothy White 
    dovecot.user at weirdo.bur.st
       
    Sun May 28 15:43:08 EEST 2006
    
    
  
So does this mean that Maildir++ does or doesn't work? Do we need CVS
or will beta8 work?
>
> Yes.  Here are the relevant settings, and you can return "imap_quota" for
> the quota value in userDB lookups:
>
> default_mail_env = maildir:~/
> protocol imap {
>   mail_plugins = imap_quota quota
>   mail_plugin_dir = /usr/lib/dovecot/imap
> }
> plugin {
>   quota = maildir:%h
>   imap_quota = maildir:%h
> }
I'm trying with beta8, using these settings (mail_plugin_dir is
different as I'm installed in /usr/local) and static userdb.
  userdb static {
    args = uid=112 gid=112 home=/var/mail/%1n/%n imap_quota=10485760
  }
Yet when I try to get the Quota, i get the following. (using SM debug)
IMAP command sent: a001 GETQUOTAROOT "INBOX"
IMAP response recieved:
Array(
    [0] => Array(
            [0] => * QUOTAROOT "INBOX" ""
            [1] => * QUOTA "" ()
        )
Which clearly shows no quota.
What am I doing wrong?
Thanks
Tim
-- 
Linux Counter user #273956
    
    
More information about the dovecot
mailing list