mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 09:56:35 +03:00
Enable strict TLS by default
Now strict TLS should be explicitly turned off. By default it is only turned off for nauta provider.
This commit is contained in:
@@ -101,7 +101,7 @@ def process_data(data, file):
|
||||
|
||||
config_defaults = process_config_defaults(data)
|
||||
|
||||
strict_tls = data.get("strict_tls", False)
|
||||
strict_tls = data.get("strict_tls", True)
|
||||
strict_tls = "true" if strict_tls else "false"
|
||||
|
||||
max_smtp_rcpt_to = data.get("max_smtp_rcpt_to", 0)
|
||||
|
||||
Reference in New Issue
Block a user