diff --git a/docs/configuration.md b/docs/configuration.md index 837035e671..739e0e8101 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -95,6 +95,8 @@ global: [ smtp_require_tls: | default = true ] # The default TLS configuration for SMTP receivers [ smtp_tls_config: ] + # Force implicit TLS regardless of SMTP port + [ smtp_force_implicit_tls: ] # Default settings for the JIRA integration. [ jira_api_url: ] @@ -999,7 +1001,7 @@ to: # Force use of implicit TLS (direct TLS connection) for better security. # true: force use of implicit TLS (direct TLS connection on any port) # nil (default): auto-detect based on port (465=implicit, other=explicit) for backward compatibility -[ implicit_tls: | default = nil ] +[ force_implicit_tls: | default = nil ] # TLS configuration. tls_config: @@ -1033,9 +1035,9 @@ receivers: email_configs: - to: alerts@example.com smarthost: smtp.example.com:8465 - implicit_tls: true # Use direct TLS connection on port 8465 + force_implicit_tls: true # Use direct TLS connection on port 8465 -# Example 2: Backward compatible (no implicit_tls specified) +# Example 2: Backward compatible (no force_implicit_tls specified) receivers: - name: email-default email_configs: