search for: lmtp_add_delivered_to

Displaying 1 result from an estimated 1 matches for "lmtp_add_delivered_to".

2015 Jan 13
0
[PATCH] Make Delivered-To optional
...t Jan 10 04:32:42 2015 +0200 +++ b/doc/example-config/conf.d/20-lmtp.conf Tue Jan 13 11:29:20 2015 +0100 @@ -13,8 +13,11 @@ # Verify quota before replying to RCPT TO. This adds a small overhead. #lmtp_rcpt_check_quota = no +# Insert Delivered-To header to the messages, delivered through LMTP. +#lmtp_add_delivered_to = yes + protocol lmtp { # Space separated list of plugins to load (default is global mail_plugins). #mail_plugins = $mail_plugins } - \ No newline at end of file + diff -r e3640ccaa76d src/lmtp/commands.c --- a/src/lmtp/commands.c Sat Jan 10 04:32:42 2015 +0200 +++ b/src/lmtp/comm...