diff options
author | Malfurious <m@lfurio.us> | 2024-06-10 09:06:09 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2024-06-10 09:06:09 -0400 |
commit | dc7f1bb8f52569b158f0c24c02070fcc459e580d (patch) | |
tree | bdb7ae2103939bef191c9497594853d84a80e263 /Dockerfile | |
parent | 4348ca29fb05e12a5308e48c908b00dc1fc83d0f (diff) | |
download | mailnode-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-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ RUN apt update \ dovecot-core \ dovecot-imapd \ postfix \ + postfix-pcre \ && apt clean # Install files |