enable_mta_sts
Last updated June 2024
Name
enable_mta_sts — specify whether Momentum should apply MTA-STS policies for outbound emails.
Synopsis
enable_mta_sts = "true|false"
Description
This option is only effective when use_mta_sts is true
for a recipient domain.
This option specifies whether Momentum should try to apply the retrieved MTA-STS policy when sending
emails to a remote site. See MTA-STS support in Momentum for more details.
When this option is true
, the MTA-STS policy mode will be considered along with the configuration
values for TLS and TLS_Verify.
The more strict policy will apply:
- When the MTA-STS policy mode is
enforce
, regardless of the values forTLS
andTLS_Verify
, Momentum will enforce TLS (equivalent toTLS = required
) and will fail the delivery upon a failed certificate validation (equivalent toTLS_Verify = host
). - When the MTA-STS policy mode is
testing
, Momentum will applyTLS = ifavailable
(unlessTLS = required
is specified) andTLS_Verify = optional
(unlessTLS_Verify = host
is specified). - When the MTA-STS policy mode is
none
, the policy will be ignored and the configuration values forTLS
andTLS_Verify
will be respected.
The default value is true
when use_mta_sts
is true
for a domain.
Scope
enable_mta_sts
is valid in the domain, binding, binding_group, and global scopes.
Was this page helpful?