mirror of
https://github.com/outbackdingo/Mailu.git
synced 2026-01-27 18:19:36 +00:00
Duh
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user