mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-05-26 17:32:04 +00:00
[Web] Allow to split DKIM every 255 chars via vars.inc.php (fixes #3473)
This commit is contained in:
@@ -130,8 +130,7 @@ $DOCKER_TIMEOUT = 60;
|
||||
$ANONYMIZE_IPS = true;
|
||||
|
||||
// Split DKIM key notation (bind format)
|
||||
$SPLIT_DKIM_255 = true;
|
||||
|
||||
$SPLIT_DKIM_255 = false;
|
||||
|
||||
// OAuth2 settings
|
||||
$REFRESH_TOKEN_LIFETIME = 2678400;
|
||||
|
||||
Reference in New Issue
Block a user