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
: '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
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 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'
>
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
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
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
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 {