On Sat, Apr 02, 2011 at 04:29:52PM +0200, Daniel Pocock wrote: > On my lenny system, I had this setting in main.cf: > mailbox_command = procmail -a "$EXTENSION" DEFAULT=$HOME/Maildir/ > MAILDIR=$HOME/Maildir > > After doing `apt-get dist-upgrade' to squeeze, I found it had changed to > this: > > mailbox_command = procmail -a "$EXTENSION" > > which would send incoming mail to /var/spool/mail mboxes instead of > $HOME/Maildir
I believe that you at one time told debconf that the mailbox command should be: mailbox_command = procmail -a "$EXTENSION" and it was simply enforcing what you told it. Maintaining a file with both debconf and vi is extremely problematic, and prone to the admin discovering that he changed something in the wrong place. lamont -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org