1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-04-15 23:47:24 +02:00

bringing in quota changes

This commit is contained in:
Chad Furman
2024-04-27 18:41:35 -04:00
parent 18721e42d1
commit ce45217ab8
10 changed files with 380 additions and 19 deletions

View File

@@ -145,6 +145,7 @@ cat > $RCM_CONFIG <<EOF;
\$config['session_path'] = '/mail/';
/* prevent CSRF, requires php 7.3+ */
\$config['session_samesite'] = 'Strict';
\$config['quota_zero_as_unlimited'] = true;
?>
EOF