ankush grover
2006-Dec-04 12:28 UTC
[Dovecot] Enabling different quota limits for different users for /etc/passwd as userdatabase on FC3
hey friends, I am running my company's mail server on FC3 which comprises of Postfix + Dovecot + MailScanner + Clamav + Squirrelmail + MailWatch + Spamassassin. I am using Dovecot 0.99.13-3 version on FC3 and I want to implement Quota limits for the users. I am using userdatabase as /etc/passwd file (auth_userdb = passwd ) and password database as pam(auth_passdb = pam) for dovecot. I read the documentation of dovecot but the quota example for /etc/passwd is missing. I want to have different quota limits for different users for example Quota limitation will depend upon the users, well there will be a global quota limit which will takes place if there is no limit specified for that particular user. Can anybody guide me how to configure quota's for different users in dovecot for /etc/passwd as userdatabase and pam as password database. Please let me know if you need any further inputs. Thanks & Regards Ankush Grover
Timo Sirainen
2006-Dec-04 13:49 UTC
[Dovecot] Enabling different quota limits for different users for /etc/passwd as userdatabase on FC3
On Mon, 2006-12-04 at 17:58 +0530, ankush grover wrote:> hey friends, > > I am running my company's mail server on FC3 which comprises of > Postfix + Dovecot + MailScanner + Clamav + Squirrelmail + MailWatch + > Spamassassin. I am using Dovecot 0.99.13-3 version on FC3 and I want > to implement Quota limits for the users.First of all you can't use quota with 0.99.x Dovecot. You'll need to use a recent 1.0rc release.> I am using userdatabase as /etc/passwd file (auth_userdb = passwd ) > and password database as pam(auth_passdb = pam) for dovecot. I read > the documentation of dovecot but the quota example for /etc/passwd is > missing.It's missing, because there's no way to add extra information for /etc/passwd without breaking other software that reads it. You'd pretty much have to use userdb passwd-file, and create a copy of your /etc/passwd to some passwd.imap and add the quota stuff there. Well, except I suppose you could also change mail_executable to a script which sets QUOTA-environment (you can figure out where it gets the user's quota) before executing imap. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20061204/1dc397de/attachment.bin>