Zitat von Raimund Eimann <[email protected]>:
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
Create a transport which uses lmtp to deliever to Cyrus (man 5
transport) or use "mailbox_transport" setting to point to a delievery
transport defined in master.cf. Note that the "deliver" command of
Cyrus sometimes used in examples is not used any more. You should
always use the LMTP client built into Postfix to transfer your mail to
Cyrus.
For further questions you should include your "postconf -n" output.
Regards
Andreas