file mounting is fraught with problems wrt change notifications. first, we must be carefule that the inode does not change. second, changes outside container do not result in fs events inside the container. haraka cache settings files and relies on fs events. So, even though the file gets updated inside the container, haraka doesn't see it. https://github.com/docker/docker/issues/15793