Re: [Dovecot] Invalid quota rule using backend

2008-03-19 Thread Laurento Frittella
Il giorno mer, 19/03/2008 alle 07.34 +0200, Timo Sirainen ha scritto: On Tue, 2008-03-18 at 16:22 +0100, Laurento Frittella wrote: Using a quota rule like quota_rule = *:backend=1073741824S (I'm testing it statically but the value is on LDAP) I receive an an error: Fatal: IMAP(...):

[Dovecot] Invalid quota rule using backend

2008-03-18 Thread Laurento Frittella
Using a quota rule like quota_rule = *:backend=1073741824S (I'm testing it statically but the value is on LDAP) I receive an an error: Fatal: IMAP(...): Quota root QUOTA: Invalid rule: *:backend=1073741824S Accordingly with the wiki page http://wiki.dovecot.org/Quota/New Backend-specific

Re: [Dovecot] Invalid quota rule using backend

2008-03-18 Thread richs
In your LDAP configuration user_attrs line, use: YourLDAPQuotaAttributeName=quota_rule=*:storage=%$ I'm not sure the word backend is actually a valid option, -Rich Laurento Frittella wrote: Using a quota rule like quota_rule = *:backend=1073741824S (I'm testing it statically but the value is

Re: [Dovecot] Invalid quota rule using backend

2008-03-18 Thread Laurento Frittella
Il giorno mar, 18/03/2008 alle 08.32 -0700, [EMAIL PROTECTED] ha scritto: In your LDAP configuration user_attrs line, use: YourLDAPQuotaAttributeName=quota_rule=*:storage=%$ I'm not sure the word backend is actually a valid option, Do you mean dovecot automagically strips che S at the end

Re: [Dovecot] Invalid quota rule using backend

2008-03-18 Thread richs
The default is Kilobytes, so you'll still need to use the S if you're storing the value in bytes, -Rich Laurento Frittella wrote: Il giorno mar, 18/03/2008 alle 08.32 -0700, [EMAIL PROTECTED] ha scritto: In your LDAP configuration user_attrs line, use:

Re: [Dovecot] Invalid quota rule using backend

2008-03-18 Thread Laurento Frittella
Il giorno mar, 18/03/2008 alle 08.49 -0700, [EMAIL PROTECTED] ha scritto: The default is Kilobytes, so you'll still need to use the S if you're storing the value in bytes, I know, but the same value is used by other apps so it isn't so simple :) Reading the code I found that the backend=

Re: [Dovecot] Invalid quota rule using backend

2008-03-18 Thread Timo Sirainen
On Tue, 2008-03-18 at 16:22 +0100, Laurento Frittella wrote: Using a quota rule like quota_rule = *:backend=1073741824S (I'm testing it statically but the value is on LDAP) I receive an an error: Fatal: IMAP(...): Quota root QUOTA: Invalid rule: *:backend=1073741824S Accordingly with the