summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2024-06-10 07:48:11 -0400
committerMalfurious <m@lfurio.us>2024-06-10 07:48:11 -0400
commit4348ca29fb05e12a5308e48c908b00dc1fc83d0f (patch)
treef325451724a0836bdc22526d452c5dc03355a96c /Dockerfile
parent62f01b6347a8125c071ce1d79a2e0b7725576f56 (diff)
downloadmailnode-4348ca29fb05e12a5308e48c908b00dc1fc83d0f.tar.gz
mailnode-4348ca29fb05e12a5308e48c908b00dc1fc83d0f.zip
postfix: Don't chroot subprograms
Sending mail to an external server previously fails due to name resolution error. ("Host or domain name not found. Name service error for name=xxxxxxxxxx type=A: Host not found, try again") The reason this was happening is because the relay process runs in a chroot jail and can not access the docker container's resolve.conf file. Given the system is containerized, which is like a chroot on steroids, I'm comfortable disabling chrooting for mail processes to work around this. Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'Dockerfile')
0 files changed, 0 insertions, 0 deletions