Dovecot: disable appending the Received header

This suppresses a Received header only applied during LMTP processing
and includes a timestamp.
This commit is contained in:
Mark Felder
2026-01-20 15:16:33 -08:00
parent 0aa0324c81
commit 8ff53d12cb

View File

@@ -168,6 +168,8 @@ service lmtp {
} }
} }
lmtp_add_received_header = no
service auth { service auth {
unix_listener /var/spool/postfix/private/auth { unix_listener /var/spool/postfix/private/auth {
mode = 0660 mode = 0660