Skip to content

Commit 8ff53d1

Browse files
committed
Dovecot: disable appending the Received header
This suppresses a Received header only applied during LMTP processing and includes a timestamp.
1 parent 0aa0324 commit 8ff53d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmdeploy/src/cmdeploy/dovecot/dovecot.conf.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ service lmtp {
168168
}
169169
}
170170

171+
lmtp_add_received_header = no
172+
171173
service auth {
172174
unix_listener /var/spool/postfix/private/auth {
173175
mode = 0660

0 commit comments

Comments
 (0)