Compare commits

...

1 Commits

Author SHA1 Message Date
link2xt
9c4da90377 Remove authclean service from reinjecting port
Messages are already cleaned once on the submission port
to avoid leaking the user IP address.
There is no need to clean them again
and remove the `Received` header
which records reception from filtermail.
2025-03-08 01:57:30 +00:00

View File

@@ -82,7 +82,6 @@ filter unix - n n - - lmtp
localhost:{{ config.postfix_reinject_port }} inet n - n - 10 smtpd
-o syslog_name=postfix/reinject
-o smtpd_milters=unix:opendkim/opendkim.sock
-o cleanup_service_name=authclean
# Cleanup `Received` headers for authenticated mail
# to avoid leaking client IP.