On Wed, May 15, 2002 at 04:42:39PM -0700, Kenny Nguyen wrote: > Hello Everyone! > > Help is appreciated with regards to maildrop/quota: > > Imap server/smtpd/maildrop installed via package from > http://www.courier-mta.org courier-0.38.1.20020509.tar.gz > > I can't seem to get quota to work for each individual account stored inside > (MySQL). Each account with quota field I set as "50000" = 50K > (for testing purposes) > > In /usr/lib/courier/etc/courierd I have: > ---------------------------------------- > DEFAULTDELIVERY="|| /usr/lib/courier/bin/dotforward > | /usr/lib/courier/bin/maildrop" > MAILDROPDEFAULT=./Maildir > > > In /usr/lib/courier/etc/maildroprc I have: > ------------------------------------------- > MAILDIRQUOTA=100000 > to "$DEFAULT" > > > System wide setting is 100000, but each individual setting is 50000, yet it > doesn't work. I removed "maildroprc" and restarted the daemon, it still > doesn't enforce the quota value stored inside mysql database.
That should be 100000S for a quota of 100K. You appear to have forgotten to put the 'S' in your quota setting. See the maildirquota manpage for details. -- Anand Buddhdev Personal site: http://anand.org _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
