On Wed, Aug 10, 2005 at 10:33:18AM -0500, Kyle Wheeler wrote: > What about something like this: > > #!/bin/sh > [ ! -d IMAPdir ] && mkdir IMAPdir > [ ! -L IMAPdir/INBOX ] && ln -s `pwd`/Maildir IMAPdir/INBOX > exec $@ > > That way programs that deliver to the Maildir can continue > unchanged, and Binc can just use the IMAPdir next to the Maildir.
Yep, that works too, but I still think it's a hack. :) This is also only a problem for systems where just some of the users use IMAP to access their email, since if you only have IMAP users it should be (and is, at least with qmail) easy enough to change the system-wide default delivery instruction. //Peter
