What’s the best way to undo “The old way” of having Maildir/vmail pointed at a different directory?
When I first set up Mailcow, it was easier with my setup to have Maildir / vmail be pointed at a different mount location. My setup has changed so that’s no longer required. It’s gotten tiresome to have to fix and re-populate my docker-compose.override.yml
every time I update Mailcow. However, if I simply remove the volumes
directive, when Docker spins up the mailcowdockerized_vmail-vol-1
still seems to be pointed at my custom location.
I’m guessing the correct way to solve this will involve removing the existing mailcowdockerized_vmail-vol-1
and creating a new one with the default location. How do I do that? Is it sufficient to simply remove the existing volume, then start Mailcow, then stop it, then move the data into place?