dovecot-2.2: exmaple-config: Added lmtp_hdr_delivery_address set...

dovecot at dovecot.org dovecot at dovecot.org
Thu May 7 14:30:52 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/6417e972a602
changeset: 18539:6417e972a602
user:      Timo Sirainen <tss at iki.fi>
date:      Thu May 07 17:29:00 2015 +0300
description:
exmaple-config: Added lmtp_hdr_delivery_address setting.

diffstat:

 doc/example-config/conf.d/20-lmtp.conf |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r d3332ee1d26a -r 6417e972a602 doc/example-config/conf.d/20-lmtp.conf
--- a/doc/example-config/conf.d/20-lmtp.conf	Thu May 07 17:18:44 2015 +0300
+++ b/doc/example-config/conf.d/20-lmtp.conf	Thu May 07 17:29:00 2015 +0300
@@ -13,8 +13,14 @@
 # Verify quota before replying to RCPT TO. This adds a small overhead.
 #lmtp_rcpt_check_quota = no
 
+# Which recipient address to use for Delivered-To: header and Recipient:
+# 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
+# parameter, "none" uses nothing. Note that "none" is currently always used
+# when a mail has multiple recipients.
+#lmtp_hdr_delivery_address = final
+
 protocol lmtp {
   # Space separated list of plugins to load (default is global mail_plugins).
   #mail_plugins = $mail_plugins
 }
-			  
\ No newline at end of file


More information about the dovecot-cvs mailing list