Skip to content

Commit

Permalink
Document smtp.ssl.trust configuration option (#34275)
Browse files Browse the repository at this point in the history
This adds documentation for `smtp.ssl.trust` that was reintroduced
in #31684 in 6.3.2.

Resolves #32936
  • Loading branch information
jkakavas committed Oct 4, 2018
1 parent 22cb973 commit a2a5da7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/reference/settings/notification-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,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.

Expand Down

0 comments on commit a2a5da7

Please sign in to comment.