1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

Zero quota is unlimited

This commit is contained in:
Alexander Graf
2023-02-07 08:45:54 +01:00
parent 47fcf7de2d
commit d017b3f22a

View File

@@ -49,6 +49,9 @@ $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;
// zero quota is unlimited
$config['quota_zero_as_unlimited'] = true;
// includes
{%- for inc in INCLUDES %}
include('/overrides/{{ inc }}');