3 messages in net.sourceforge.lists.courier-maildrop[maildropl] replacing deliverquota wi...
FromSent OnAttachments
GraemeDec 12, 2003 8:12 am 
Sam VarshavchikDec 12, 2003 4:08 pm 
GraemeDec 13, 2003 4: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:[maildropl] replacing deliverquota with maildropActions...
From:Graeme (gra@promptpost.com)
Date:Dec 12, 2003 8:12:43 am
List:net.sourceforge.lists.courier-maildrop

I run my mail server on FreeBSD 4.9 and am using exim and courier-imap with virtual mail users whose details are held in a mysql database. For incoming mail exim verifies the user, retrieves the location of the virtual user's Maildir, and currently hands off to deliverquota from a transport that includes the following:

command = /the/path/to/deliverquota -w 90 \ /the/path/to/the/virtual/user/Maildir/

Which works really well.

I want to replace deliverquota with maildrop in order to be able to use per user mailfilters. I have tried modifying the hand off to:

command = /the/path/to/maildrop -w 90 \ -d /the/path/to/the/virtual/user/Maildir/

but get the following error: mail maildrop[15485]: Invalid user specified.

I have been searching the net and the archives but have ended up more confused than enlightened!

Can anyone point me in the right direction please?