dovecot at corwyn.net
2009-Feb-11  02:21 UTC
[Dovecot] Quota not reporting with getquotaroot
I'm running squirrelmail on top of dovecot, and noticed that some of 
my users display the quota (using the squirrelmail plugin 
check_quota) and some don't.
So I did some digging. For those that do not display the quota, their 
account also doesn't provide any data with:
. getquotaroot inbox
* QUOTAROOT "inbox"
. OK Getquotaroot completed.
When I check the account /Maildir folder it has info in maildirsize
0S
12744423 10
334 1
483685 1
and when I delete the maildirsize file it recreates.
any ideas?
thx.
Rick
# 1.1.8: /etc/dovecot.conf
# OS: Linux 2.6.18-92.el5 i686 Red Hat Enterprise Linux Server 
release 5.2 (Tikanga) ext3
ssl_cert_file: /etc/httpd/certs/agencymail_invtitle_com.crt
ssl_key_file: /etc/httpd/certs/agencymail.invtitle.com.key.no.password
login_dir: /var/run/dovecot/login
login_executable(default): /usr/libexec/dovecot/imap-login
login_executable(imap): /usr/libexec/dovecot/imap-login
login_executable(pop3): /usr/libexec/dovecot/pop3-login
mail_uid: 1015
mail_gid: 105
mail_location: maildir:/var/spool/mail/%d/%n/Maildir
mail_executable(default): /usr/libexec/dovecot/imap
mail_executable(imap): /usr/libexec/dovecot/imap
mail_executable(pop3): /usr/libexec/dovecot/pop3
mail_plugins(default): quota imap_quota
mail_plugins(imap): quota imap_quota
mail_plugins(pop3): quota
mail_plugin_dir(default): /usr/lib/dovecot/imap
mail_plugin_dir(imap): /usr/lib/dovecot/imap
mail_plugin_dir(pop3): /usr/lib/dovecot/pop3
imap_client_workarounds(default): delay-newmail outlook-idle
imap_client_workarounds(imap): delay-newmail outlook-idle
imap_client_workarounds(pop3):
pop3_client_workarounds(default):
pop3_client_workarounds(imap):
pop3_client_workarounds(pop3): outlook-no-nuls oe-ns-eoh
auth default:
   mechanisms: plain login
   passdb:
     driver: sql
     args: /etc/dovecot-sql.conf
   userdb:
     driver: passwd
   userdb:
     driver: sql
     args: /etc/dovecot-sql.conf
   userdb:
     driver: static
   socket:
     type: listen
     client:
       path: /var/spool/postfix/private/auth
       mode: 432
       user: postfix
       group: postfix
     master:
       path: /var/run/dovecot/auth-master
       mode: 384
       user: vuser
       group: vuser
plugin:
   quota: maildir
   quota_rule: *:storage=102400000
   quota_rule2: Trash:storage=100M
Rick Steeves
http://www.sinister.net
"The journey is the destination"
On Tue, 2009-02-10 at 21:21 -0500, dovecot at corwyn.net wrote:> I'm running squirrelmail on top of dovecot, and noticed that some of > my users display the quota (using the squirrelmail plugin > check_quota) and some don't. > > So I did some digging. For those that do not display the quota, their > account also doesn't provide any data with: > . getquotaroot inbox > * QUOTAROOT "inbox" > . OK Getquotaroot completed. > > > When I check the account /Maildir folder it has info in maildirsize > 0SThere are no limits, so GETQUOTAROOT doesn't return anything. Although..> plugin: > quota: maildir > quota_rule: *:storage=102400000 > quota_rule2: Trash:storage=100MDovecot should be using these values or the ones returned by userdb, so having 0S in the header shouldn't make a difference. Or is it possible that your userdb could override quota_rule in a way that it doesn't specify storage at all? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20090220/62929baa/attachment-0002.bin>