These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Virtualmin update stomped on my procmail config. on the new forum.
I just ran the apt-get update to install 3.56 this morning, and it changed my procmail file from using Maildir back to Mbox. The lines:
[code:1]ORGMAIL=$HOME/Maildir/ DEFAULT=$HOME/Maildir/[/code:1]
got changed to:
[code:1]ORGMAIL=/var/mail/$LOGNAME DEFAULT=/var/mail/$LOGNAME[/code:1]
Thanks a lot, guys, seriously. Now I have to go find a script to convert a few hours email from mbox to maildir without stomping all over what's already in the maildir folders.
You may wish to lodge a Bug Report via http://www.virtualmin.com/bug-tracker/ instead of posting in the forum to get faster and more direct response. And to have Jamie fix the issue permanently.
Has anyone else seen this behavior?
I'm unable to reproduce it. What OS/version are you running? What MTA?
--
Check out the forum guidelines!
Apparently it is an issue regarding my postfix config. Because I didn't have a home_mailbox = Maildir/ line in my main.cf, it decided that what I really meant was mbox style delivery, and built the procmail script in that fashion. Of course, there was nothing wrong with the old procmail config that needed rebuilding, and you don't NEED a home_mailbox line when you're using mailbox_command to farm off processing of mail, but apparently all this is my fault and I ought to be ashamed.