|
|
|
|
|
by anonymouslee
3493 days ago
|
|
There's a Vagrantfile that you can just vagrant up: https://github.com/mail-in-a-box/mailinabox/blob/master/Vagr... I poked a bit and it appears that the setup script is interactive which complicates playing nicely with Docker somewhat. It installs nsd + postfix, rewrites config files in /etc and mucks with ufw. Could probably mimic some of this by mounting locally customized config files into the Docker container. |
|