hashbang / docker-postfix

#! Postfix server for all incoming mail
MIT License
1 stars 2 forks source link

Config reorganization & sync systemd unit with the server #12

Closed KellerFuchs closed 7 years ago

KellerFuchs commented 7 years ago

This overhaul

As a side effect, various bugs are fixed: in particular, modifying host-side a file that is mounted individually in the container behaves in unexpected ways (if the modification is done atomically, the write is not visible to the container until it is restarted...). This occurs when using Ansible or when using an editor host-side.