4 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Auto Creation of Maildir
FromSent OnAttachments
Hector TapiaFeb 11, 2004 10:57 am 
Ajai KhattriFeb 11, 2004 11:59 am 
rgre...@tclme.orgFeb 11, 2004 12:29 pm 
Hector TapiaFeb 11, 2004 3:10 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] Auto Creation of MaildirActions...
From:Ajai Khattri (aj@bway.net)
Date:Feb 11, 2004 11:59:44 am
List:net.sourceforge.lists.courier-maildrop

On Wed, 11 Feb 2004, Hector Tapia wrote:

I'm currently running Postfix and Courier-IMAP. With this configuration, new user maildirs are automatically created when the first email arrives. It is my understanding that this behaviour stops when Maildrop is included into the mix. I read somewhere on a how-to that a patch to Maildrop exists that allows for the automatic creation of maildirs, but have not been able to locate this patch. Can someone direct me to this patch or otherwise advise me on how to proceed?

Why not have your default maildrop filter script do this for you?

Example:

# make sure .Spam folder exists `test -d ./Maildir/.Spam` if( $RETURNCODE == 1 ) { `maildirmake -f Spam ./Maildir` `echo INBOX.Spam >> ./Maildir/courierimapsubscribed` }