summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2023-03-13 00:43:01 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2023-03-13 15:41:09 +0000
commit6fdf76d0eae42ce4507fe317f095572100c5d6b8 (patch)
tree27baea1a23d55b0d0f8d82c1e7e3501044325469 /doc
parent8ff2ba119ba654e9238f157f94bf10ed640ed877 (diff)
downloadexim4-6fdf76d0eae42ce4507fe317f095572100c5d6b8.tar.gz
SNI for ${readsocket }
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-docbook/spec.xfpt5
-rw-r--r--doc/doc-txt/NewStuff2
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 0ba62ce5e..bdc0eb30e 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -10496,6 +10496,11 @@ sending the request. Values are &"yes"& (the default) or &"no"&
(preferred, eg. by some webservers).
.next
+&*sni*&
+Controls the use of Server Name Identification on the connection.
+Any nonempty value will be the SNI sent; TLS will be forced.
+
+.next
&*tls*&
Controls the use of TLS on the connection.
Values are &"yes"& or &"no"& (the default).
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index d12246e03..84db8ea58 100644
--- a/doc/doc-txt/NewStuff
+++ b/doc/doc-txt/NewStuff
@@ -29,6 +29,8 @@ Version 4.97
10. A commandline option to print just the message IDs of the queue
+ 11. An option for the ${readsocket } expansion to set an SNI for TLS.
+
Version 4.96
------------