email: LMTP: remove the recipient's UID number from email headers

This commit is contained in:
fliu 2021-08-02 23:36:04 +00:00 committed by Sunil Mohan Adapa
parent cdfef82bf6
commit e454e8ac1b
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -1,6 +1,10 @@
# Direct edits to this file will be lost!
# Manage your settings on Plinth <https://localhost/plinth/apps/email_server>
# Privacy: remove the recipient's UID number from email headers
lmtp_add_received_header = no
lmtp_hdr_delivery_address = original
protocol lmtp {
mail_plugins = $mail_plugins sieve
}