summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-04-28 13:09:04 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2018-04-28 13:09:15 +0100
commitd6e7df900550f1a63e066f8a4a7d023e8d8e312b (patch)
treea8bc65c4fe4fc3fb3d287251c384c5c60c27961d
parentea7b1f162ff084a655dc0a5de87038b542f721f5 (diff)
Docs: minor fixes
-rw-r--r--doc/doc-docbook/spec.xfpt4
-rw-r--r--src/src/verify.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 173d69222..f865fc9a1 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -15082,7 +15082,7 @@ server. This reduces security slightly, but improves interworking with older
implementations of TLS.
-option gnutls_allow_auto_pkcs11 main boolean unset
+.option gnutls_allow_auto_pkcs11 main boolean unset
This option will let GnuTLS (2.12.0 or later) autoload PKCS11 modules with
the p11-kit configuration files in &_/etc/pkcs11/modules/_&.
@@ -17369,7 +17369,7 @@ The ordering of the two lists must match.
.cindex SSMTP
.cindex SMTPS
This option specifies a list of incoming SSMTP (aka SMTPS) ports that should
-operate the obsolete SSMTP (SMTPS) protocol, where a TLS session is immediately
+operate the SSMTP (SMTPS) protocol, where a TLS session is immediately
set up without waiting for the client to issue a STARTTLS command. For
further details, see section &<<SECTsupobssmt>>&.
diff --git a/src/src/verify.c b/src/src/verify.c
index ffa6a14f9..1eff49f49 100644
--- a/src/src/verify.c
+++ b/src/src/verify.c
@@ -787,7 +787,7 @@ tls_retry_connection:
The sync_responses() would need to be taught about it and we'd
need another return code filtering out to here.
- Avoid using a SIZE option on the MAIL for all randon-rcpt checks.
+ Avoid using a SIZE option on the MAIL for all random-rcpt checks.
*/
sx.avoid_option = OPTION_SIZE;