Hi, I'm running Cyrus imapd and postfix on a box. I would like postfix to deliver incoming mail not to /var/spool/mail/<username>, but rather to /var/spool/imap/<username>/Inbox, where the latter is apparently not a flat file, but rather a typical imap directory structure ("maildir"?)
Currently incoming mail for <username> is simply appended to /var/spool/mail/<username> Can someone here roughly tell me how to do this? Cheers, Raimund