Michael Merritt <[EMAIL PROTECTED]> writes: > It seems that exim is by default set up to deliver to standard mbox format. > What steps do I need to complete to make it use Maildir so I can use > Courier-IMAP and Courier-POP with exim? Is there a how-to or similar > somewhere? If not, I'll write one once I get this figured out. There seems > to be a dearth of information online on the subject in an understandable > format.
There aren't any howto's that I know of. By default, exim will use procmail as the MDA if a ~/.procmailrc exists. So, if you set up your ~/.procmailrc to deliver to a maildir, your mail will end up in a maildir. Exim can deliver to a maildir natively as well, though that would require modifications to /etc/exim/exim.conf . -- Brian Nelson <[EMAIL PROTECTED]>

