1 message in net.sourceforge.lists.courier-maildrop[maildropl] maildrop quota and vpopma...
FromSent OnAttachments
Kertész PéterFeb 28, 2003 1:27 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:[maildropl] maildrop quota and vpopmail-mysqlActions...
From:Kertész Péter (kert@vfemail.net)
Date:Feb 28, 2003 1:27:39 am
List:net.sourceforge.lists.courier-maildrop

Hello! I want use maildrop with maildirqouta ( on FreeBSD). But I don't know why not working. The message is delivered, but the qouta don't increase.

Sorry, my bad english:-)

Here is my maildrop 1.52 config: ./configure --enable-maildirquota --with-trashquota \ --without-db

and vpopmail 5.3.11 (mysql support), and qmail.

the maildroprc:

import HOME import EXT import HOST

VPOP="| /usr/local/vpopmail/bin/vdelivermail '' bounce-no-mailbox" VHOME=`/usr/local/vpopmail/bin/vuserinfo -d $EXT@$HOST` JUNKFOLDER=".spam"

logfile "/tmp/maildrop.log"

if ( $SIZE < 262144 ) { exception { xfilter "/usr/local/bin/spamc -f -u $EXT@$HOST" } } if (/^X-Spam-Status: *YES/) { exception { to "$VHOME/Maildir/$JUNKFOLDER/" } exception { include $VHOME/Maildir/.mailfilter } exception { to "$VHOME/Maildir" exit } } else { exception { include $VHOME/Maildir/.mailfilter } exception { to "$VHOME/Maildir" exit } }

And the log file: .... Date: Fri Feb 28 09:57:30 2003 From: Name<sss@something.com> Subj: Test File: /usr/local/vpopmail/domains/something.com/sssvs/Maildir/ (7866)

Date: Fri Feb 28 10:03:36 2003 From: =Name<sss@something.com> Subj: Test2 File: /usr/local/vpopmail/domains/something.com/sssvs/Maildir/ (2466) ...