Ok Thank you soo much these are the results 2 getquota Others * QUOTA "Others" () 2 OK Getquota completed. 3 getquota INBOX * QUOTA "INBOX" () 3 OK Getquota completed.
On Mon, Feb 28, 2011 at 9:57 AM, Timo Sirainen <t...@iki.fi> wrote: > On Mon, 2011-02-28 at 09:28 -0500, Il Neofita wrote: >> Feb 28 09:24:03 mailerweb dovecot: imap(centos): Debug: Quota root: >> name=INBOX backend=fs args=mount=/mail >> Feb 28 09:24:03 mailerweb dovecot: imap(centos): Debug: Quota root: >> name=Others backend=fs args=mount=/home > > So it sees these both.. > >> Feb 28 09:24:03 mailerweb dovecot: imap(centos): Debug: fs quota add >> mailbox dir = /mail >> Feb 28 09:24:03 mailerweb dovecot: imap(centos): Debug: fs quota block >> device = /dev/mapper/mail_group-mail >> Feb 28 09:24:03 mailerweb dovecot: imap(centos): Debug: fs quota mount >> point = /mail >> Feb 28 09:24:03 mailerweb dovecot: imap(centos): Debug: fs quota mount >> type = ext4 > > But it only adds ext4 quota, no NFS quota.. > >> These are the outputs from the telnet >> 2 getquotaroot INBOX >> 2 OK No quota. >> 3 getquotaroot inbox >> 3 OK No quota. > > You could try what these say: > > a getquota INBOX > b getquota Others > > I guess both say "No quota" though. > >> plugin { >> mail_log_events = delete undelete expunge copy mailbox_delete >> mailbox_rename >> mail_log_fields = uid box msgid size >> mail_log_group_events = no >> quota = fs:INBOX:mount=/mail >> quota2 = fs:Others:mount=/home > > You could first try getting only one the quotas to work. > > In any case, I don't really see anything wrong in your configs, so I > have no idea why it's not working. I also can't easily test any quota > configs myself, and this looks like it would require some debugging to > solve.. > >