Re: [Dovecot] Problem overriding default quota limit

2012-07-28 Thread RAUL JAREÑO MORAGO
Ok, I'll do it next monday. Thank you very much!!! A las Sábado, 28-07-2012 en 4:34 Daniel Parthey escribió: Hello Raul, Raul Jareño Morago wrote: > We get user's quota limit from LDAP.  It works fine when user has > quota attribute in LDAP (this is when it's different from default > quota). But

Re: [Dovecot] Problem overriding default quota limit

2012-07-27 Thread Daniel Parthey
Hello Raul, Raul Jareño Morago wrote: > We get user's quota limit from LDAP.  It works fine when user has > quota attribute in LDAP (this is when it's different from default > quota). But when user doesn't have quota limit attribute Dovecot > doesn't take default value defined in quota plugin and

Re: [Dovecot] Problem overriding default quota limit

2012-07-27 Thread Daniel Parthey
RAUL JAREÑO MORAGO wrote: > And dovecot-ldap-lmtp.conf.ex contains this: > > hosts = xxx.xxx.es:389 > dn = uid=x,o=xx,c=es > dnpass = xxx > ldap_version = 3 > base = o=,c=ES > user_attrs = mailMessageStore=home,mailquotasize=quota_rule=*:bytes=%$ > user_filter = (uid=%

Re: [Dovecot] Problem overriding default quota limit

2012-07-27 Thread RAUL JAREÑO MORAGO
Hi Daniel, The "userdb" ldap is in this section: protocol lmtp {   mail_plugins = " quota sieve"   userdb {     args = /etc/dovecot/dovecot-ldap-lmtp.conf.ext     driver = ldap   } } And dovecot-ldap-lmtp.conf.ex contains this: hosts = xxx.xxx.es:389 dn = uid=x,o=xx,c=es dnpass = x

Re: [Dovecot] Problem overriding default quota limit

2012-07-26 Thread Daniel Parthey
Hi Raul, Raul Jareño Morago wrote: > We get user's quota limit from LDAP.  It works fine when user has > quota attribute in LDAP (this is when it's different from default > quota). But when user doesn't have quota limit attribute Dovecot > doesn't take default value defined in quota plugin and ass

[Dovecot] Problem overriding default quota limit

2012-07-26 Thread RAUL JAREÑO MORAGO
Hi, We get user's quota limit from LDAP.  It works fine when user has quota attribute in LDAP (this is when it's different from default quota). But when user doesn't have quota limit attribute Dovecot doesn't take default value defined in quota plugin and assign unlimit quota to user. Our configu