Re: [Dovecot] dovecot overquota and delete message

2008-03-06 Thread Timo Sirainen
On Fri, 2008-03-07 at 02:23 +0100, sa wrote: > in my dovecot.sql i have user_query for auth, so I cannot duplicate it. What do you mean can't duplicate it? Add the quota_rule as a new selected field to the same query. signature.asc Description: This is a digitally signed message part

Re: [Dovecot] dovecot overquota and delete message

2008-03-06 Thread sa
: 'Dovecot Mailing List' > Subject: Re: [Dovecot] dovecot overquota and delete message > > On Fri, 2008-03-07 at 02:14 +0100, sa wrote: > > ok, it's work but it forces a standard quota to all and I have mysql > > backend. > > > > I change i

Re: [Dovecot] dovecot overquota and delete message

2008-03-06 Thread Timo Sirainen
On Fri, 2008-03-07 at 02:14 +0100, sa wrote: > ok, it's work but it forces a standard quota to all and I have mysql > backend. > > I change it to : > > plugin { > quota = maildir > quota_rule = *:storage=100M > quota_rule2 = Trash:storage=100M > user_query = select concat('*:b

Re: [Dovecot] dovecot overquota and delete message

2008-03-06 Thread sa
re userid = '%u' } but the user got the standard 100M ... how can I specify mysql backend correctly ? tnx s > -Original Message- > From: Timo Sirainen [mailto:[EMAIL PROTECTED] > Sent: venerdì 7 marzo 2008 1.52 > To: sa > Cc: 'Dovecot Mailing List' >

Re: [Dovecot] dovecot overquota and delete message

2008-03-06 Thread Timo Sirainen
On Fri, 2008-03-07 at 01:46 +0100, sa wrote: > ok for pop3, > > i change to: > > plugin { > quota = maildir > quota_rule2 = Trash:storage=100M > } > > problem persist in imap connections The above doesn't actually do anything because you didn't specify quota_rule: quota = maildir q

Re: [Dovecot] dovecot overquota and delete message

2008-03-06 Thread sa
7 marzo 2008 1.37 > To: sa > Cc: dovecot@dovecot.org > Subject: Re: [Dovecot] dovecot overquota and delete message > > On Fri, 2008-03-07 at 01:29 +0100, sa wrote: > > > i use dovecot-1.1_rc1 with postfix and maildrop as deliver. The problem is > > where user gets overq

Re: [Dovecot] dovecot overquota and delete message

2008-03-06 Thread Timo Sirainen
On Fri, 2008-03-07 at 01:29 +0100, sa wrote: > i use dovecot-1.1_rc1 with postfix and maildrop as deliver. The problem is > where user gets overquota, at this point he is unable to delete message in > pop3 as imap. There should be no problems deleting the mail from POP3. > plugin { > quota

[Dovecot] dovecot overquota and delete message

2008-03-06 Thread sa
Hi all, i use dovecot-1.1_rc1 with postfix and maildrop as deliver. The problem is where user gets overquota, at this point he is unable to delete message in pop3 as imap. dovecot.conf has: plugin { quota = maildir } protocol imap { mail_plugins = quota imap_quota } protocol pop3 {