From 519600a78b35962273a1988038e665e7649056fa Mon Sep 17 00:00:00 2001 From: TheLegend875 <40040530+TheLegend875@users.noreply.github.com> Date: Sun, 1 Mar 2020 13:56:33 +0100 Subject: [PATCH] Set From header for delivery reports closes #1381 --- webmails/roundcube/config.inc.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webmails/roundcube/config.inc.php b/webmails/roundcube/config.inc.php index 2a58e8d5..da27504c 100644 --- a/webmails/roundcube/config.inc.php +++ b/webmails/roundcube/config.inc.php @@ -56,3 +56,6 @@ $config['skin'] = 'elastic'; // Enigma gpg plugin $config['enigma_pgp_homedir'] = '/data/gpg'; + +// Set From header for DKIM signed message delivery reports +$config['mdn_use_from'] = true;