Hello,
probably this question has been asked few times in the past still I couldnt 
find any real and neat solution to this.

Is it possible to automatically create maildirs when using maildrop as 
transport (in Postfix) without manually doing the maildirmake on mailserver
(as 'virtual' does)?

I've seen some posts which offer to put something like this in maildroprc

`test -e $HOME`
 if ($RETURNCODE != 0)
 {
        `mkdir -p $HOME`
        `rmdir $HOME`
        `maildirmake $HOME`
 }

still it seems that it's not executed before the users Maildir check.

I've also found http://www.commedia.it/ccontavalli/ but I don't like the 
idea about patching courier-imap itself and also the maildir is created 
after first login and not on when first mail arrives.

Any ideas or other solutions / patches for maildrop?

with best regards
Reinis Rozitis



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Courier-imap mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap

Reply via email to