summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2024-06-10 09:06:09 -0400
committerMalfurious <m@lfurio.us>2024-06-10 09:06:09 -0400
commitdc7f1bb8f52569b158f0c24c02070fcc459e580d (patch)
treebdb7ae2103939bef191c9497594853d84a80e263 /Dockerfile
parent4348ca29fb05e12a5308e48c908b00dc1fc83d0f (diff)
downloadmailnode-dc7f1bb8f52569b158f0c24c02070fcc459e580d.tar.gz
mailnode-dc7f1bb8f52569b158f0c24c02070fcc459e580d.zip
postfix: Prevent leaking MUA IP addresses
Protect user privacy by stripping IP addresses from headers received from authenticated mail submission. Headers for mail received from other servers are unaffected. Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 7eafaf1..ec181bd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -25,6 +25,7 @@ RUN apt update \
dovecot-core \
dovecot-imapd \
postfix \
+ postfix-pcre \
&& apt clean
# Install files