Displaying 2 results from an estimated 2 matches for "yourmysql".
2006 Oct 07
0
No subject
...for you.
Regards
Richard
-----Original Message-----
From: dovecot-bounces at dovecot.org [mailto:dovecot-bounces at dovecot.org]
On Behalf Of Kenny Dail
Sent: 13 December 2006 08:04 PM
To: dovecot at dovecot.org
Subject: Re: [Dovecot] Trash and quota
> Have you tried concat'ng the data in yourMySQL statement?
>=20
> Eg.
> user_query =3D SELECT home, uid, gid, concat('maildir:storage=3D',
> quota_kb,':ignore=3DTrash') AS quota FROM users WHERE userid =3D '%u'
An interesting thought indeed. I gave it a shot, but from what I can
tell, setting quota in the quer...
2006 Dec 12
2
Trash and quota
I can't seem to find the magic combination to get dovecot to ignore the
trash folder when counting quota. I've got 1.0rc15 and using maildir
quotas. Not being able to trash messages when over quota is quite
annoying.
the docs suggest the following:
plugin {
quota = maildir:storage=10240:ignore=Trash
}
but as my quotas are defined per user via mysql DB, I'm thinking that I
need a