diff options
author | Malfurious <m@lfurio.us> | 2024-06-10 07:48:11 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2024-06-10 07:48:11 -0400 |
commit | 4348ca29fb05e12a5308e48c908b00dc1fc83d0f (patch) | |
tree | f325451724a0836bdc22526d452c5dc03355a96c /Dockerfile | |
parent | 62f01b6347a8125c071ce1d79a2e0b7725576f56 (diff) | |
download | mailnode-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