From: Siavash Tavakoli Date: Mon, 29 Jul 2019 10:28:29 +0000 (+0300) Subject: doc: example-config: Add lmtp_add_received_header X-Git-Tag: 2.3.9~339 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=203538927d42f4eff5be4e43d4750624ebac96bb;p=thirdparty%2Fdovecot%2Fcore.git doc: example-config: Add lmtp_add_received_header --- diff --git a/doc/example-config/conf.d/20-lmtp.conf b/doc/example-config/conf.d/20-lmtp.conf index ecd83d15a1..b33a4678be 100644 --- a/doc/example-config/conf.d/20-lmtp.conf +++ b/doc/example-config/conf.d/20-lmtp.conf @@ -13,6 +13,9 @@ # Verify quota before replying to RCPT TO. This adds a small overhead. #lmtp_rcpt_check_quota = no +# Add "Received:" header to mails delivered. +#lmtp_add_received_header = yes + # Which recipient address to use for Delivered-To: header and Received: # header. The default is "final", which is the same as the one given to # RCPT TO command. "original" uses the address given in RCPT TO's ORCPT