Re: [Dovecot] Enforcing Dovecot Quotas

2012-05-09 Thread Leon Meßner
On Wed, May 09, 2012 at 10:39:17PM +0100, Tim wrote: > Thanks Leon > > I changed my SQL to the following after trying a few combinations: > > user_query = SELECT maildir, 5000 as uid, 5000 as > gid,concat('maildir:bytes=',quota) as quota FROM virtual_mailbox WHERE > username = '%u' Try the above

Re: [Dovecot] Enforcing Dovecot Quotas

2012-05-09 Thread Tim
Thanks Leon I changed my SQL to the following after trying a few combinations: user_query = SELECT maildir, 5000 as uid, 5000 as gid,concat('maildir:bytes=',quota) as quota FROM virtual_mailbox WHERE username = '%u' It seems that Dovecot didn't understand the * backend for some reason (even thou

Re: [Dovecot] Enforcing Dovecot Quotas

2012-05-08 Thread Leon Meßner
On Tue, May 08, 2012 at 01:59:38AM -0700, tcsmith1978 wrote: > > Hello, > > I have been looking at enforcing quotas for users of my mail system (postfix > and Dovecot v1.2). Have tried to follow a few tuts on the web but its not > having the desired effect. Essentially I can still send and receiv

[Dovecot] Enforcing Dovecot Quotas

2012-05-08 Thread tcsmith1978
Hello, I have been looking at enforcing quotas for users of my mail system (postfix and Dovecot v1.2). Have tried to follow a few tuts on the web but its not having the desired effect. Essentially I can still send and receive mail on an account that I believe has had its quota exceeded. In my ma