Alexander Graf 2 years ago
parent 373488148b
commit 5a99ab316d
No known key found for this signature in database
GPG Key ID: B8A9DC143E075629

@ -60,7 +60,7 @@ $config['sso_logout_url'] = '/sso/logout';
$config['enigma_pgp_homedir'] = '/data/gpg';
// configure mailu button
$config['show_mailu_button'] = {{ 'true' if ADMIN AND WEB_ADMIN else 'false' }};
$config['show_mailu_button'] = {{ 'true' if ADMIN and WEB_ADMIN else 'false' }};
// set From header for DKIM signed message delivery reports
$config['mdn_use_from'] = true;

Loading…
Cancel
Save