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('*:bytes=', quota) as quota_rule from mailbox where userid = '%u' }
but the user got the standard 100M ... how can I specify mysql backend correctly ?
tnx
s
-----Original Message----- From: Timo Sirainen [mailto:tss@iki.fi] Sent: venerdì 7 marzo 2008 1.52 To: sa Cc: 'Dovecot Mailing List' Subject: Re: [Dovecot] dovecot overquota and delete message
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 quota_rule = *:storage=100M quota_rule2 = Trash:storage=100M