Displaying 1 result from an estimated 1 matches for "n_mbox_index".
Did you mean:
  n_mbox_indexes
  
2006 Oct 20
1
quota with sendmail and dovecot
...n't want quota in  INBOX with sendmail (mbox), it's work ok. 
Sendmail can put the new messages in INBOX although exceed the quota limit.
I have two namespace in dovecot:
 namespace private {
   separator = /
   inbox = yes
   prefix = "#mbox/"
   location = mbox:/Public/Maildir/%n_mbox_indexes:INBOX=/var/mail/%n
 }
 namespace private {
   separator = /
   prefix = ""
   location = maildir:/Public/Maildir/%n
 }
I have this quota:
plugin {
  quota = maildir:storage=10240
 }
It's work ok, i have 10 MB in INBOX and i have 10 MB in maildir.
My clients are Mozilla Thunderbir...