[exim-cvs] Docs: minor fixes

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Docs: minor fixes
Gitweb: https://git.exim.org/exim.git/commitdiff/d6e7df900550f1a63e066f8a4a7d023e8d8e312b
Commit:     d6e7df900550f1a63e066f8a4a7d023e8d8e312b
Parent:     ea7b1f162ff084a655dc0a5de87038b542f721f5
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sat Apr 28 13:09:04 2018 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Sat Apr 28 13:09:15 2018 +0100


    Docs: minor fixes
---
 doc/doc-docbook/spec.xfpt | 4 ++--
 src/src/verify.c          | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 173d692..f865fc9 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 ffa6a14..1eff49f 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;