:/
in my dovecot.sql i have user_query for auth, so I cannot duplicate it.
how I can configure It at all ?
s
-----Original Message----- From: dovecot-bounces+sa=chiedere.info@dovecot.org [mailto:dovecot- bounces+sa=chiedere.info@dovecot.org] On Behalf Of Timo Sirainen Sent: venerdì 7 marzo 2008 2.16 To: sa Cc: '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 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'
user_query in plugin {} section does nothing. It needs to be in your dovecot-sql.conf (or wherever your userdb sql points to).