Closed korggy closed 7 months ago
Although late, I just want to confirm that the mount of exim.conf worked for me. (I needed it for something else, but this issue pointed me in the right direction) Keep in mind the file needs correct permissions otherwise it will end up with error "exim.conf has the wrong owner, group, or mode". Fixed with:
sudo chown root:root exim.conf
sudo chmod 664 exim.conf
Yes, you can mount your own exim.conf file in the container like so:
and in your exim.conf file you need to setup the following section as described: