Jim Seymour:
> G'day Postfix'ers,
>
> I'm in the process of building-up a new company mail server. It'll
> be an IMAP4 beast, using Maildir, and so I allocated the vast majority
> of the freespace to /home, for IMAP folder storage. Then it occurred
> to me: I know my users have poor habits, and tend to leave much of
> their email in INBOX forever and ever. Hmmm...
>
> Then it occurred to me: I was pretty certain I'd read that I could
> have both Postfix and Dovecot use per-user inboxen in their home
> directories.
>
> Do I understand correctly that all I need do is, in main.cf:
>
> home_mailbox = mail/inbox
To turn on maildir support, append a trailing '/' to the name.
I don't know if Postfix will auto-create ~user/mail directories.
Wietse