[imp] [sork] How can I show user "quota" for using imap"dovecot" in "PASSWD"/"IMP"??

Winnie lammywinnie at gmail.com
Tue Sep 25 05:28:36 UTC 2007


Hi Eric,
Thanks for your reply...

Here's my dovecot.conf
base_dir = /var/run/dovecot/
protocols = imap pop3
mail_location = maildir:~/Maildir
protocol imap {
mail_plugins = quota imap_quota
mail_plugin_dir = /usr/lib/dovecot/imap
}
protocol pop3 {
pop3_uidl_format = %08Xu%08Xv
mail_plugins = quota imap_quota
mail_plugin_dir = /usr/lib/dovecot/pop3
}
auth default {
  mechanisms = plain login digest-md5 cram-md5
  passdb sql {
    args = /etc/dovecot-sql.conf
  }
  userdb sql {
    args = /etc/dovecot-sql.conf
  }
plugin {
quota = maildir:storage=1024000
}

For example, i found that the "maildirsize" file was under our user
$Home/Maildir....
Here's the format of "maildirsize"
>>cat /home/someone/Maildir/maildirsize
>>1048576000S
>>104355210 805

then how can I show in horde/imp ????
Using logfile??? sorry..i don't know how can do this...

thx for your helping again..
regards,
winnie


"Eric Jon Rostetter" <eric.rostetter at physics.utexas.edu> 
???????:20070924133018.zzvmx005hn1us0ko at mail.ph.utexas.edu...
> Quoting Winnie <lammywinnie at gmail.com>:
>
>> How can I show user "quota" for using imap "dovecot" in "PASSWD"/"IMP"???
>
> Dovecot supports 4 types of quota (fs, dirsize, dict, and maildir).  You 
> would
> need to say which one you are using before we could really try to help 
> you.
> (Also, there is a new quota system in 1.1 Betas which would be different 
> yet.)
>
> You would really need to be using the "storage" version rather than the
> "messages" version of quota in dovecot also.  Not sure it would make sense
> if you used the "messages" type.
>
> Now, if you tell us all the above, we're still probably not able to help
> unless you tell us how you are actually implementing quotas, at least in
> most cases.  This means is it stored in sql, ldap, etc.
>
> Once you provide us with all that info, we might be able to help.
>
> If you have no clue what the above means, send the your dovecot.conf
> file, or at least the parts dealing with the quota plugin and the
> userdb/user_query/user_attrs parts.
>
> -- 
> Eric Rostetter
> The Department of Physics
> The University of Texas at Austin
>
> Go Longhorns!
> -- 
> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe at lists.horde.org
> 





More information about the imp mailing list