diff --git a/towncrier/newsfragments/1381.fix b/towncrier/newsfragments/1381.fix new file mode 100644 index 00000000..8245ef72 --- /dev/null +++ b/towncrier/newsfragments/1381.fix @@ -0,0 +1 @@ +Enable the From header for message delivery report in Roundcube and ensure DKIM Signature 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;