Zero quota is unlimited

main
Alexander Graf 2 years ago
parent 47fcf7de2d
commit d017b3f22a
No known key found for this signature in database
GPG Key ID: B8A9DC143E075629

@ -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 // set From header for DKIM signed message delivery reports
$config['mdn_use_from'] = true; $config['mdn_use_from'] = true;
// zero quota is unlimited
$config['quota_zero_as_unlimited'] = true;
// includes // includes
{%- for inc in INCLUDES %} {%- for inc in INCLUDES %}
include('/overrides/{{ inc }}'); include('/overrides/{{ inc }}');

Loading…
Cancel
Save