8 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Quota support
FromSent OnAttachments
Robin WhittleJun 9, 2003 8:50 am 
EmilianoJun 12, 2003 9:29 am 
Devin RubiaJun 12, 2003 10:04 am 
pdon...@angrynerds.comJun 12, 2003 10:51 am 
EmilianoJun 12, 2003 11:08 am 
Matthias AndreeJun 12, 2003 3:04 pm 
p dont thinkJun 12, 2003 8:29 pm 
EmilianoJun 13, 2003 6:00 am 
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] Quota supportActions...
From:Emiliano (emil@climafin.com.ar)
Date:Jun 12, 2003 11:08:17 am
List:net.sourceforge.lists.courier-maildrop

My logs says: Jun 12 14:51:28 linux2 postfix/pipe[7853]: 7C319A522: to=<emil@climafin.com.ar>, relay=maildrop, d elay=9, status=sent (climafin.com.ar)

master.cf pickup fifo n - n 60 1 pickup cleanup unix n - n - 0 cleanup qmgr fifo n - n 300 1 qmgr #qmgr fifo n - n 300 1 nqmgr rewrite unix - - n - - trivial-rewrite bounce unix - - n - 0 bounce defer unix - - n - 0 bounce flush unix n - n 1000? 0 flush smtp unix - - n - - smtp showq unix n - n - - showq error unix - - n - - error local unix - n n - - local virtual unix - n n - - virtual lmtp unix - - n - - lmtp # # Interfaces to non-Postfix software. Be sure to examine the manual # pages of the non-Postfix software to find out what options it wants. # The Cyrus deliver program has changed incompatibly. # cyrus unix - n n - - pipe flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user} uucp unix - n n - - pipe flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient) ifmail unix - n n - - pipe flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient) bsmtp unix - n n - - pipe flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient

maildrop unix - n n - - pipe flags=Ru user=vmail argv=/usr/local/b in/maildrop -d ${recipient}

----- Original Message ----- From: <pdon@angrynerds.com> To: <dev@thezone.net>; <emil@climafin.com.ar> Cc: <cour@lists.sourceforge.net> Sent: Thursday, June 12, 2003 2:45 PM Subject: Re: [maildropl] Quota support

I'm using Postfix+Mysql+Courier-Imap + maildrop. Now I want to enable quota support with maildrop. so, maildrop -v says

maildrop 1.5.2 Copyright 1998-2003 Double Precision, Inc. Maildir quota extension enabled. Virtual user database via MySQL extension enabled.

maildropmysql.config

database maildb table users uid_field address quota_field cuota

Is this a cut-and-paste? If so, you have a typo.

It's not a typo, just not English. As long as it matches the database, doesn't matter what the field is called, of course.

my mysql "users" table address quota emiliano@... 10000000S

I do. maildirmake -q 100000000S ./maildir so now I have a file [root@www maildir]# less maildirsize 100000000S 31899402 403

huh. i already had my maildirs. i didn't need to create them with maildirmake in order to get the maildirsize file. either way should work.

Now, I send a mail to me, but the maildirsize file doesn't change. What's wrong ? or missing.

have you verified that maildrop is doing your LDA work? what does your master.cf file look like? have you looked at your maillog?