[Rspamd] Pushover fixes

This commit is contained in:
andryyy
2020-04-16 12:23:27 +02:00
parent c67bb75071
commit 1be3ca3fb9
3 changed files with 8 additions and 2 deletions

View File

@@ -129,6 +129,10 @@ $DOCKER_TIMEOUT = 60;
// Anonymize IPs logged via UI
$ANONYMIZE_IPS = true;
// Split DKIM key notation (bind format)
$SPLIT_DKIM_255 = true;
// OAuth2 settings
$REFRESH_TOKEN_LIFETIME = 2678400;
$ACCESS_TOKEN_LIFETIME = 86400;