On 11/8/2011 2:54 AM, Marek Krolikowski wrote: >> From: Stan Hoeppner >> Sent: Tuesday, November 08, 2011 8:59 AM >> To: postfix-users@postfix.org >> Subject: Re: Symlink problem = file is a symbolic link or Mailbox >> vulnerable - directory /var/spool/mail must have 1777 protection >> Then you need to tell us what MDA you are currently using and what type >> of mailbox storage. The list welcome message directed you to paste the >> output of "postconf -n". That will tell us what MDA you use, if what >> you want to do can be done, and how easy/difficult it may be to setup >> such a thing. If you're using Dovecot it is relatively painless, if not >> time consuming. If you are simply having Postfix local(8) delivery >> directly to mbox mailboxes it will be more difficult to move user >> mailboxes one by one. I've never used procmail so I have no tips for >> you in that case. > MAIL01 ~ # postconf -n ... > mail_spool_directory = /var/spool/mail
Ok, so it appears you're having Postfix deliver to UNIX style mbox mailboxes via local(8). How are your users reading their mail? A popper? Or something like pine or mutt? The point I'm getting at is reconfiguring users individually in Postfix only covers half the problem--mail delivery. You'll also have to tell the programs reading the mail of each user's new mailbox location. To address the Postfix delivery aspect, you'll need use virtual_mailbox_maps as it facilitates specifying mail_location on a per recipient bases. Read this and everything related to it: http://www.postfix.org/postconf.5.html#virtual_mailbox_maps -- Stan