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
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
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
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