On Tue, Aug 6, 2013 at 10:10 AM, David Benfell <[email protected]> wrote: > > Hi all, > > I'm trying to move my maildirs to a non-standard location (trying to balance > disk activity) and there's something I think I'm missing. Here's what I tried: > > home_mailbox = /Maildir/$user/ > > But when I ran 'postfix check' it said, several times: > > /usr/bin/postconf: warning: /etc/postfix/main.cf: undefined parameter: user > > What I want is if the recipient is [email protected] for the mail to > be delivered to /Maildir/benfell/ > > What am I doing wrong? > > Thanks!
The home_mailbox parameter works for local shell accounts and its relative to the user's home folder. look up the mail_spool_directory parameter. It looks like thats the one you need to use. -- The mysteries of the Universe are revealed when you break stuff.
