1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-03-03 14:52:36 +02:00

Set From header for delivery reports

closes #1381
This commit is contained in:
TheLegend875 2020-03-01 13:56:33 +01:00 committed by TheLegend875
parent 3dc9287e4f
commit 519600a78b

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;