10 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] maildrop and maildir ...
FromSent OnAttachments
Giulio FidenteJan 15, 2007 2:17 am 
Christian AffolterJan 15, 2007 2:55 am 
Christian AffolterJan 15, 2007 6:13 am 
Tony EarnshawJan 15, 2007 6:38 am 
Giulio FidenteJan 15, 2007 8:21 am 
Tony EarnshawJan 15, 2007 8:43 am 
Devin RubiaJan 15, 2007 9:22 am 
Giulio FidenteJan 15, 2007 9:40 am 
Giulio FidenteJan 15, 2007 10:54 am 
Giulio FidenteJan 17, 2007 2:15 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] maildrop and maildir creation: it can't, why?Actions...
From:Tony Earnshaw (ton@hetnet.nl)
Date:Jan 15, 2007 6:38:56 am
List:net.sourceforge.lists.courier-maildrop

Christian Affolter wrote:

I've already googled around and searched in the mailing list archive to find how to configure maildrop for maildir creation, patching apart, seems there are no solutions.

[...]

But keep in mind, that maildrop wasn't designed for maildir creation and that the above solution abuses the intended purpose of the mail home dir and maildir. Anyway it works quite well for my needs.

Uhmmm ... maildrop can create both the user's (even virtual users') $HOME/Maildir/ and all subdirectories; the only directory it cannot create is the user's $HOME directory.

`test -d $HOME/Maildir/` if( $RETURNCODE == 1 ) { `/usr/bin/maildirmake $HOME/Maildir/` }

--Tonni