On Wed, Jul 08, 2009 at 01:40:58PM -0400, Carlos Williams wrote: > I am setting up a new server to run Maildir style in-boxes. In my > main.cf, I added the following parameter: > > "home_mailbox = Maildir/" > > The above seems to be working fine in my main.cf. It auto created the > directory upon receiving the 1st email but I was also reading I need > to add the following parameter: > > "mailbox_command ="
This is the default value. You don't need this, unless someone (perhaps an O/S distribution) supplied you with a main.cf file that overrides the default. The local(8) lists all the delivery mechanisms and their relative priority... Mail only gets to home_mailbox if: - After input rewriting the recipient domain is listed in $mydestination - local_transport is set to "local" - alias_maps does not reroute the recipient's mail elsewhere, or the recipient in question is generated via alias expansion. - The recipient in question is a system user - The user's .forward file does not pre-empt mailbox delivery - mailbox_transport and mailbox_transport_maps don't pre-empt mailbox delivery. - mailbox_command and mailbox_command_maps don't pre-empt mailbox delivery. See the local(8) manpage. -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:majord...@postfix.org?body=unsubscribe%20postfix-users> If my response solves your problem, the best way to thank me is to not send an "it worked, thanks" follow-up. If you must respond, please put "It worked, thanks" in the "Subject" so I can delete these quickly.