Hello,
I have succesfully installed dovecot version 1.0.rc2 on my Debian Sarge.
I have configured quotas (just for tests) like this :
== dovecot.conf == ...
auth default { mechanisms = plain
passdb pam { }
userdb passwd { } }
protocol imap { mail_plugins = quota imap_quota }
plugin { # quota = 10 Mb quota = dirsize:storage=10240 }
...
Quotas works without problem : 10Mb for all users... But i would like quotas per user and kept thi default value of 10Mb...
How to override this default value ? How to do peruser-quota with "passwd" userdb (or "passwd-file") ?
Really thanks for your help,
Mikaël,
mikael a écrit :
Hello,
Quotas works without problem : 10Mb for all users... But i would like quotas per user and kept thi default value of 10Mb...
How to override this default value ? How to do peruser-quota with "passwd" userdb (or "passwd-file") ?
I tried with "passwd-file" userdb and added a extra_field for one user:
quota = maildir:storage=5120
But it doesn't work :'(
To override the default storage quota value, must we use SQL-based user database or LDAP ?
Thanks,
Mikaël,
participants (1)
-
mikael