Cleanup Received headers after filtermail as well

This commit is contained in:
link2xt
2024-01-23 21:27:23 +00:00
parent 27f44ae911
commit bc66325d71

View File

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