[Dovecot] quota ldap
hello all, i'm using quota + ldap with dovecot 2 in dovecot-ldap.conf.ext file i have the line :
user_attrs = homeDirectory=home,uidNumber=uid,gidNumber=gid,quota=quota_rule=*:storage=%$B
how can i add "Trash:storage= " to have more place for deleting messages like in
90-quota.conf file ? quota_rule2 = Trash:storage
thanks for help regards
-- *Alain DEFRANCE* - Ingénieur systèmes et réseaux
Direction des systèmes d'information (DiSI)
Centre d'Exploitation des Infrastructures Informatiques (CEDII) Cellule Réseau et Expertise Systèmes
Bât Ile de France - RDC - Bureau 58 Université d'Evry Val d'Essonne 4, Bd F. Mitterrand - 91025 EVRY Cedex
Tel : 01.69.47.80.69 - Fax : 01.69.47.80.24 Mail : alain.defrance@univ-evry.fr Site UEVE : http://www.univ-evry.fr
On 23/3/2012 12:20 μμ, Alain DEFRANCE wrote:
how can i add "Trash:storage= " to have more place for deleting messages like in
See, for example, my setup: http://old.nabble.com/ldap-userdb-warning-in-v2.1.1-td33544211.html
I use a single conf file (because it's small and it's more intuitive to me).
Details: http://wiki2.dovecot.org/Quota/Configuration
Regards, Nick
thanks Nick
so if i understand correctly i can mix the 2 quota_rule ?
the one who came from ldap user_attrs (quota_rule=*:bytes=%$)
and the other which from quota_rule2 = Trash:storage=+3%%
in your case you add 3% quota more for Trash ? Am i write ?
regards
On 23/3/2012 12:20 μμ, Alain DEFRANCE wrote:
how can i add "Trash:storage= " to have more place for deleting messages like in
See, for example, my setup: http://old.nabble.com/ldap-userdb-warning-in-v2.1.1-td33544211.html
I use a single conf file (because it's small and it's more intuitive to me).
Details: http://wiki2.dovecot.org/Quota/Configuration
Regards, Nick
-- *Alain DEFRANCE* - Ingénieur systèmes et réseaux
Direction des systèmes d'information (DiSI)
Centre d'Exploitation des Infrastructures Informatiques (CEDII) Cellule Réseau et Expertise Systèmes
Bât Ile de France - RDC - Bureau 58 Université d'Evry Val d'Essonne 4, Bd F. Mitterrand - 91025 EVRY Cedex
Tel : 01.69.47.80.69 - Fax : 01.69.47.80.24 Mail : alain.defrance@univ-evry.fr Site UEVE : http://www.univ-evry.fr
On 23/3/2012 12:58 μμ, Alain DEFRANCE wrote:
so if i understand correctly i can mix the 2 quota_rule ? the one who came from ldap user_attrs (quota_rule=*:bytes=%$) and the other which from quota_rule2 = Trash:storage=+3%%
Actually, in user_attrs you define the applicable ldap attributes and associated info.
Rules are specified in the plugin {} section, but quota values may be overridden by ldap attribute values (but not for Trash).
in your case you add 3% quota more for Trash ? Am i write ?
Yes.
Nick
participants (2)
-
Alain DEFRANCE
-
Nikolaos Milas