Re: [Dovecot] Per user quota on MySQL

2010-12-22 Thread Pascal Volk
On 12/20/2010 06:09 PM M. Rodrigo Monteiro wrote: > Question: can I have quota per domain? It's possible - sure. See: http://wiki2.dovecot.org/Quota/Dict Regards, Pascal -- The trapper recommends today: cafefeed.1035...@localdomain.org

Re: [Dovecot] Per user quota on MySQL

2010-12-21 Thread Robert Schetterer
Am 20.12.2010 22:05, schrieb Charles Marcus: > On 2010-12-20 12:09 PM, M. Rodrigo Monteiro wrote: >> Now, I'm using lmtp. The reply works great. >> >> Quota per user looks good. >> Question: can I have quota per domain? > > I don't use it, but latest version of postfixadmin supports domain and > u

Re: [Dovecot] Per user quota on MySQL

2010-12-20 Thread Charles Marcus
On 2010-12-20 12:09 PM, M. Rodrigo Monteiro wrote: > Now, I'm using lmtp. The reply works great. > > Quota per user looks good. > Question: can I have quota per domain? I don't use it, but latest version of postfixadmin supports domain and user quotas... -- Best regards, Charles

Re: [Dovecot] Per user quota on MySQL

2010-12-20 Thread Robert Schetterer
Am 20.12.2010 18:09, schrieb M. Rodrigo Monteiro: > Hi! > >> anyway you should use lmtp >> http://wiki2.dovecot.org/LMTP >> this may avoid i.e backscatter quota bounces > > Excelent! > > Now, I'm using lmtp. The reply works great. > > Quota per user looks good. > Question: can I have quota per

Re: [Dovecot] Per user quota on MySQL

2010-12-20 Thread M. Rodrigo Monteiro
Hi! > anyway you should use lmtp > http://wiki2.dovecot.org/LMTP > this may avoid i.e backscatter quota bounces Excelent! Now, I'm using lmtp. The reply works great. Quota per user looks good. Question: can I have quota per domain? Regards, Rodrigo. -- M. Rodrigo Monteiro "Free as in Free

Re: [Dovecot] Per user quota on MySQL

2010-12-20 Thread Robert Schetterer
Am 20.12.2010 16:18, schrieb Tom Hendrikx: > On 20/12/10 16:03, M. Rodrigo Monteiro wrote: >> === >> Dovecot log >> === >> Dec 20 11:37:11 lda(te...@domain.com.br): Info: msgid=unspecified: >> save failed to INBOX: Quota exceeded (mailbox for user is full) >> Dec 20 11:37:11 lda(te...@domai

Re: [Dovecot] Per user quota on MySQL

2010-12-20 Thread Tom Hendrikx
On 20/12/10 16:03, M. Rodrigo Monteiro wrote: > === > Dovecot log > === > Dec 20 11:37:11 lda(te...@domain.com.br): Info: msgid=unspecified: > save failed to INBOX: Quota exceeded (mailbox for user is full) > Dec 20 11:37:11 lda(te...@domain.com.br): Info: msgid=unspecified: > rejected: Quo

Re: [Dovecot] Per user quota on MySQL

2010-12-20 Thread M. Rodrigo Monteiro
Hi! With much help of Henrique Fernandes, now the quota per user is working. I'm having problem now with the bounce message. === Postfix log === Dec 20 11:37:11 sec88 postfix/qmgr[20633]: CBCF2E7D77: from=, size=2530, nrcpt=1 (queue active) Dec 20 11:37:11 sec88 postfix/pipe[6178]: CBCF2

Re: [Dovecot] Per user quota on MySQL

2010-12-18 Thread Denis Fateyev
Hello, In my installation (postfixadmin, dovecot-1.2.x), postfixadmin sets and stores user quota in bytes in `quota` field of `mailbox` table. Dovecot retrieves stored quotas via `user_query` and `password_query` mechanism. --- wbr, Denis. On Sat, Dec 18, 2010 at 2:59 AM, M. Rodrigo Monteiro < f

Re: [Dovecot] Per user quota on MySQL

2010-12-17 Thread M. Rodrigo Monteiro
On Fri, Dec 17, 2010 at 15:41, Henrique Fernandes wrote: > It is missing an global mail plugins conf! > []'sf.rique > Ok, now I have the quota in dovecotadm. doveadm quota get -u te...@domain.com Quota name TypeValue Limit % storage=1024000

Re: [Dovecot] Per user quota on MySQL

2010-12-17 Thread Henrique Fernandes
It is missing an global mail plugins conf! []'sf.rique On Fri, Dec 17, 2010 at 4:07 PM, Pascal Volk < user+dove...@localhost.localdomain.org > wrote: > On 12/17/2010 07:06 PM M. Rodrigo Monteiro wrote: > > > > There is no quota in doveadm. > > See the note at: http://wiki2.dovecot.org/Tools/Dove

Re: [Dovecot] Per user quota on MySQL

2010-12-17 Thread Pascal Volk
On 12/17/2010 07:06 PM M. Rodrigo Monteiro wrote: > > There is no quota in doveadm. See the note at: http://wiki2.dovecot.org/Tools/Doveadm/Quota Regards, Pascal -- The trapper recommends today: f007ba11.1035...@localdomain.org

Re: [Dovecot] Per user quota on MySQL

2010-12-17 Thread M. Rodrigo Monteiro
On Fri, Dec 17, 2010 at 14:50, Henrique Fernandes wrote: > Try to use doveadm quota get to see if it is working! There is no quota in doveadm. # /usr/local/dovecot/bin/doveadm usage: doveadm [-Dv] [-f ] [] altmove [-u |-A] [-S ] auth [-a ] [-x ] [] config [doveconf

Re: [Dovecot] Per user quota on MySQL

2010-12-17 Thread Henrique Fernandes
Try to use doveadm quota get to see if it is working! #doveadm quota get -u exam...@domain.com Quota name Type Value Limit % user STORAGE 133189 1048576 12 user MESSAGE 2002 - 0 Use quota recalc also an

[Dovecot] Per user quota on MySQL

2010-12-17 Thread M. Rodrigo Monteiro
Hi! I'm new on Dovecot. I'm using: - CentOS 5.5 - Kernel 2.6.18-194.26.1.el5 x86_64 - Dovecot 2.0.8 (from source) - Postfix 2.7.2 (from source) - MySQL 5.0.77 (CentOS binary) - Postfixadmin 2.3.2 (from source) - Horde Webmail 1.2.9 - Thunderbird 3.1.7 (from CentOS) I follow this how to: http://wi