http://msgs.securepoint.com/cgi-bin/get/qmail0308/41/1.html Re: qmail and Cyrus-IMAP Forum: SecurePoint - Qmail Archive Date: 2003, Aug 06 From: Dave Sill Rick Updegrove wrote: >Has anyone gotten Cyrus-IMAP to use $HOME/Maildir/ (or any /Maildir/) ? Cyrus doesn't use maildirs, it uses its own mail store format. >If that is not possible, I think that I want to continue to deliver one >copy to the $HOME/Maildir/ and one to the Cyrus-IMAP so that I may run >them side by side (on seperate ports) and evaluate them both. > >My question is "How should I do that"? > >Should I modify the only user's .qmail file seen below: > >| /usr/local/bin/procmail -m -t .procmailrc That will work. You could also modify the .procmailrc. >Or should I modify /var/qmail/control/defaultdelivery >(which currently contains ./Maildir/) ? That won't work because defaultdelivery is overridden by .qmail files. >Or should I make a /var/qmail/alias/.qmail-default >(or something like that) ? That only catches local addresses that don't match an existing user or alias. -Dave