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,
Apparently Analagous Threads
- nouveau regression with 5.7 caused by "PCI/PM: Assume ports without DLL Link Active train links in 100 ms"
- [PATCH v4] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
- [PATCH v3] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
- [PATCH v4] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
- [PATCH] drm/nouveau/acpi: use DSM if bridge does not support D3cold