From 75c220e986b4518b60ca478d2fab482a173eca53 Mon Sep 17 00:00:00 2001 From: Ioannis Kakavas Date: Thu, 4 Oct 2018 10:53:55 +0300 Subject: [PATCH] Document smtp.ssl.trust configuration option (#34275) This adds documentation for `smtp.ssl.trust` that was reintroduced in #31684 in 6.3.2. Resolves #32936 --- docs/reference/settings/notification-settings.asciidoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/reference/settings/notification-settings.asciidoc b/docs/reference/settings/notification-settings.asciidoc index ec9b8e31af268..6773484e07f1d 100644 --- a/docs/reference/settings/notification-settings.asciidoc +++ b/docs/reference/settings/notification-settings.asciidoc @@ -120,6 +120,13 @@ can specify the following email account attributes: If `true`, then `STARTTLS` will be required. If that command fails, the connection will fail. Defaults to `false`. + `smtp.ssl.trust`;; + A list of SMTP server hosts that are assumed trusted and for which + certificate verification is disabled. If set to "*", all hosts are + trusted. If set to a whitespace separated list of hosts, those hosts + are trusted. Otherwise, trust depends on the certificate the server + presents. + `smtp.timeout`;; The socket read timeout. Default is two minutes.