mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-16 10:59:53 +02:00
a8142dabbe
This will default to True and defer emails that fail even "loose" validation of DANE or MTA-STS It should work most of the time but if it doesn't and you would rather see your emails delivered, you can turn it off.
11 lines
204 B
YAML
11 lines
204 B
YAML
path: "/tmp/mta-sts.socket"
|
|
mode: 0600
|
|
shutdown_timeout: 20
|
|
cache:
|
|
type: internal
|
|
options:
|
|
cache_size: 10000
|
|
default_zone:
|
|
strict_testing: {{ DEFER_ON_TLS_ERROR |default('true') }}
|
|
timeout: 4
|