4 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] MailDrop + MySql + Po...
FromSent OnAttachments
Steven AdamsNov 2, 2002 11:37 pm 
Martin List-PetersenNov 3, 2002 6:13 am 
Rolan YangNov 3, 2002 8:20 am 
Steven AdamsNov 3, 2002 3:00 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] MailDrop + MySql + PostFix + VirtualActions...
From:Steven Adams (ste@drifthost.com)
Date:Nov 3, 2002 3:00:40 pm
List:net.sourceforge.lists.courier-maildrop

How the hell is quotas set?

I cant find docs on it anywhere at all..

How does it read it.. in MB in KB? or what?

/Steve

----- Original Message ----- From: "Rolan Yang" <rol@omnistep.com> To: "Steven Adams" <ste@drifthost.com> Cc: <cour@lists.sourceforge.net> Sent: Monday, November 04, 2002 3:20 AM Subject: Re: [maildropl] MailDrop + MySql + PostFix + Virtual

There is a postfix quota patch that will allow you to do mysql quota support. http://www.oav.net/~kiwi/postfix/

The thing about maildrop is... that quota's aren't really done through mysql. Maildrop uses a flat file (maildirsize) in the user's home directory to keep track of quota levels.

Also with maildrop, you have to initially create the user's mail spool directory with "maildirmake" and then create the quota file with "maildirmake -q x" where x is the quota size.. I used a php script to fetch values from a mysql database and then create the directories with "maildirmake".

Postfix's "virtual" agent creates those spool dir's for you automagically.

Hi, I currentally run

PostFix + MySql + Virtual Users + Courier Imap(pop3d)

I want to inplant maildrop so it reads user quotas from the MySql users table..

Is there any how-twos on how this is done?