1380: [Roundcube] DKIM sign message delivery reports r=mergify[bot] a=TheLegend875

This PR enables the From header for message delivery reports in Roundcube.
This ensures that the message delivery report is DKIM signed and therefore not not blocked or considered spam by receiving mailservers.


Co-authored-by: TheLegend875 <40040530+TheLegend875@users.noreply.github.com>
Co-authored-by: ofthesun9 <olivier@ofthesun.net>
This commit is contained in:
bors[bot]
2020-05-02 06:31:54 +00:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1 @@
Enable the From header for message delivery report in Roundcube and ensure DKIM Signature

View File

@@ -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;